#
# CONF		This file describes the local system's network setup.
#		It is used by the "rc.net" script, and contains lines
#		of text describing the various fields of information
#		needed by the script.
#
# Usage:	Blank lines and lines starting with a '#' are comments.
#		All other lines are data, and have the following syntax:
#
#		keyword [arguments]
#
#		The following keywords are currently implemented:
#
#		echo [arguments]
#		domain domainname-of-this-host
#		gw [addr-of-gateway]
#		host name-of-this-host
#		iface iface-name IPaddr IPnet IPmask IPbrdaddr [ptp IPdstaddr]
#		nfsmount [arguments]
#		route dest-addr [gw-addr]
#		rpc name [arguments]
#		server name [arguments]
#
#		The "iface" and "route" keywords can be repeated as
#		often as needed.
#
# Version:	@(#)/conf/net/CONF	1.01	11/14/93
#
# Author:	Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
#

# Our hostname (not necessarily our IP address!) and domain name.
host metallica
domain uwalt.nl.mugnet.org

# Loopback - always enabled.
iface lo localhost 255.0.0.0 127.255.255.255 up

# Interface setups.

# Interfaces.
iface eth0 metallica 255.255.255.0 145.71.34.255 -trailers
#iface plip0 linuxpro 255.255.255.0 ptp gw.aris.com -arp

# Our gateway to the world.
#gw xs4all.hacktic.nl

# Routes.
route loopback
route uwalt
#route aris aris-gw

# DNS setups.
exec /conf/net/dns

# Perform any NFS mounting needed.
nfsmount

# Start up any servers needed.
#server syslogd
#rpc portmap
server inetd
server named
#server routed -g -s
#server routed -q
#server /usr/lib/mail/sendmail -bd -q15m
#server rwhod
server lpd
#server timed
#rpc mountd
#rpc nfsd
#rpc rstatd
#rpc rquotad
#rpc pcnfsd /var/spool/lpd/pcnfs
#rpc bwnfsd /var/spool/lpd/pcnfs
