[Dnsmasq-discuss] dnsmasq simple start
Simon Kelley
simon at thekelleys.org.uk
Mon Aug 22 15:14:35 BST 2005
Eugene Prokopiev wrote:
> Hi,
>
> After starting dhcpd I see:
>
> # netstat -pan --inet | grep dhcp
> udp 0 0 0.0.0.0:67 0.0.0.0:* 1408/dhcpd
> raw 0 0 0.0.0.0:1 0.0.0.0:* 7
> 1408/dhcpd
>
> After starting dnsmask I see only:
>
> # dnsmasq --dhcp-host=00:80:48:23:FB:D0,192.168.48.100,infinite
> # netstat -pan --inet | grep dnsmasq
> tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN
> 1317/dnsmasq
> udp 0 0 0.0.0.0:53 0.0.0.0:* 1317/dnsmasq
>
> So 00:80:48:23:FB:D0 can't get IP.
>
> What's wrong?
>
There must always be a dhcp-range to enable the DHCP server. Try
dnsmasq \
--dhcp-range=192.168.48.0,static\
--dhcp-host=00:80:48:23:FB:D0,192.168.48.100,infinite
> --
> Thanks,
> Eugene Prokopiev
>
> _______________________________________________
> 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