[Dnsmasq-discuss] Dnsmasq not answering DHCP requests

richardvoigt at gmail.com richardvoigt at gmail.com
Fri Feb 5 22:46:45 GMT 2010


On Fri, Feb 5, 2010 at 3:24 PM,  <rap.nospam2 at gmx.net> wrote:
> Hi,
>
> I am new to dnsmasq and want to replace my routers DHCP with it. So I just tried to create my first setup but unfortunately it seems that dnsmasq is not answering DHCP requests, my clients requests are timing out.
>
> I would appreciate any hints on what I could have done wrong or generally on how to approach/debug the issue.

Is dnsmasq running on the router where the old DHCP software was?  A
separate computer?  Connected how to the network? (e.g. dnsmasq is
wired to the router, clients are a mix of wired and wireless)

What OS?  Could be a firewall/packet filtering issue on either the
dnsmasq computer or the router. (e.g. router firewall is configured to
accept DHCP requests but not bridge them to the rest of the network)

Make sure that dnsmasq owns port 67 on its machine by running "netstat
-l" with dnsmasq running and again with dnsmasq stopped.

>
> Here is my config file:
>
> - file start -
>
> # Configuration file for dnsmasq.
> #
>
> dhcp-range=192.168.0.100,192.168.0.150,12h
> dhcp-leasefile=/var/packages/dnsmasq/target/leases/dnsmasq.leases
> dhcp-authoritative
>
> no-resolv
> no-hosts
>
> server=(ip deleted)
> server=(ip deleted)
> server=(ip deleted)
>
> dhcp-option=option:router,192.168.0.1
>
> dhcp-host=(mac deleted),adam,192.168.0.100
> dhcp-host=(mac deleted),eva,192.168.0.101
>
> - file end -
>
> Kind regards, Robert
>
> _______________________________________________
> Dnsmasq-discuss mailing list
> Dnsmasq-discuss at lists.thekelleys.org.uk
> http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
>



More information about the Dnsmasq-discuss mailing list