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.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;
+ }
+
+
}
}