From d304c0c5506fe69f059f4b2a83ec83a2f2b85a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Sun, 12 Jan 2020 15:32:14 +0100 Subject: [PATCH] fixed syntax errors --- dhcp/ctdo.conf | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/dhcp/ctdo.conf b/dhcp/ctdo.conf index ca05159..77d9681 100644 --- a/dhcp/ctdo.conf +++ b/dhcp/ctdo.conf @@ -151,47 +151,48 @@ host node33 { } host node34 { hardware ethernet 00:30:48:bc:86:26; - fixed-address 10.10.0.134 + fixed-address 10.10.0.134; } host node35 { hardware ethernet 00:30:48:bc:86:2a; - fixed-address 10.10.0.135 + fixed-address 10.10.0.135; } # geht leider nicht an -#host node36 { -# hardware ethernet 00:30:48:bc; -# fixed-address 10.10.0.137 -#} +host node36 { + hardware ethernet 00:30:48:bc; + fixed-address 10.10.0.137; +} # geht leider nicht an -#host node37 { -# hardware ethernet 00:30:48:bc; -# fixed-address 10.10.0.137 -#} +host node37 { + hardware ethernet 00:30:48:bc; + fixed-address 10.10.0.137; +} # hat zusaetzliche Karte mit 1 Nic host node38 { hardware ethernet 00:30:48:bc:84:86; - fixed-address 10.10.0.138 + fixed-address 10.10.0.138; } # hat zusaetzliche Karte mit 2 Nic host node39 { hardware ethernet 00:30:48:bc:84:16; - fixed-address 10.10.0.139 + fixed-address 10.10.0.139; } host node40 { hardware ethernet 00:30:48:bc:83:ce; - fixed-address 10.10.0.140 + fixed-address 10.10.0.140; } host node41 { hardware ethernet 00:30:48:bc:83:d2; - fixed-address 10.10.0.141 + fixed-address 10.10.0.141; } # zeigt nichts an.. Netzteil klemmt -#host node42 { -# hardware ethernet 00:30:48:bc:; -# fixed-address 10.10.0.142 -#} +host node42 { + hardware ethernet 00:30:48:bc:; + fixed-address 10.10.0.142 +} host node43 { hardware ethernet 00:30:48:bc:84:be; - fixed-address 10.10.0.143 + fixed-address 10.10.0.143; +} + } -}