Add a split horizon resolv.conf
- in default namespace, point to 194.1.163.3 and .4 - in dataplane namespace, point to lab.ipng.ch (192.168.1X.4 and 2001:678:d78:2X1::ffff) - renumber ipv4 transit nets, so that .4/31 is labX.lab.ipng.ch <-> e0.vppX-0 - refactor common args (like nameserver search paths, node count, etc) Regenerate the whole thing.
This commit is contained in:
@ -10,3 +10,13 @@ overlays:
|
||||
frr:
|
||||
path: overlays/frr/
|
||||
build: build/frr/
|
||||
|
||||
lab:
|
||||
mgmt:
|
||||
ipv4: 192.168.1.80/24
|
||||
ipv6: 2001:678:d78:101::80/64
|
||||
gw4: 192.168.1.252
|
||||
gw6: 2001:678:d78:101::1
|
||||
nameserver:
|
||||
search: [ "lab.ipng.ch", "ipng.ch", "rfc1918.ipng.nl", "ipng.nl" ]
|
||||
nodes: 4
|
||||
|
@ -1,11 +1,7 @@
|
||||
lab:
|
||||
id: 0
|
||||
mgmt:
|
||||
ipv4: 192.168.1.80/24
|
||||
ipv6: 2001:678:d78:101::80/64
|
||||
gw4: 192.168.1.252
|
||||
gw6: 2001:678:d78:101::1
|
||||
ipv4: 192.168.10.0/24
|
||||
ipv6: 2001:678:d78:200::/60
|
||||
nameserver:
|
||||
addresses: [ 192.168.10.4, 2001:678:d78:201::ffff ]
|
||||
hypervisor: hvn0.lab.ipng.ch
|
||||
nodes: 4
|
||||
|
@ -1,11 +1,7 @@
|
||||
lab:
|
||||
id: 1
|
||||
mgmt:
|
||||
ipv4: 192.168.1.80/24
|
||||
ipv6: 2001:678:d78:101::80/64
|
||||
gw4: 192.168.1.252
|
||||
gw6: 2001:678:d78:101::1
|
||||
ipv4: 192.168.11.0/24
|
||||
ipv6: 2001:678:d78:210::/60
|
||||
nameserver:
|
||||
addresses: [ 192.168.11.4, 2001:678:d78:211::ffff ]
|
||||
hypervisor: hvn1.lab.ipng.ch
|
||||
nodes: 4
|
||||
|
@ -1,11 +1,7 @@
|
||||
lab:
|
||||
id: 2
|
||||
mgmt:
|
||||
ipv4: 192.168.1.80/24
|
||||
ipv6: 2001:678:d78:101::80/64
|
||||
gw4: 192.168.1.252
|
||||
gw6: 2001:678:d78:101::1
|
||||
ipv4: 192.168.12.0/24
|
||||
ipv6: 2001:678:d78:220::/60
|
||||
nameserver:
|
||||
addresses: [ 192.168.12.4, 2001:678:d78:221::ffff ]
|
||||
hypervisor: hvn1.lab.ipng.ch
|
||||
nodes: 4
|
||||
|
Reference in New Issue
Block a user