summaryrefslogtreecommitdiff
path: root/keama/fordhcp/dhcpd.stubs.conf
blob: e8a96879a32a85d7ac805be2bc6b96448a519f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# These are stub subnets to inform the DHCP server that they exist.

# sql1-blue, the "outside" network
subnet 149.20.48.0 netmask 255.255.255.128 {
	not authoritative;
}

# 187-net is all but dead
subnet 204.152.187.0 netmask 255.255.255.0 {
	not authoritative;
}

# QuickBooks/GreatPlains VLAN
subnet 149.20.48.128 netmask 255.255.255.240 {
	not authoritative;
}

# Device management VLAN
subnet 149.20.60.0 netmask 255.255.255.0 {
	not authoritative;
}