diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-09-08 19:41:52 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2022-09-08 19:41:52 +0100 |
commit | 1bf19cd832cd6e088b913c95c303cede9e2a286a (patch) | |
tree | 5f4d8195cd5459bd511e01674ae62c057976f872 | |
parent | Add Nagios graph Apache config (diff) | |
download | config-1bf19cd832cd6e088b913c95c303cede9e2a286a.tar.bz2 config-1bf19cd832cd6e088b913c95c303cede9e2a286a.tar.xz config-1bf19cd832cd6e088b913c95c303cede9e2a286a.zip |
Moved ps3 host config into subnet
-rw-r--r-- | etc/dhcp/network.conf | 9 |
1 files 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; |