-fix bad leftover peerid to string conversion
[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 [hostlist]
19 AUTOSTART = NO
20
21 [nse]
22 WORKBITS = 1
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]
28 IPV6ADDR = FC2D:FDAA:6A26::1
29 IPV6PREFIX = 64
30 IPV4ADDR = 169.254.20.1
31 IPV4MASK = 255.255.255.0
32
33 [exit]
34 IPV6ADDR = FC5A:04E1:C2BA::1
35 IPV6PREFIX = 96
36 IPV4ADDR = 169.254.86.1
37 IPV4MASK = 255.255.255.0
38
39 [gns]
40 AUTOSTART = NO
41
42 [nat]
43 USE_LOCALADDR = YES
44 RETURN_LOCAL_ADDRESSES = YES
45
46 [consensus]
47 AUTOSTART = NO