]> git.ipfire.org Git - people/jschlag/network.git/commitdiff
Change ipv6 addresses from global to "private" addresses in nitsi
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 15 Sep 2018 15:59:49 +0000 (17:59 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sat, 15 Sep 2018 15:59:49 +0000 (17:59 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
test/nitsi/include/vpn-base
test/nitsi/include/vpn-ipsec-basic-ping-test-ipv6
test/nitsi/include/vpn-ipsec-basic-ts-ipv6

index 44825db1984a32b13fb590ac65455c5813dc49d8..c04a9c9caf36b182f87da812807e2c39f16df952 100644 (file)
@@ -21,13 +21,13 @@ all: network zone net1 up
 all: network status
 # IP config
 alice: network zone upl0 config new static 192.168.122.2/24
-alice: network zone upl1 config new static 2001:470:6ef3:1::1/64
+alice: network zone upl1 config new static fdd1:9e02:338f::1:1/64
 alice: network zone net0 config new static 192.168.200.1/24
-alice: network zone net1 config new static 2001:470:6ef3::1/64
+alice: network zone net1 config new static fdd1:9e02:338f::2:1/64
 bob: network zone upl0 config new static 192.168.122.3/24
-bob: network zone upl1 config new static 2001:470:6ef3:1::2/64
+bob: network zone upl1 config new static fdd1:9e02:338f::1:2/64
 bob: network zone net0 config new static 192.168.201.1/24
-bob: network zone net1 config new static 2001:470:6ef3:2::1/64
+bob: network zone net1 config new static fdd1:9e02:338f::3:1/64
 # Simple ping test
 alice: ping -c 5 192.168.122.3
 alice: ping6 -c 5 2001:470:6ef3:1::1
index c6d5e69de15636654d0235639ea7a936d9f87a5b..f7859038148ee6b1aaf6e90a685982e94785435f 100644 (file)
@@ -1,3 +1,3 @@
 # This recipe tests if the vpn connection is working by pinging the remote subnet
-alice: ping6 -c 5 2001:470:6ef3:2::1
-bob: ping6 -c 5 2001:470:6ef3::1
\ No newline at end of file
+alice: ping6 -c 5 fdd1:9e02:338f::3:1
+bob: ping6 -c 5 fdd1:9e02:338f::2:1
\ No newline at end of file
index 8a4676f7ab78df63f7473ae2244edb50600b9650..11eaceec96a5d2d82aeb7fb27e721a401d87b36e 100644 (file)
@@ -1,4 +1,4 @@
-alice: network vpn ipsec connection basic local prefix +2001:470:6ef3::/64
-alice: network vpn ipsec connection basic remote prefix +2001:470:6ef3:2::/64
-bob: network vpn ipsec connection basic local prefix +2001:470:6ef3:2::/64
-bob: network vpn ipsec connection basic remote prefix +2001:470:6ef3::/64
\ No newline at end of file
+alice: network vpn ipsec connection basic local prefix +fdd1:9e02:338f::2:1/64
+alice: network vpn ipsec connection basic remote prefix +fdd1:9e02:338f::3:1/64
+bob: network vpn ipsec connection basic local prefix +fdd1:9e02:338f::3:1/64
+bob: network vpn ipsec connection basic remote prefix +fdd1:9e02:338f::2:1/64
\ No newline at end of file