summaryrefslogtreecommitdiff
path: root/keama/dhcp3/folder.dhcpd/mnalfou.dhcpd
blob: ad2bf02413a6607e586c8b3487ca14adb1778d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# mnalfou DHCPD Config File.
# Generated 2012-12-11-13:27 with gendhcpd.pl by Foundation Hall.

shared-network mnalfou {
    authoritative;

    subnet 50.30.133.1 netmask 255.255.255.255 {
    }

    subnet 10.145.116.0 netmask 255.255.255.0 {
        }
    
#dhcpd-snmp=mnalfou-ruckus,10.145.118.100-10.145.118.239
        subnet 10.145.118.0 netmask 255.255.255.0 {
            option routers 10.145.118.1;
            option subnet-mask 255.255.255.0;
            option broadcast-address 10.145.118.255;
            pool {
                failover peer "NATIONAL";
                allow members of "ruckus";
                allow members of "ubnt";
                deny dynamic bootp clients;
                default-lease-time 86400;
        	max-lease-time 259200;
        	min-lease-time 14400;
		range 10.145.118.100 10.145.118.239;
            }
        }
}