# GN*NIX system configuration file # no spaces allowed around [#] and = ALL LINES FLUSH LEFT # local information configuration file for this server # use the command, gnxcfg as root to implement the static data # used by the boot scripts # name for this box HOSTNAME=vanth DOMAIN=dreadstar.net # uncomment and use the following if NOT using DHCP for /etc/resolv.conf # if no SEARCHDOMAIN defined the DNS[?]= entries will not be used either SEARCHDOMAIN="${DOMAIN}" DNS[0]="208.45.228.3" DNS[1]="208.45.228.4" # yes to gatekeeper will route/masquerade/firewall internal net to external net # GATEKEEPER=yes # interface connected to the internet or other hostile unsafe net EXTERNALIF=eth0 # interface connected to the intranet or other internal safe net INTERNALIF=eth1 # the default route(r) on your local network GATEWAY="10.1.0.10" # network devices to be initialized besides local loopback NETDEVICE[0]="${EXTERNALIF}" NETONBOOT[0]="yes" NETDHCP[0]="no" NETIP[0]="10.1.0.2" NETMASK[0]="255.255.255.0" NETBROADCAST[0]="10.1.0.255" NETDEVICE[1]="${INTERNALIF}" NETONBOOT[1]="no" NETDHCP[1]="no" NETIP[1]="" NETMASK[1]="" NETBROADCAST[1]="" NETDEVICE[2]="sit0" NETONBOOT[2]="no" NETDHCP[2]="no" NETIP[2]="" NETMASK[2]="" NETBROADCAST[2]="" # route commands needed by this machine to function # execute a "man route" for exact command syntax # no add or del command, just the arguments ROUTE[0]="-net 0.0.0.0 gateway ${GATEWAY} metric 1" # location of the firewall configuration rules FIREDIR=/etc/firewall # /etc/hosts file contents oracle style: ip name.domain name HOST[0]="127.0.0.1 localhost.localdomain localhost" HOST[1]="${NETIP[0]} ${HOSTNAME}.${DOMAIN} ${HOSTNAME}" HOST[2]="${GATEWAY} gate.${DOMAIN} gate" # edited by the command keyz during install KEYMAP=/usr/share/kbd/keymaps/i386/qwerty/us.map.gz # edited by the command tzsetter during install TIMEZONE=/usr/share/zoneinfo/UTC