Hi,
still having problem with chilli on wrt160nl.
I've run chilli in debug mode on wrt54gl and wrt160nl.
On the wrt54gl (working nice) chilli starts, waits for connections, then I see the module dhcp.c replying to dhcp requests and updating ARP table.
On the wrt160nl chill starts, and then nothing more. As said in the other thread (dhcp not working) tcpdump on wlan0 shows some dhcp requests and arp requesst. But dhcp.c does nothing.
So the problem is not only with dhcp,as with a static IP on the client, the arp requests are not resolved, so the client can't reach the router.
It's like if the dhcp/arp part of chilli doesn't work on the wrt160nl.
wrt160nl (mac80211)
openwrt backfire 10.03 (compiled from svn)
coova-chilli-1.2.3.1 (compiled from svn)
How can I test further ?
Brgds
Ethariel
Hi, so I've found some
Hi,
so I've found some hint.
I put a debug message in the main loop in chilli, and it's displayed only once.
So I begin to add some messages in each function to find where the main process stays locked.
Finally I found in net.c in the function net_run_selected in the test :
if (has_read) {
sctx->desc[i].cb(sctx->desc[i].ctx, sctx->desc[i].idx);
}
If I add a debug message before and after the sctx->... the first is displayed, not the second.
check dnsmask running option
Hi
At first check dnsmasq running option "-K"
My case remove dnsmasq running option "-K"
then work well
GOOD Luck
No dnsmasq
Hello,
dnsmasq is not running on both configuration. As dhcp is provided by chilli.
Tkx
Ethariel