Send dhcp-users mailing list submissions to
        dhcp-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/dhcp-users
or, via email, send a message with subject or body 'help' to
        dhcp-users-requ...@lists.isc.org

You can reach the person managing the list at
        dhcp-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."


Today's Topics:

   1. Re: isc-dhcp-server ignoring requests because there are no
      IPv4 addresses configured (Simon)


----------------------------------------------------------------------

Message: 1
Date: Tue, 14 Feb 2023 17:38:42 +0000
From: Simon <dh...@thehobsons.co.uk>
To: Users of ISC DHCP <dhcp-users@lists.isc.org>
Subject: Re: isc-dhcp-server ignoring requests because there are no
        IPv4 addresses configured
Message-ID: <2335dc69-cd8d-4364-ac23-a7677cd1a...@thehobsons.co.uk>
Content-Type: text/plain;       charset=utf-8

Markus Krainz <l...@gmx.at> wrote:

> No, I don't have an explicit subnet declaration for the 192.168.129.x network 
> in /etc/dhcpd.conf.
> I would like this information to come from the configured network mask / 
> address on the interface.

Even if you do not serve client directly connected to the interface, you should 
still have a matching subnet declared. So for the interface with address  
192.168.129.22/24, you should have a subnet declaration :
subnet 192.168.129.22 255.255.255.0 {
}

This will satisfy the error checks on startup (you probably have a warning 
issued on startup without it), but as there is nothing defined (no pools) 
within it, no direct requests will be served. If there were any directly 
connected clients, then you?d see ?no free leases? in the logs.


Simon



------------------------------

Subject: Digest Footer

_______________________________________________
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

dhcp-users mailing list
dhcp-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users


------------------------------

End of dhcp-users Digest, Vol 171, Issue 6
******************************************

Reply via email to