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/primary.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/dhcp/primary.conf') 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