Subject: Re: NIC assistance
To: None <netbsd-help@NetBSD.org>
From: James K. Lowden <jklowden@schemamania.org>
List: netbsd-help
Date: 10/08/2003 22:51:02
On Wed, 08 Oct 2003, Alden Louis-Pierre <alden.pierre@verizon.net> wrote:
>
> cat < /etc/ifconig.rtk0
>
> up
> !rtsol $int
>
> Should I place a pound sign to comment out line !rtsol $int.
Probably not. Before you do that, try "man ifconfig.if". That details
the format of your ifconfig.rtk0. From here, it looks like you need to
add a line:
!dhclient $int
because I assume you want IPv4.
Try that, then do:
# /etc/rc.d/network restart
$ ifconfig rtk0
and see if you have an address assigned to the interface.
HTH.
--jkl