From d6687d1c61114276acda4ab232bbe3ec6e55a388 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 May 2019 19:53:22 +0200 Subject: updated personal configuration --- config/obr/dhcpd.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/obr/dhcpd.conf') 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; + } + } } -- cgit v1.2.3-54-g00ecf