summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-01-17 19:18:47 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2016-01-17 19:18:47 +0100
commita9b4889984b28d6898313c3175c910371cd4286b (patch)
tree40667dee4f87f83d2455cccedb66bc75b2095773 /config/obr/dhcpd.conf
parent80d36ae6bb350c09d6b39e8d177c029a668ab696 (diff)
downloadOpenBSD-firewall-a9b4889984b28d6898313c3175c910371cd4286b.tar.gz
OpenBSD-firewall-a9b4889984b28d6898313c3175c910371cd4286b.tar.bz2
synched with home router
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf27
1 files changed, 19 insertions, 8 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 54d655d..644de4e 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -22,11 +22,6 @@ shared-network LAN {
fixed-address 192.168.1.2;
}
- host europa4 {
- hardware ethernet 00:00:1C:B5:F3:43;
- fixed-address 192.168.1.5;
- }
-
host europa5 {
hardware ethernet 00:01:80:5F:5D:EB;
fixed-address 192.168.1.6;
@@ -62,17 +57,22 @@ shared-network LAN {
fixed-address 192.168.1.13;
}
- host eurodock {
- hardware ethernet 00:13:20:62:0B:36;
+ host eurobuild1 {
+ hardware ethernet 00:40:05:a1:32:56;
fixed-address 192.168.1.14;
}
+
+ host eurobuild2 {
+ hardware ethernet 00:00:1C:B5:F3:43;
+ fixed-address 192.168.1.5;
+ }
host euroweb {
hardware ethernet b8:27:eb:2a:d9:c7;
fixed-address 192.168.1.15;
}
- host eurobeam {
+ host europrint {
hardware ethernet b8:27:eb:76:8e:67;
fixed-address 192.168.1.16;
}
@@ -81,5 +81,16 @@ shared-network LAN {
hardware ethernet 00:0f:20:d0:96:f1;
fixed-address 192.168.1.17;
}
+
+ host eurobuild3 {
+ hardware ethernet b8:27:eb:54:5f:13;
+ fixed-address 192.168.1.18;
+ }
+
+ host euroobr {
+ hardware ethernet 52:54:00:31:2B:EE;
+ fixed-address 192.168.1.19;
+ }
+
}
}