- ttl is deprecated, don't warn
[oweals/gnunet.git] / src / pt / test_gnunet_vpn.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/gnunet-test-vpn/
3
4 [transport]
5 PLUGINS = tcp
6
7 [arm]
8 PORT = 0
9 ALLOW_SHUTDOWN = YES
10
11 [exit]
12 EXIT_IPV4 = YES
13 EXIT_IPV6 = YES
14
15 # FIXME: can we use 'lo'?
16 EXIT_IFNAME = eth1
17
18 [testing]
19 WEAKRANDOM = YES
20 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
21
22 [nse]
23 WORKBITS = 1
24
25 # repeating some values from the default configurations
26 # here as the respective network addresses are also
27 # hard-wired in the tests and the MUST match (!)
28 [vpn]
29 IPV6ADDR = FC2D:FDAA:6A26::1
30 IPV6PREFIX = 64
31 IPV4ADDR = 169.254.20.1
32 IPV4MASK = 255.255.255.0
33
34 [exit]
35 IPV6ADDR = FC5A:04E1:C2BA::1
36 IPV6PREFIX = 96
37 IPV4ADDR = 169.254.86.1
38 IPV4MASK = 255.255.255.0
39
40 [gns]
41 AUTOSTART = NO
42
43 [nat]
44 USE_LOCALADDR = YES
45 RETURN_LOCAL_ADDRESSES = YES
46
47 [consensus]
48 AUTOSTART = NO