-nicer logging
[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 FORCESTART = YES
13 EXIT_IPV4 = YES
14 EXIT_IPV6 = YES
15 IPV6ADDR = FC5A:04E1:C2BA::1
16 IPV6PREFIX = 96
17 IPV4ADDR = 169.254.86.1
18 IPV4MASK = 255.255.255.0
19
20 # FIXME: can we use 'lo'?
21 EXIT_IFNAME = eth1
22
23 [hostlist]
24 AUTOSTART = NO
25 FORCESTART = NO
26
27 [nse]
28 WORKBITS = 1
29
30 # repeating some values from the default configurations
31 # here as the respective network addresses are also
32 # hard-wired in the tests and the MUST match (!)
33 [vpn]
34 IPV6ADDR = FC2D:FDAA:6A26::1
35 IPV6PREFIX = 64
36 IPV4ADDR = 169.254.20.1
37 IPV4MASK = 255.255.255.0
38
39
40 [gns]
41 AUTOSTART = NO
42
43 [nat]
44 USE_LOCALADDR = YES
45 RETURN_LOCAL_ADDRESSES = YES
46
47 [consensus]
48 AUTOSTART = NO