summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-06-03 19:46:57 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-06-03 19:46:57 +0200
commit7e31a5259325650b0f10f924fa53baa421005e20 (patch)
treea06e3bd3f43dcc4d49a45f722106c178004802b9 /config/obr/dhcpd.conf
parent665a0f7e97ac857224e742c3c83acf393b95fbd8 (diff)
downloadOpenBSD-firewall-7e31a5259325650b0f10f924fa53baa421005e20.tar.gz
OpenBSD-firewall-7e31a5259325650b0f10f924fa53baa421005e20.tar.bz2
updated to OpenBSD 6.9 and synched config with prod system
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf28
1 files changed, 26 insertions, 2 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 546afd1..6e4450d 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -65,7 +65,7 @@ shared-network LAN {
}
host eurobuild1 {
- hardware ethernet 00:40:05:a1:32:56;
+ hardware ethernet 00:13:20:62:0b:36;
fixed-address 192.168.1.14;
}
@@ -149,6 +149,23 @@ shared-network LAN {
filename "pxelinux.0";
}
+ host eurobuild6-8-i486 {
+ hardware ethernet 52:54:00:79:61:ea;
+ fixed-address 192.168.1.39;
+ filename "pxelinux.0";
+ }
+
+ host eurobuild3-i486 {
+ hardware ethernet 52:54:00:e5:c4:a1;
+ fixed-address 192.168.1.40;
+ filename "pxelinux.0";
+ }
+
+ host eurobuild3-pfrey-mewa {
+ hardware ethernet 52:54:00:6f:b0:77;
+ fixed-address 192.168.1.41;
+ }
+
host i486test {
hardware ethernet 52:54:00:32:AD:3A;
fixed-address 192.168.1.28;
@@ -172,7 +189,7 @@ shared-network LAN {
}
host eurobuild9 {
- hardware ethernet b2:d0:43:ac:e8:12;
+ hardware ethernet b8:27:eb:44:4b:07;
fixed-address 192.168.1.32;
}
@@ -196,10 +213,17 @@ shared-network LAN {
fixed-address 192.168.1.37;
}
+ host euroweb3 {
+ hardware ethernet 00:00:24:d1:dc:a8;
+ fixed-address 192.168.1.38;
+ }
+
host wrt1 {
hardware ethernet 00:22:6B:73:CA:EC;
fixed-address 192.168.1.254;
}
+
+
}
}