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. Ubuntu update to isc-dhcp-server seems to have broken config
      file processing (bls s)


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

Message: 1
Date: Thu, 3 Jun 2021 23:46:19 +0000
From: bls s <bls3...@outlook.com>
To: "dhcp-users@lists.isc.org" <dhcp-users@lists.isc.org>
Subject: Ubuntu update to isc-dhcp-server seems to have broken config
        file processing
Message-ID:
        
<mwhpr02mb2591d8f9bbc4470a78a198c0a3...@mwhpr02mb2591.namprd02.prod.outlook.com>
        
Content-Type: text/plain; charset="us-ascii"

I'm using isc-dhcp-server 4.4.1-2 on RasPiOS Buster, and it's working fine with 
the following subnet declaration:

subnet 192.168.92.0 netmask 255.255.255.0 {
    option domain-search "foo.com", "dyn.foo.com";
    option broadcast-address 192.168.92.255;
    allow duplicates;
    ddns-updates off;
    pool {
        ddns-updates on;
        allow unknown-clients;
        option domain-name "dyn.foo.com";
        ddns-rev-domainname "dhcp";
        default-lease-time 86400;
        max-lease-time 86400;
        range 192.168.92.101 192.168.92.127;
    }
}

This same subnet config worked on Ubuntu 21.04 a couple of weeks ago, with 
isc-dhcp-server V4.4.1-2.2-ubuntu6 on it. Today I updated on Ubuntu, got 
isc-dhcp-server V4.4.1-2.2ubuntu6.1 and now isc-dhcp-server complains about 
"Can't clone pool group".

I found that I can put the pool declaration outside of the subnet declaration 
on Ubuntu, and it works correctly. Unfortunately, doing this on RasPiOS fails!

Am I totally using subnet and pool incorrectly, or is this an incompatible 
change in isc-dhcp-server? And, is it an intended change coming to mainline 
isc-dhcp-server or did Ubuntu bork it?

This is important (to me, anyhow), since I have a tool that automatically 
builds dhcpd.conf from a database, and now it's broken with no easy way to fix 
other than putting in "do it this way/that way" switches.

Thanks for your help!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20210603/076d622c/attachment-0001.htm>

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

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 152, Issue 2
******************************************

Reply via email to