From 335220c954649aad4a709e977e9f5efc020071bf Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 18 Sep 2016 18:23:46 +0200 Subject: some network restructuring --- config/obr/dhcpd.conf | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'config/obr/dhcpd.conf') diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf index 644de4e..c14a8a2 100644 --- a/config/obr/dhcpd.conf +++ b/config/obr/dhcpd.conf @@ -47,7 +47,7 @@ shared-network LAN { fixed-address 192.168.1.10; } - host euroserver { + host eurobuild3 { hardware ethernet 00:15:17:25:76:5C; fixed-address 192.168.1.12; } @@ -72,7 +72,7 @@ shared-network LAN { fixed-address 192.168.1.15; } - host europrint { + host euroserver { hardware ethernet b8:27:eb:76:8e:67; fixed-address 192.168.1.16; } @@ -82,15 +82,10 @@ shared-network LAN { fixed-address 192.168.1.17; } - host eurobuild3 { + host eurobuild4 { hardware ethernet b8:27:eb:54:5f:13; fixed-address 192.168.1.18; } - host euroobr { - hardware ethernet 52:54:00:31:2B:EE; - fixed-address 192.168.1.19; - } - } } -- cgit v1.2.3-54-g00ecf