summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/nysicsi.dhcpd
blob: 4add998e508ee51bbac2b757aec68ccb3418c357 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# nysicsi DHCPD Config File.
# Generated 2013-10-22-14:32 with gendhcpd.pl by College of Staten Island.

shared-network nysicsi {
    authoritative;

# WANIP for nysicsi not configured

#dhcpd-snmp=nysicsi-cust0,68.234.208.21-68.234.211.254
    subnet 68.234.208.0 netmask 255.255.252.0 {
        option routers 68.234.208.1;
        option subnet-mask 255.255.252.0;
        option broadcast-address 68.234.211.255;
        option domain-name "client.pavlovmedia.net";
        option domain-name-servers 66.253.214.16, 50.30.184.16;
        default-lease-time 14400;
        max-lease-time 28800;
        min-lease-time 3600;
	pool {
            failover peer "NATIONAL";
            deny members of "ruckus";
            deny members of "ubnt";
            deny dynamic bootp clients;
            range 68.234.208.21 68.234.211.254;
        }

	#Slingbox
		host 68-234-208-10{
			hardware ethernet 00:13:B6:0C:94:82;
			fixed-address 68.234.208.10;
		}
    }

    subnet 10.144.144.0 netmask 255.255.255.0 {
        }
    
    subnet 10.144.145.0 netmask 255.255.255.0 {
    }
    
#dhcpd-snmp=nysicsi-ruckus,10.144.146.100-10.144.146.239
        subnet 10.144.146.0 netmask 255.255.255.0 {
            option routers 10.144.146.1;
            option subnet-mask 255.255.255.0;
            option broadcast-address 10.144.146.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.144.146.100 10.144.146.239;
            }
        }
}