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, 11 insertions, 0 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 6eb30b1..8a3aa40 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -175,6 +175,17 @@ shared-network LAN {
fixed-address 192.168.1.33;
}
+ host eurobuild6 {
+ hardware ethernet 04:92:26:d3:fe:86;
+ fixed-address 192.168.1.34;
+ }
+
+ host wrt1 {
+ hardware ethernet 00:22:6B:73:CA:EC;
+ fixed-address 192.168.1.254;
+ }
+
+
}
}