DHCP client moving between networks

Shawn Holland sholland at sandara.ca
Thu Oct 1 04:23:45 UTC 2009


On Wed, 2009-09-30 at 17:50 -0700, Tim Gavin wrote:
> Heh, if  you guys hadn't asked for this, I wouldn't have noticed that
> I was still giving out hour-long leases on part of the network :)
> 
> 
> 
> ##########
> #VLAN 287#
> ##########
> 
> shared-network 287 {
>         subnet 216.xxx.46.0 netmask 255.255.255.0 {
>           range 216.xxx.46.6 216.xxx.46.254;
>           option domain-name-servers 208.xxx.220.131, 208.xxx.220.132;
>           option domain-name "mycompany.tld";
>           option routers 216.xxx.46.1;
>           option broadcast-address 216.xxx.46.255;
>           default-lease-time 43200;     #12 hours
> #         default-lease-time 3600;      #1 hour
>           max-lease-time 86400;         #24 hours
> #         max-lease-time 7200;          #2 hours
>           authoritative;
>         }
>         subnet 172.16.32.0 netmask 255.255.240.0 {
>           range 172.16.33.1 172.16.38.255;

were any of the DHCPREQUEST's within this range? 
(172.16.33.1 172.16.38.255)?


>           option domain-name-servers 172.16.32.21, 172.16.32.22;
>           option domain-name "mycompany.tld";
>           option routers 172.16.32.1;
>           option broadcast-address 172.16.47.255;
>           default-lease-time 43200;     #12 hours
> #         default-lease-time 3600;      #1 hour
>           max-lease-time 86400;         #24 hours
> #         max-lease-time 7200;          #2 hours
>           authoritative;
>         }
> authoritative;
> }
> 
> 
> 
> ##########
> #VLAN 288#
> ##########
> 
> subnet 216.xxx.25.0 netmask 255.255.255.0 {
>   range 216.xxx.25.150 216.xxx.25.250;
>   option routers 216.xxx.25.1;
>   option domain-name-servers 208.xxx.220.131, 208.xxx.220.132;
>   option domain-name "mycompany.tld";
>   option broadcast-address 216.xxx.25.255;
>   default-lease-time 43200;
>   max-lease-time 86400;
>   authoritative;
> }
> 
> 
> 
> 
> 
> #########
> #VLAN 703#
> ##########
> 
> shared-network 703 {
>         subnet 208.xxx.223.0 netmask 255.255.255.0 {
>           range 208.xxx.223.5 208.xxx.223.240;
>           option domain-name-servers 208.xxx.220.131, 208.xxx.220.132;
>           option domain-name "mycompany.tld";
>           option routers 208.xxx.223.1;
>           option broadcast-address 208.xxx.223.255;
>           default-lease-time 43200;
>           max-lease-time 86400;
>           authoritative;
>         }
> authoritative;
> }
> 
> 
> 
> 
> ##########
> #VLAN 283#
> ########
> 
> shared-network 283 {
>         subnet 216.xxx.27.0 netmask 255.255.255.0 {
>           range 216.xxx.27.10 216.xxx.27.120;
>           option domain-name-servers 208.xxx.220.131, 208.xxx.220.132;
>           option domain-name "mycompany.tld";
>           option routers 216.xxx.27.1;
>           option broadcast-address 216.xxx.45.255;
>           default-lease-time 43200;
>           max-lease-time 86400;
>           authoritative;
>         }
> 
>         subnet 208.xxx.220.192 netmask 255.255.255.224 {
>           option domain-name-servers 208.xxx.220.131, 208.xxx.220.132;
>           option domain-name "mycompany.tld";
>           option routers 208.xxx.220.193;
>           option broadcast-address 208.xxx.220.223;
>           default-lease-time 43200;
>           max-lease-time 86400;
>           authoritative;
>         }
> authoritative;
> }
> 
> host marshall {
> hardware ethernet 00:11:22:33:44:55;
> fixed-address 208.xxx.220.207;
> }
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
-- 
Regards,
Shawn Holland
Sandara Technologies Ltd.




More information about the dhcp-users mailing list