[Dnsmasq-discuss] DHCP server not assigning IP to RTMU86
Kamil
kamil at incmachines.com
Mon May 23 18:34:37 UTC 2022
On 18/05/2022 09:39, Nicolas Cavallari <
nicolas.cavallari at green-communications.fr> wrote
> On 11/05/2022 13:41, Kamil via Dnsmasq-discuss wrote:
> >
> > But when I used isc-dhcp-server with following config:
> >
> > subnet 192.168.6.0 netmask 255.255.255.0 {
> > interface eth0;
> > ddns-update-style none;
> > default-lease-time 600;
> > max-lease-time 3600;
> > authorative;
> > range 192.168.6.11 192.168.6.20;
> > option subnet-mask 255.255.255.0;
> > option routers 192.168.6.1;
> > option domain-name-servers 8.8.8.8;
> > get-lease-hostnames true;
> > use-host-decl-names true;
> >
> > }
> >
> >
> > then isc-dhcp-server assigns correct IP to RTMU86.
> > Why doesn't Dnsmasq want to assign IP to RTMU86?
>
> Your isc-dhcp-server config includes "authoritative" while your dnsmasq
> doesn't include "dhcp-autoritative".
>
> There isn't enough information to determine what is going on here, but
> I had problems with broken DHCP clients sending DHCPREQUEST without a
> server identifier option.
> RFC-compliant DHCP servers ought to ignore them, but authoritative mode
> is here to override this behavior.
>
> dnsmasq does not log anything in non-authoritative mode when it drops
> DHCP requests.
>
Dear Nicolas,
I've tried isc-dhcp-server without "authoritative" and it still work fine
>
> If anything else fails, use tcpdump/wireshark.
>
I've used tcpdump. I've attached full log in this message:
https://www.mail-archive.com/dnsmasq-discuss@lists.thekelleys.org.uk/msg16249.html
please have a look.
Kind regards,
Kamil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/attachments/20220523/bf421c3d/attachment.htm>
More information about the Dnsmasq-discuss
mailing list