#603639 isc-dhcp-server shared network separate lease-time

Package:
isc-dhcp-server
Source:
isc-dhcp
Description:
ISC DHCP server for automatic IP address assignment
Submitter:
Date:
2026-08-05 17:33:42 UTC
Severity:
normal
#603639#5
Date:
2010-11-16 00:51:32 UTC
From:
To:
I have shared networks with fixed and dynamic ip pools within the same
shared network and I want smaller lease time for dynamic ip-s, tried in
pool and subnet declaration but doesn't worked.



default-lease-time 43200;       # 1/2 day
max-lease-time 86400;           # 1 day
min-lease-time  600;            # 10 Minutes

shared-network "net2" {

        subnet 182.16.20.128 netmask 255.255.255.192 {
            pool {
                range 182.16.20.129 182.16.20.189;
                deny unknown-clients;
            }

                authoritative;

                option          broadcast-address 182.16.20.191;
                option          routers 182.16.20.190;

        }


        subnet 192.168.120.128 netmask 255.255.255.192 {
            pool {
                range 192.168.120.129 192.168.120.189;
                deny known-clients;

                default-lease-time      1800;
                max-lease-time          3600;
            }

                authoritative;

                deny duplicates;

                option          broadcast-address 192.168.120.191;
                option          routers 192.168.120.190;

        }
}

#603639#10
Date:
2026-08-05 17:31:09 UTC
From:
To:
Dear submitter,

as the package isc-dhcp has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1143544

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)