diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-04-09 18:46:53 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-04-09 18:46:53 +0100 |
commit | ce7ef7ce14aa72ef564c16fae4799121766ae4df (patch) | |
tree | 400d8661cd188d1fdd1c612c1c853787220500d6 /etc/dhcp | |
parent | Revised checkPostgreSQLrepl for v11 logical rep (diff) | |
download | config-ce7ef7ce14aa72ef564c16fae4799121766ae4df.tar.bz2 config-ce7ef7ce14aa72ef564c16fae4799121766ae4df.tar.xz config-ce7ef7ce14aa72ef564c16fae4799121766ae4df.zip |
Fix DHCP subnet
Diffstat (limited to 'etc/dhcp')
-rw-r--r-- | etc/dhcp/backup.conf | 2 | ||||
-rw-r--r-- | etc/dhcp/primary.conf | 2 |
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; |