summaryrefslogtreecommitdiff
path: root/keama/tests/czb/dhcpd.subnets.test
blob: 1aa9df7313eb1128cdef91e41dd82718c51eb19a (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
57
#-------------------------------------------------------------
#Automatisch erzeugte Konfiguration am 1237987025
# FFM19 
subnet 140.101.124.0 netmask 255.255.255.0 {
     option broadcast-address 140.101.124.255;
     option subnet-mask 255.255.255.0;
	pool
	{
             deny dynamic bootp clients;
             failover peer "cobafailover";
             range 140.101.124.201 140.101.124.254;
        }
     option domain-name "test.commerzbank.com";
     option routers 140.101.124.6;
     option ntp-servers 140.101.124.6;
     option domain-name-servers 39.101.101.101, 39.102.102.102;
}
#
#-------------------------------------------------------------
#Automatisch erzeugte Konfiguration am 1237987025
# FFM80 
subnet 140.11.33.0 netmask 255.255.255.0 {
     option broadcast-address 140.11.33.255;
     option subnet-mask 255.255.255.0;
	pool
	{
             deny dynamic bootp clients;
             failover peer "cobafailover";
             range 140.11.33.200 140.11.33.254;
        }
     option domain-name "test.commerzbank.com";
     option routers 140.11.33.6;
     option ntp-servers 140.11.33.6;
     option domain-name-servers 39.101.101.101, 39.102.102.102;
     option SunRay.FWSrvr 140.13.236.202;
     option SunRay.AuthSrvr 140.13.236.202;
     option SunRay.AltAuth 140.13.236.202, 140.13.236.186;
}
#
#-------------------------------------------------------------
#Automatisch erzeugte Konfiguration am 1237987025
# FFM80 
subnet 140.11.36.0 netmask 255.255.255.0 {
     option broadcast-address 140.11.36.255;
     option subnet-mask 255.255.255.0;
	pool
	{
             deny dynamic bootp clients;
             failover peer "cobafailover";
             range 140.11.36.201 140.11.36.254;
        }
     option domain-name "test.commerzbank.com";
     option routers 140.11.36.6;
     option ntp-servers 140.11.36.6;
     option domain-name-servers 39.101.101.101, 39.102.102.102;
}
#