diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-04-02 16:09:14 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-04-02 16:09:14 +0100 |
commit | e20d264d4ab6d2695d90a664eed83256eb1274b8 (patch) | |
tree | 7fdef1053734fe4e2e4a6e7b3c22a41d9b9343e4 | |
parent | PS3 doesn't need fixed IP (diff) | |
download | config-e20d264d4ab6d2695d90a664eed83256eb1274b8.tar.bz2 config-e20d264d4ab6d2695d90a664eed83256eb1274b8.tar.xz config-e20d264d4ab6d2695d90a664eed83256eb1274b8.zip |
Use 10.10.1.* for DHCP zone
-rw-r--r-- | etc/dhcp/primary.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dhcp/primary.conf b/etc/dhcp/primary.conf index 55ace91..8769ee1 100644 --- a/etc/dhcp/primary.conf +++ b/etc/dhcp/primary.conf @@ -29,7 +29,7 @@ host ps3 { subnet 10.10.0.0 netmask 255.255.0.0 { pool { failover peer "randomlan"; - range 10.10.0.128 10.10.0.254; + range 10.10.1.1 10.10.1.254; } key updatekey { |