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.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 577ec5c..6eb30b1 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -54,6 +54,11 @@ shared-network LAN {
fixed-address 192.168.1.12;
}
+ host eurobuild3 {
+ hardware ethernet ea:6c:43:78:6a:b7;
+ fixed-address 192.168.1.12;
+ }
+
host europa10 {
hardware ethernet 00:03:BA:00:D5:9B;
fixed-address 192.168.1.13;
@@ -165,6 +170,11 @@ shared-network LAN {
fixed-address 192.168.1.32;
}
+ host euromon {
+ hardware ethernet b8:27:eb:7c:68:78;
+ fixed-address 192.168.1.33;
+ }
+
}
}