Subject: Re: Network ???
To: Lloyd Lowe <lloydl@cat.co.za>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-help
Date: 09/19/2001 10:58:22
On Wed, Sep 19, 2001 at 09:05:25AM +0200, Lloyd Lowe wrote:
> I am running NetBSD 1.5.1 and my system refuses to configure my network
> card. Once i have booted up i can manually set it up but i would like
> to automate this process. Which file stores this process or what are my
> options ?

	dmesg | more
or
	ifconfig -a
should tell you which device your network card is, eg. ex0, fxp0, ne0 etc.
Say you manually set it with
	ifconfig ex0 inet 192.168.0.1 netmask 0xffffff00
Then, create /etc/ifconfig.ex0 containing "inet 192.168.0.1 netmask 0xffffff00"

Cheers,

Patrick