# GN*NIX system configuration file # no spaces allowed around [#] and = ALL LINES FLUSH LEFT # local information configuration file for this server # use the command, gnxconfig as root to implement the static data # used by the boot scripts all yes/no values in lower and case sensitive # HOSTNAME and DOMAIN should conform to RFC 952 meaning it will be up # to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus # sign (-), and period (.). Note that periods are only allowed when # they serve to delimit components of "domain style names". (See RFC-921). # No blank or space characters are permitted as part of a name. No distinction # is made between upper and lower case. The first character must be an alpha # character. The last character must not be a minus sign or period. HOSTNAME=www DOMAIN=substance.com # 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 external net to internal net # edit the files in /etc/firewall for the services you want exposed # GATEKEEPER=yes # interface connected to the internet or other hostile unsafe net # having but one interface means we need to protect ourselves from the office # or the internet EXTERNALIF=eth0 # a second interface will be assumed to be a, "safe", network # edit the files in /etc/firewall to support other configurations # interface connected to the intranet or other internal net # if you do not have a second interface define it anyway and # leave NETONBOOT and NETDHCP set to, "no" 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 the install KEYMAP=/usr/share/kbd/keymaps/i386/qwerty/us.map.gz # edited by the command tzsetter during install TIMEZONE=/usr/share/zoneinfo/UTC