Subject: Re: Solved!!! (Re:Can't install dhcp-2.0b1pl26)
To: Ted Lemon <mellon@isc.org>
From: Naoki Kobayashi <ntsu9121@dd.catv.ne.jp>
List: port-mac68k
Date: 04/27/1999 22:07:00
>    *** From dhcp-client -- To unsubscribe, see the end of this message. 
***
>
>Can you give me the _entire_ output of the DHCP client, not just the
>end?   Also, can you run tcpdump on some other machine and send me
>that as well?   The correct invocation is:
>
>	tcpdump -e -x -s 1500 udp port 67
>
>Thanks!
>
>BTW, rather than rebooting, you can just kill dhclient and restart
>it.   If you restart it with the -d flag, it won't become a daemon,
>which can be handy when debugging.
>
>			       _MelloN_
>

gary#dhclient -d

Listening on BPF/sn0/00:02:08:50:d4:df
Sending on BPF/sn0/00:02:08:50:d4:df
Sending on Socket/fallback/fallback-net
ifconfig:SIOCDIFADDR:Can't assign requested address
DHCPDISCOVER on sn0 to 255.255.255.255 port 67 interval 4
DHCPOFFER from 172.16.24.1
DHCPREQUEST on sn0 to 255.255.255.255 port 67
DHCPACK from 172.16.24.1
New Network Number:172.16.24.0
New Broadcast Address:172.16.31.255
bound to 172.16.26.203--renewal in 1800 seconds


 And 
 
gary#tcpdump -e -x -s 1500 udp port67
tcpdump syntaxerror

from other FreeBSD machine 

#tcpdump -e -x -s 1500 udp port67
tcpdump syntaxerror

same consequence.


Naoki Kobayashi (ntsu9121@dd.catv.ne.jp)