From ce7ef7ce14aa72ef564c16fae4799121766ae4df Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 9 Apr 2019 18:46:53 +0100 Subject: Fix DHCP subnet --- etc/dhcp/backup.conf | 2 +- etc/dhcp/primary.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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; -- cgit v1.2.3