summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
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";
}