Subject: Re: wiring computers with 10BT
To: April G Gruhn <gudongfe@pilot.msu.edu>
From: None <mcmahill@mtl.mit.edu>
List: netbsd-users
Date: 10/02/1999 21:25:45
On Sat, 2 Oct 1999, April G Gruhn wrote:

> Why can't I just add a line like so to netstart
> ifconfig ep0 inet ipaddress netmask 255.255.255.0 up?
> Or add it to one of the rc scripts -- thats whats suggested in
> Craig Hunts TCP/IP book...

you could, but thats kind of ugly.  NetBSD has made a lot of improvements
in the startup scripts so instead of editing things like 'netstart' or
'rc', you have several /etc/*.conf files.  The idea is you put all of your
settings in there.  So the right way, for example, to do your ifconfig is
by creating /etc/ifconfig.ep0

-Dan