aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/test_gnunet_vpn.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/test_gnunet_vpn.conf')
-rw-r--r--src/vpn/test_gnunet_vpn.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/vpn/test_gnunet_vpn.conf b/src/vpn/test_gnunet_vpn.conf
index 7537407ba..a5c0aa224 100644
--- a/src/vpn/test_gnunet_vpn.conf
+++ b/src/vpn/test_gnunet_vpn.conf
@@ -18,3 +18,20 @@ EXIT_IFNAME = eth1
18[testing] 18[testing]
19WEAKRANDOM = YES 19WEAKRANDOM = YES
20HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat 20HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
21
22
23
24# repeating some values from the default configurations
25# here as the respective network addresses are also
26# hard-wired in the tests and the MUST match (!)
27[vpn]
28IPV6ADDR = FC2D:FDAA:6A26::1
29IPV6PREFIX = 64
30IPV4ADDR = 169.254.20.1
31IPV4MASK = 255.255.255.0
32
33[exit]
34IPV6ADDR = FC5A:04E1:C2BA::1
35IPV6PREFIX = 92
36IPV4ADDR = 169.254.86.1
37IPV4MASK = 255.255.255.0