Dnsmasq offering IP via DHCP, but nobody is accepting
Posted
by
Matt
on Super User
See other posts from Super User
or by Matt
Published on 2012-03-19T00:07:48Z
Indexed on
2012/03/19
2:08 UTC
Read the original article
Hit count: 292
As clients connect the logs light up with DHCPDISCOVER(wlan0) and DHCPOFFER(wlan0) but the IPs being offered are not being accepted. Currently dnsmasq offers IPs on eth1 which works flawlessly. It seems to be just wlan0 that poses this problem for me today.
ifconfig of wlan0:
wlan0 Link encap:Ethernet HWaddr aa:aa:aa:aa:aa:aa
inet addr:10.0.0.2 Bcast:10.255.255.255 Mask:255.0.0.0
inet6 addr: fe80::baa3:86ff:fe70:796a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1609 errors:0 dropped:0 overruns:0 frame:0
TX packets:1268 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:308739 (301.5 KiB) TX bytes:319185 (311.7 KiB)
© Super User or respective owner