From f15bf375be511c0395488a709e2c3591ef943f53 Mon Sep 17 00:00:00 2001 From: Martin Gummi Date: Sun, 26 May 2013 04:56:27 +0200 Subject: [PATCH 1/3] magu's devices --- static.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static.conf b/static.conf index 03e2608..9a3418c 100644 --- a/static.conf +++ b/static.conf @@ -21,3 +21,18 @@ host nagios { hardware ethernet b8:27:eb:bf:87:96; fixed-address 10.112.5.5; } + +host dopz { + hardware ethernet de:44:53:fa:fa:dc; + fixed-address 10.112.2.6; +} + +host aopz { + hardware ethernet de:00:f0:ca:fa:ac; + fixed-address 10.112.4.6; +} + +host opz { + hardware ethernet 00:60:1d:21:de:35; + fixed-address 10.112.2.64; +} From 3de935f5464a6adb0590ade7ef9800f3902cbf11 Mon Sep 17 00:00:00 2001 From: Martin Gummi Date: Sun, 26 May 2013 23:23:15 +0200 Subject: [PATCH 2/3] magu's geraete --- static.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static.conf b/static.conf index 03e2608..9a3418c 100644 --- a/static.conf +++ b/static.conf @@ -21,3 +21,18 @@ host nagios { hardware ethernet b8:27:eb:bf:87:96; fixed-address 10.112.5.5; } + +host dopz { + hardware ethernet de:44:53:fa:fa:dc; + fixed-address 10.112.2.6; +} + +host aopz { + hardware ethernet de:00:f0:ca:fa:ac; + fixed-address 10.112.4.6; +} + +host opz { + hardware ethernet 00:60:1d:21:de:35; + fixed-address 10.112.2.64; +} From f6cc039f8ab26c2097f763a790ba3d0ebdee9175 Mon Sep 17 00:00:00 2001 From: Martin Gummi Date: Wed, 29 May 2013 21:39:01 +0200 Subject: [PATCH 3/3] sort --- static.conf | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/static.conf b/static.conf index 9a3418c..a2ba745 100644 --- a/static.conf +++ b/static.conf @@ -8,31 +8,32 @@ host funkstueck { fixed-address 10.112.0.2; } +host dopz { + hardware ethernet de:44:53:fa:fa:dc; + fixed-address 10.112.2.6; +} + host libertas { hardware ethernet 1c:7e:e5:5f:94:c0; fixed-address 10.112.2.22; } +host opz { + hardware ethernet 00:60:1d:21:de:35; + fixed-address 10.112.2.64; +} + host tetra { hardware ethernet 42:44:44:44:44:44; fixed-address 10.112.4.4; } -host nagios { - hardware ethernet b8:27:eb:bf:87:96; - fixed-address 10.112.5.5; -} - -host dopz { - hardware ethernet de:44:53:fa:fa:dc; - fixed-address 10.112.2.6; -} host aopz { hardware ethernet de:00:f0:ca:fa:ac; fixed-address 10.112.4.6; } -host opz { - hardware ethernet 00:60:1d:21:de:35; - fixed-address 10.112.2.64; -} +host nagios { + hardware ethernet b8:27:eb:bf:87:96; + fixed-address 10.112.5.5; +}