diff --git a/static.conf b/static.conf index 03e2608..a2ba745 100644 --- a/static.conf +++ b/static.conf @@ -8,16 +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 aopz { + hardware ethernet de:00:f0:ca:fa:ac; + fixed-address 10.112.4.6; +} + host nagios { hardware ethernet b8:27:eb:bf:87:96; fixed-address 10.112.5.5; -} +}