summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-04-15 21:15:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-04-15 21:15:54 +0200
commit23327cfb576d431e62c875b61592766727cf879b (patch)
tree3c2e6f99628c97ef79e088d16ec2d47314d1aadf /config/obr/dhcpd.conf
parent9270711ada668e3ae9fde603bce9099c9bbee844 (diff)
downloadOpenBSD-firewall-23327cfb576d431e62c875b61592766727cf879b.tar.gz
OpenBSD-firewall-23327cfb576d431e62c875b61592766727cf879b.tar.bz2
synched personal configruation
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 48275ab..577ec5c 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -144,5 +144,27 @@ shared-network LAN {
filename "pxelinux.0";
}
+ host eurobuild8 {
+ hardware ethernet 00:c0:f0:25:10:5b;
+ fixed-address 192.168.1.29;
+ filename "pxelinux.0";
+ }
+
+ host euromox {
+ hardware ethernet 00:17:f2:c6:45:b3;
+ fixed-address 192.168.1.30;
+ }
+
+ host eurox {
+ hardware ethernet 00:1d:72:88:ac:09;
+ fixed-address 192.168.1.31;
+ }
+
+ host eurobuild9 {
+ hardware ethernet b8:27:eb:44:4b:07;
+ fixed-address 192.168.1.32;
+ }
+
+
}
}