Menu

#4606 DHCP Server / DHCP Lease count addresses wrong

1.740
closed-fixed
nobody
5
2015-05-30
2015-05-28
No

I'm running Webmin 1.750 with isc-dhcp-server on my Debian 7 x86 server. Latest updates are applied.
I've configured DHCP range on ISC-DHCPD from 10.84.0.128 to 10.84.1.159, netmask 255.255.254.0.

Based on my calculation, the total of IP addresses is 288.
But when I view DHCP Leases, it shows only 64 addresses: 64 IP addresses available, 22 allocated (34 %)

Discussion

  • Jamie Cameron

    Jamie Cameron - 2015-05-28

    Is 10.84.0.128 to 10.84.1.159 your subnet address, or the range inside the subnet? Because it is the ranges that Webmin looks at.

     
  • Ta Xuan Truong

    Ta Xuan Truong - 2015-05-29

    Our network is 10.84.0.0/23, the addresses range inside subnet. Please see the configuration below:

    subnet 10.84.0.0 netmask 255.255.254.0 {
        next-server 10.84.0.13;
        filename "pxelinux.0";
        allow unknown-clients;
        authoritative;
        max-lease-time 2419200;
        default-lease-time 604800;
        option domain-name-servers 10.84.0.31 , 10.84.0.32;
        option routers 10.84.0.1;
        pool {
                failover peer "dhcp-failover";
                range 10.84.0.128 10.84.1.159;
                }
        }
    
     

    Last edit: Ta Xuan Truong 2015-05-29
  • Jamie Cameron

    Jamie Cameron - 2015-05-30

    Ok, I see the bug that causes this - it will be fixed in the next Webmin release.

     
  • Jamie Cameron

    Jamie Cameron - 2015-05-30
    • status: open --> closed-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.