summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-10-19 14:23:13 +0200
committerGitHub <noreply@github.com>2017-10-19 14:23:13 +0200
commit1e30c6fa62f8a083cc27ab463c310e87fc09e3a2 (patch)
treec9579164fd89604d8d313fd3b5d074bebf3c2165 /config/obr/dhcpd.conf
parentc3736445d02c7fd6562d05bc6079eba85ee508f9 (diff)
parent5247a4900bb79588094f9422833217ba78c3abc1 (diff)
downloadOpenBSD-firewall-1e30c6fa62f8a083cc27ab463c310e87fc09e3a2.tar.gz
OpenBSD-firewall-1e30c6fa62f8a083cc27ab463c310e87fc09e3a2.tar.bz2
Merge pull request #3 from andreasbaumann/master
upgrade to OpenBSD 6.2
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf17
1 files changed, 16 insertions, 1 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index ebaa745..79688de 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -93,7 +93,7 @@ shared-network LAN {
}
host euromac {
- hardware ethernet 00:1c:b3:c3:74:8c;
+ hardware ethernet 00:1b:63:9f:43:0c;
fixed-address 192.168.1.20;
}
@@ -101,5 +101,20 @@ shared-network LAN {
hardware ethernet b8:27:eb:15:62:14;
fixed-address 192.168.1.21;
}
+
+ host eurobuild6 {
+ hardware ethernet 00:00:1c:b6:26:37;
+ fixed-address 192.168.1.22;
+ }
+
+ host eurobuild7 {
+ hardware ethernet 00:0E:2E:05:BF:88;
+ fixed-address 192.168.1.23;
+ }
+
+ host eurotv {
+ hardware ethernet B8:27:EB:A0:10:58;
+ fixed-address 192.168.1.24;
+ }
}
}