summaryrefslogtreecommitdiff
path: root/etc/dhcp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-04-09 18:46:53 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-04-09 18:46:53 +0100
commitce7ef7ce14aa72ef564c16fae4799121766ae4df (patch)
tree400d8661cd188d1fdd1c612c1c853787220500d6 /etc/dhcp
parentRevised checkPostgreSQLrepl for v11 logical rep (diff)
downloadconfig-ce7ef7ce14aa72ef564c16fae4799121766ae4df.tar.bz2
config-ce7ef7ce14aa72ef564c16fae4799121766ae4df.tar.xz
config-ce7ef7ce14aa72ef564c16fae4799121766ae4df.zip
Fix DHCP subnet
Diffstat (limited to 'etc/dhcp')
-rw-r--r--etc/dhcp/backup.conf2
-rw-r--r--etc/dhcp/primary.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/dhcp/backup.conf b/etc/dhcp/backup.conf
index 36c7772..49d0b45 100644
--- a/etc/dhcp/backup.conf
+++ b/etc/dhcp/backup.conf
@@ -25,7 +25,7 @@ host ps3 {
option domain-name-servers 8.8.8.8, 8.8.4.4;
}
-subnet 10.10.0.0 netmask 255.255.255.0 {
+subnet 10.10.0.0 netmask 255.255.0.0 {
pool {
failover peer "randomlan";
range 10.10.0.128 10.10.0.254;
diff --git a/etc/dhcp/primary.conf b/etc/dhcp/primary.conf
index 7208c76..7465e49 100644
--- a/etc/dhcp/primary.conf
+++ b/etc/dhcp/primary.conf
@@ -26,7 +26,7 @@ host ps3 {
option domain-name-servers 8.8.8.8, 8.8.4.4;
}
-subnet 10.10.0.0 netmask 255.255.255.0 {
+subnet 10.10.0.0 netmask 255.255.0.0 {
pool {
failover peer "randomlan";
range 10.10.0.128 10.10.0.254;