summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-05 22:12:59 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-05 22:12:59 +0200
commitae3fe4d7c9e1eea6099d70bcc20dea3748d8be0a (patch)
tree3417c0e2722a3f144925a2b6dc368cd51afb36f7 /config/obr/dhcpd.conf
parent590b286e4c5641edfd768d90de8cc690721804b9 (diff)
downloadOpenBSD-firewall-ae3fe4d7c9e1eea6099d70bcc20dea3748d8be0a.tar.gz
OpenBSD-firewall-ae3fe4d7c9e1eea6099d70bcc20dea3748d8be0a.tar.bz2
added dedicated web server
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index b6fcbf5..48275ab 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -104,7 +104,7 @@ shared-network LAN {
fixed-address 192.168.1.21;
}
- host eurobuild6 {
+ host euroweb2 {
hardware ethernet 00:00:1c:b6:26:37;
fixed-address 192.168.1.22;
}
@@ -112,6 +112,7 @@ shared-network LAN {
host eurobuild7 {
hardware ethernet 00:0E:2E:05:BF:88;
fixed-address 192.168.1.23;
+ filename "pxelinux.0";
}
host eurotv {
@@ -133,7 +134,13 @@ shared-network LAN {
host pxe486 {
hardware ethernet 52:54:00:C0:F9:14;
- fixed-address 192.168.1.26;
+ fixed-address 192.168.1.27;
+ filename "pxelinux.0";
+ }
+
+ host i486test {
+ hardware ethernet 52:54:00:32:AD:3A;
+ fixed-address 192.168.1.28;
filename "pxelinux.0";
}