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.conf17
1 files changed, 16 insertions, 1 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index ebaa745..79688de 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -93,7 +93,7 @@ shared-network LAN {
}
host euromac {
- hardware ethernet 00:1c:b3:c3:74:8c;
+ hardware ethernet 00:1b:63:9f:43:0c;
fixed-address 192.168.1.20;
}
@@ -101,5 +101,20 @@ shared-network LAN {
hardware ethernet b8:27:eb:15:62:14;
fixed-address 192.168.1.21;
}
+
+ host eurobuild6 {
+ hardware ethernet 00:00:1c:b6:26:37;
+ fixed-address 192.168.1.22;
+ }
+
+ host eurobuild7 {
+ hardware ethernet 00:0E:2E:05:BF:88;
+ fixed-address 192.168.1.23;
+ }
+
+ host eurotv {
+ hardware ethernet B8:27:EB:A0:10:58;
+ fixed-address 192.168.1.24;
+ }
}
}