diff --git a/salt-pillar/dhcp/init.sls b/salt-pillar/dhcp/init.sls index 5f326d0..3043aea 100644 --- a/salt-pillar/dhcp/init.sls +++ b/salt-pillar/dhcp/init.sls @@ -228,6 +228,30 @@ dhcp: string-opts: domain-name: priv17.zentralwerk.org + priv18: + start: 172.20.74.50 + end: 172.20.74.62 + time: 120 + max-time: 86400 + opts: + host-opts: + routers: priv18-gw.priv18 + domain-name-servers: upstream2.core + string-opts: + domain-name: priv18.zentralwerk.org + + priv19: + start: 172.20.74.82 + end: 172.20.74.94 + time: 120 + max-time: 86400 + opts: + host-opts: + routers: priv19-gw.priv19 + domain-name-servers: upstream1.core + string-opts: + domain-name: priv19.zentralwerk.org + radio: start: 172.20.73.130 end: 172.20.73.190 diff --git a/salt-pillar/lxc-containers/server1.sls b/salt-pillar/lxc-containers/server1.sls index a2b1664..f3c8998 100644 --- a/salt-pillar/lxc-containers/server1.sls +++ b/salt-pillar/lxc-containers/server1.sls @@ -208,6 +208,28 @@ containers: type: phys hwaddr: 0A:14:48:01:2A:19 + priv18-gw: + interfaces: + core: + type: veth + gw: upstream2 + gw6: upstream1 + hwaddr: 0A:14:48:01:2A:1A + priv18: + type: phys + hwaddr: 0A:14:48:01:2A:1B + + priv19-gw: + interfaces: + core: + type: veth + gw: upstream1 + gw6: upstream1 + hwaddr: 0A:14:48:01:2A:1C + priv19: + type: phys + hwaddr: 0A:14:48:01:2A:1D + upstream1: interfaces: core: