From b9a966b4f7ae6e438565912b964c726b126a1454 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 15 Apr 2018 09:23:27 +0200 Subject: synchronized personal configuration of router (before upgrading) --- config/obr/dhcpd.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'config/obr/dhcpd.conf') diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf index 79688de..b6fcbf5 100644 --- a/config/obr/dhcpd.conf +++ b/config/obr/dhcpd.conf @@ -8,6 +8,7 @@ shared-network LAN { option subnet-mask 255.255.255.0; allow booting; allow bootp; + next-server 192.168.1.12; subnet 192.168.1.0 netmask 255.255.255.0 { option routers 192.168.1.1; @@ -20,6 +21,7 @@ shared-network LAN { host europa1 { hardware ethernet 00:00:E2:3C:A2:3B; fixed-address 192.168.1.2; + filename "pxelinux.0"; } host europa5 { @@ -116,5 +118,24 @@ shared-network LAN { hardware ethernet B8:27:EB:A0:10:58; fixed-address 192.168.1.24; } + + host euroalix { + hardware ethernet 00:0D:B9:0F:62:78; + fixed-address 192.168.1.25; + filename "pxelinux.0"; + } + + host eurounisys { + hardware ethernet 00:00:E8:CD:05:88; + fixed-address 192.168.1.26; + filename "pxelinux.0"; + } + + host pxe486 { + hardware ethernet 52:54:00:C0:F9:14; + fixed-address 192.168.1.26; + filename "pxelinux.0"; + } + } } -- cgit v1.2.3-54-g00ecf