summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-09-08 19:44:54 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-09-08 19:44:54 +0100
commit36fb2247c15aa73d48ee506341c198ea0f679aa5 (patch)
treec36d2ce9f7f16a432e76e148b630d6479ce8f945 /etc
parentMoved ps3 host config into subnet (diff)
downloadconfig-36fb2247c15aa73d48ee506341c198ea0f679aa5.tar.bz2
config-36fb2247c15aa73d48ee506341c198ea0f679aa5.tar.xz
config-36fb2247c15aa73d48ee506341c198ea0f679aa5.zip
Add 192.168 subnet for Capita laptop VPN
Diffstat (limited to 'etc')
-rw-r--r--etc/dhcp/network.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/dhcp/network.conf b/etc/dhcp/network.conf
index f812edd..e6b939a 100644
--- a/etc/dhcp/network.conf
+++ b/etc/dhcp/network.conf
@@ -1,3 +1,18 @@
+subnet 192.168.0.0 netmask 255.255.0.0 {
+ host ddcltgmq12f3-1 { hardware ethernet 02:50:41:00:00:01; }
+ host ddcltgmq12f3-2 { hardware ethernet 38:14:28:4a:9e:74; }
+ host ddcltgmq12f3-3 { hardware ethernet 10:3d:1c:39:59:1e; }
+ host ddcltgmq12f3-4 { hardware ethernet 12:3d:1c:39:59:1d; }
+ host ddcltgmq12f3-5 { hardware ethernet 10:3d:1c:39:59:1d; }
+ host ddcltgmq12f3-6 { hardware ethernet 10:3d:1c:39:59:21; }
+ option domain-name-servers 8.8.8.8, 8.8.4.4;
+ option routers 192.168.0.1;
+ pool {
+ failover peer "randomlan";
+ range 192.168.1.1 192.168.1.254;
+ }
+}
+
subnet 10.10.0.0 netmask 255.255.0.0 {
host ps3 {
hardware ethernet 00:1d:0d:f8:a5:80;