2008-12-06 03:26:30 dhcp problem
andy (UNITED STATES)
Message: 66438
Am using lantronix module as a wireless bridge with the blackfin. Upon running dhclient eth0 i get the follwing message:
Listening on LPF/eth0/02:80:ad:20:31:b8
Sending on LPF/eth0/02:80:ad:20:31:b8
Sending on Socket/fallback/fallback-net
DHCPDISCOVER on eth0 tp 255.255.255.255 port 67 interval 3
ip length 328 disagrees with bytes received 332.
accepting packet with data after udp payload.
DHCP offer from 128.237.224.3
execve (/etc/dhclient-script, ..): No such file or directory exiting.
ip length 328 disagrees with bytes received 332.
......
..
.
.
and it keeps repeating.
from the messages it is obvious that I do not have the dhclient-script. But I dont know if the error is caused because of that. Also I installed dhclient by choosing it in menuconfig. Is that not supposed to have dhclient-script installed too? How do I get the dhclient to work properly?
QuoteReplyEditDelete
2008-12-06 03:38:11 Re: dhcp problem
Mike Frysinger (UNITED STATES)
Message: 66439
why are you using dhclient rather than dhcpcd ?
QuoteReplyEditDelete
2008-12-06 09:25:12 Re: dhcp problem
andy (UNITED STATES)
Message: 66458
when I do a dhcpcd eth0 nothing happens. Infact it does not even complete and the prompt never comes back.
QuoteReplyEditDelete
2008-12-06 12:17:58 Re: dhcp problem
andy (UNITED STATES)
Message: 66459
sorry..take back my statement. dhcpcd corrected the problem. thanks.