Date: Sun, 30 Jan 2000 20:43:07 +0000 From: Josef Karthauser <joe@pavilion.net> To: Brandon Young <bkyoung@falcon.cc.ukans.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <20000130204307.B74352@florence.pavilion.net> In-Reply-To: <000801bf6b5d$b725c6a0$bd297c18@compaq> References: <000801bf6b5d$b725c6a0$bd297c18@compaq>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 30, 2000 at 02:08:03PM -0600, Brandon Young wrote: > Round two. Is there anyone reading this who has DHCP operating successfully in FreeBSD 3.4? Is there a known problem with DHCP in this release? Any tips on on how to get it to work? My problem is that I can see my DHCP server, Gateway, Name Server, etc. - But nothing on the internet. Everyhting works fine in Windows on same hardware. > > Brandon Young > > P.S. I'm using a 3C905B (/dev/xl0) ethernet adapter. It sounds like you're not picking up a default route via DHCP. Do a 'netstat -rn' and see whether there's a default route already set (maybe you've defined something in /etc/rc.conf) If there is already a default route dhclient will not be able to set the one that your dhcp server is giving you. As root try: # route delete default # killall dhclient # dhclient This should get you up and running. Joe -- Josef Karthauser FreeBSD: Take the red pill and we'll show you just how Technical Manager deep the rabbit hole goes. (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000130204307.B74352>