summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/folder.dhcpd/ilcudow-paid.dhcpd
blob: 56d0bf146cb01641981c7829eca653216d231a92 (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
# ilcudow-paid DHCPD Config File.
# Generated 2013-07-12-12:14 with gendhcpd.pl by DowntownWireless-Paid.

shared-network ilcudow-paid {
    authoritative;

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

# WANIP for ilcudow-paid not configured

#dhcpd-snmp=ilcudow-paid-cust0,68.180.83.21-68.180.83.254
    subnet 68.180.83.0 netmask 255.255.255.0 {
        option routers 68.180.83.1;
        option subnet-mask 255.255.255.0;
        option broadcast-address 68.180.83.255;
        option domain-name "client.pavlovmedia.net";
        option domain-name-servers 66.253.214.16, 50.30.184.16;
        default-lease-time 3600;
        max-lease-time 3600;
        min-lease-time 1200;
	pool {
            failover peer "NATIONAL";
            deny members of "ruckus";
            deny members of "ubnt";
            deny dynamic bootp clients;
            range 68.180.83.21 68.180.83.254;
        }
    }

# Tunnel for ilcudow-paid not configured

}