summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/njwehen.dhcpd
blob: 46b18d1c1e5f00cff5dd5d1b375a4e7ab3586b81 (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
# njwehen DHCPD Config File.
# Generated 2012-08-06-08:27 with gendhcpd.pl by Henley on Hudson.

shared-network njwehen {
    authoritative;

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

# WANIP for njwehen not configured

#dhcpd-snmp=njwehen-cust0,68.253.247.21-68.253.247.126
    subnet 68.253.247.0 netmask 255.255.255.128 {
        option routers 68.253.247.1;
        option subnet-mask 255.255.255.128;
        option broadcast-address 68.253.247.127;
        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.253.247.21 68.253.247.126;
        }
    }

# Tunnel for njwehen not configured

}