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:
@ -2,4 +2,5 @@ comment { Create a loopback interface }
|
||||
create loopback interface instance 0
|
||||
set interface state loop0 up
|
||||
set interface ip address loop0 192.168.12.3/32
|
||||
set interface ip address loop0 2001:678:d78:220::3/128
|
||||
set interface ip address loop0 2001:678:d78:220::3/128
|
||||
|
||||
|
Reference in New Issue
Block a user