Subject: Re: DHCP with Linksys firewall
To: Andy R <netbsd-help@netbsd.org>
From: Tracy Nelson <tnelson158@attbi.com>
List: netbsd-help
Date: 01/08/2002 15:12:15
From: "Andy R" <quadreverb@yahoo.com>
> o If your Windows boxes are getting IP's, then the
> NetBSD one should too.

That's what I figured, but I didn't know if the Linksys box had some skewed
notion of the DHCP standard that favored Windows clients.

> o Do you have dhclient=YES in your /etc/rc.conf file?

Yes, the line is :
dhclient=YES    dhclient_flags="we1"

> o Do you have any errors reported from dhcp in your
> /var/log/messages file?

I do now!  I was playing with the 'media' option of ifconfig and set my
interface to 10base2 and started getting "network is down" errors.  Now I
have it set to AUI (weird, because it's a 10baseT connection, but the driver
won't accept '10baseT' or 'UTP') and those errors have gone away.  It still
doesn't work, though.  What I'm seeing is something like this:

dhclient: DHCPDISCOVER on 255.255.255.255 port 67 interval 3
dhclient: DHCPDISCOVER on 255.255.255.255 port 67 interval 7
dhclient: DHCPDISCOVER on 255.255.255.255 port 67 interval 7
dhclient: DHCPDISCOVER on 255.255.255.255 port 67 interval 9
dhclient: DHCPDISCOVER on 255.255.255.255 port 67 interval 5
dhclient: no DHCPOFFERS received.
dhclient: no working leases in persistent database, sleeping

Thanks!
-- Tracy