nr15p 仕様
  OS         FreeBSD 4.5-RELEASE
  Machine   PC-9821Nr15 Pentiam 150MHz Mem 48MB
------------------------------------------------------------------------
#
# nr15p Kernel Config file
#
machine pc98
cpu I586_CPU
cpu I686_CPU
ident nr150kernel
maxusers 0

options PC98 #PC98
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options CD9660 #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options UCONSOLE #Allow users to grab the console
options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM #Rate limit bad replies

options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
options IPFIREWALL_FORWARD #enable transparent proxy support
options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
options IPDIVERT #divert sockets

device isa
device pci
device fdc0 at isa? port IO_FD1 irq 11 drq 2
device fd0 at fdc0 drive 0
device wdc0 at isa? port IO_WD1 irq 9
device wd0 at wdc0 drive 0
device wcd #IDE CD-ROM
device pckbd0 at isa? port IO_KBD irq 1
device gdc0 at isa?
pseudo-device splash
device sc0 at isa?
device npx0 at nexus? port IO_NPX irq 8
device apm0 at nexus? flags 0x20 # Advanced Power Management
device card
device pcic0 at isa? irq 0 port 0x3e0
options COM_MULTIPORT
device sio0 at isa? port IO_COM1 irq 4
device mse0 at isa? port IO_MSE irq 13
device ppc0 at isa? irq 14
device ppbus # Parallel port bus (required)
device lpt # Printer
device miibus # MII bus support
device sn
device ed
pseudo-device loop # Network loopback
pseudo-device ether # Ethernet support
pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
pseudo-device tun # Packet tunnel.
pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device md # Memory "disks"
pseudo-device gif # IPv6 and IPv4 tunneling
pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
pseudo-device bpf #Berkeley packet filter

------------------------------------------------------------------------
#
# rc.conf file
#
blanktime="300"
kern_securelevel_enable="NO"
nfs_reserved_port_only="YES"
pccard_enable="YES"
pccard_mem="DEFAULT"
pccardd_flags="-z -i 5 -i 10"
saver="blank"
gateway_enable="YES"
sendmail_enable="YES"
apm_enable="YES"
sshd_enable="NO"
inetd_enable="NO"
defaultrouter="218.44.161.146"
hostname="nr15p.pv.ryuhoku.jp"
#
#router_flags="-q -P rdisc_interval=45"
router_flags="-s"
router="routed"
router_enable="YES"
#
ifconfig_ed0="inet 192.168.200.206 netmask 255.255.255.0"
ifconfig_ed1="inet 218.44.161.150 netmask 255.255.255.248"
#
fw_iif="ed0"
fw_iip="192.168.200.206"
fw_inet="192.168.200.0"
fw_imask="255.255.255.0"
#
fw_oif="ed1"
fw_oip="218.44.161.150"
fw_onet="218.44.161.144"
fw_omask="255.255.255.248"
#
firewall_enable="YES"
firewall_script="/etc/rc.firewall"
#firewall_type="open"
firewall_type="simple"
firewall_quiet="NO"
firewall_logging="NO"
firewall_flags=""
#
natd_enable="YES"
natd_program="/sbin/natd"
natd_interface=${fw_oif}
nard_flags="-f /etc/natd.conf"
#
nis_client_enable="NO"
nisdomainname="purinnet.or.jp"

------------------------------------------------------------------------
#
# natd.conf file
#
log yes #
verbose no #
deny_incoming no #
log_denied yes #
log_facility security #
use_sockets yes #
same_ports yes #
unregistered_only yes #

------------------------------------------------------------------------
#
# rc.firewall file
#