Re: new install not finding DHCP server
- From: Torfinn Ingolfsen <tingo@xxxxxxxx>
- Date: Thu, 31 Aug 2006 15:22:16 +0200
Notgiven wrote:
freebsdtest# ifconfig de0
de0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::203:ffff:fe47:2b50%de0 prefixlen 64 scopeid 0x1
inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
ether 00:03:ff:47:2b:50
media: Ethernet autoselect (100baseTX)
status: active
Ok. Is this address (192.168.1.2) correct? Ie, is it from the DHCP server, and not something you have configured manually in /etc/rc.conf?
If so, try two things:
1) ping the interface itself: ping 192.168.1.2
does it work?
2) ping the ip address of the dhcp server (I'm guessing that this is
192.168.1.1, is that correct?): ping 192.168.1.1
does it work?
If your test here shows that the network interface is not working (ie. one of the tests fail to get an answer), you should give more information.
Route information: 'netstat -r'
and anything in the dmesg about your network interface, example:
'dmesg | grep de0'
Also, the lease (from the dhcp server) is recorded in the file
/var/db/dhclient.leases.<interface_name>
So if you do 'more /var/db/dhclient.leases.de0'
you will see what the dhclient has received. Does it look correct to you?
HTH
--
Torfinn Ingolfsen,
Norway
.
- References:
- new install not finding DHCP server
- From: Notgiven
- Re: new install not finding DHCP server
- From: Torfinn Ingolfsen
- Re: new install not finding DHCP server
- From: Notgiven
- new install not finding DHCP server
- Prev by Date: Re: routing in mpd
- Next by Date: Re: FreeBSD 64-bit: Desktop ready?
- Previous by thread: Re: new install not finding DHCP server
- Next by thread: Re: new install not finding DHCP server
- Index(es):
Relevant Pages
|