summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-04-15 14:16:43 +0200
committerGitHub <noreply@github.com>2018-04-15 14:16:43 +0200
commit645c7bc017b4e1634f18e378eda37c6529bc7477 (patch)
tree043d4d2a91008cb9456c03cb9e293dc2424df956 /config/obr/dhcpd.conf
parentc17f89bfbba9feb0bc5141562e10d9607af6d02a (diff)
parent077b2d08c2783349674631eed4ef3c51e1ef39b9 (diff)
downloadOpenBSD-firewall-645c7bc017b4e1634f18e378eda37c6529bc7477.tar.gz
OpenBSD-firewall-645c7bc017b4e1634f18e378eda37c6529bc7477.tar.bz2
Merge pull request #4 from andreasbaumann/master
updated to OpenBSD 6.3
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 79688de..b6fcbf5 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -8,6 +8,7 @@ shared-network LAN {
option subnet-mask 255.255.255.0;
allow booting;
allow bootp;
+ next-server 192.168.1.12;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.1;
@@ -20,6 +21,7 @@ shared-network LAN {
host europa1 {
hardware ethernet 00:00:E2:3C:A2:3B;
fixed-address 192.168.1.2;
+ filename "pxelinux.0";
}
host europa5 {
@@ -116,5 +118,24 @@ shared-network LAN {
hardware ethernet B8:27:EB:A0:10:58;
fixed-address 192.168.1.24;
}
+
+ host euroalix {
+ hardware ethernet 00:0D:B9:0F:62:78;
+ fixed-address 192.168.1.25;
+ filename "pxelinux.0";
+ }
+
+ host eurounisys {
+ hardware ethernet 00:00:E8:CD:05:88;
+ fixed-address 192.168.1.26;
+ filename "pxelinux.0";
+ }
+
+ host pxe486 {
+ hardware ethernet 52:54:00:C0:F9:14;
+ fixed-address 192.168.1.26;
+ filename "pxelinux.0";
+ }
+
}
}