summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/ncchgto.dhcpd
blob: 9a972da4cc5310c9d20ae1057d9cc8fe94492c24 (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
30
31
32
33
34
# ncchgto DHCPD Config File.
# Generated 2011-01-21-11:28 with gendhcpd.pl by bpeterson.

shared-network ncchgto {
    authoritative;

#  include "/etc/dhcp3/folder.dhcpd/events.dhcpd";

    subnet 152.23.208.2 netmask 255.255.255.255 {
    }

    subnet 10.149.156.0 netmask 255.255.255.0 {
    }
    
    subnet 10.149.157.0 netmask 255.255.255.0 {
    }
    
#dhcpd-snmp=ncchgto-ruckus,10.149.158.100-10.149.158.239
        subnet 10.149.158.0 netmask 255.255.255.0 {
            option routers 10.149.158.1;
            option subnet-mask 255.255.255.0;
            option broadcast-address 10.149.158.255;
            pool {
                failover peer "NATIONAL";
                allow members of "ruckus";
                allow members of "ubnt";
                deny dynamic bootp clients;
                #default-lease-time dTruk;
                #max-lease-time mdTruk;
                range 10.149.158.100 10.149.158.239;
            }
#  include "/etc/dhcp3/bootp/ncchgto.bootp";
        }
}