summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-10-24 09:44:21 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-10-24 09:44:21 +0200
commit8c72227c4459d8d6e5430e9949634ccab1dd8a88 (patch)
tree254a1031f51c3368a0b5d11b1dff323b614b8fee /config/obr/dhcpd.conf
parent22c9d4726a2c6c246807d7c666caae27d03a3af9 (diff)
downloadOpenBSD-firewall-8c72227c4459d8d6e5430e9949634ccab1dd8a88.tar.gz
OpenBSD-firewall-8c72227c4459d8d6e5430e9949634ccab1dd8a88.tar.bz2
some configuration cleanup in 'obr'
added some links and findings to TODOs
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf17
1 files changed, 10 insertions, 7 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index d042dc1..618cc19 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -162,11 +162,6 @@ shared-network LAN {
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;
@@ -214,6 +209,16 @@ shared-network LAN {
fixed-address 192.168.1.37;
}
+ host eurobuild12 {
+ hardware ethernet 00:11:2f:19:98:4b;
+ fixed-address 192.168.1.41;
+ }
+
+ host eurobuild13 {
+ hardware ethernet 00:90:fb:04:67:62;
+ fixed-address 192.168.1.42;
+ }
+
host euroweb3 {
hardware ethernet 00:00:24:d1:dc:a8;
fixed-address 192.168.1.38;
@@ -224,7 +229,5 @@ shared-network LAN {
fixed-address 192.168.1.254;
}
-
-
}
}