-move tcp session check into extra checks condition
[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 DEFAULTSERVICES = statistics exit vpn
9 PORT = 0
10 ALLOW_SHUTDOWN = YES
11
12 [exit]
13 EXIT_IPV4 = YES
14 EXIT_IPV6 = YES
15
16 # FIXME: can we use 'lo'?
17 EXIT_IFNAME = eth1
18
19 [testing]
20 WEAKRANDOM = YES
21 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
22
23 [nse]
24 WORKBITS = 1
25
26 # repeating some values from the default configurations
27 # here as the respective network addresses are also
28 # hard-wired in the tests and the MUST match (!)
29 [vpn]
30 IPV6ADDR = FC2D:FDAA:6A26::1
31 IPV6PREFIX = 64
32 IPV4ADDR = 169.254.20.1
33 IPV4MASK = 255.255.255.0
34
35 [exit]
36 IPV6ADDR = FC5A:04E1:C2BA::1
37 IPV6PREFIX = 96
38 IPV4ADDR = 169.254.86.1
39 IPV4MASK = 255.255.255.0
40
41 [gns]
42 AUTOSTART = NO
43
44 [nat]
45 USE_LOCALADDR = YES
46 RETURN_LOCAL_ADDRESSES = YES
47
48 [consensus]
49 AUTOSTART = NO