From 1bf19cd832cd6e088b913c95c303cede9e2a286a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 8 Sep 2022 19:41:52 +0100 Subject: Moved ps3 host config into subnet --- etc/dhcp/network.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/etc/dhcp/network.conf b/etc/dhcp/network.conf index 40e23a3..f812edd 100644 --- a/etc/dhcp/network.conf +++ b/etc/dhcp/network.conf @@ -1,9 +1,8 @@ -host ps3 { - hardware ethernet 00:1d:0d:f8:a5:80; - option domain-name-servers 8.8.8.8, 8.8.4.4; -} - subnet 10.10.0.0 netmask 255.255.0.0 { + host ps3 { + hardware ethernet 00:1d:0d:f8:a5:80; + option domain-name-servers 8.8.8.8, 8.8.4.4; + } pool { failover peer "randomlan"; range 10.10.1.1 10.10.1.254; -- cgit v1.2.3