-fix ftbfs
[oweals/gnunet.git] / src / pt / test_gns_vpn.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/gnunet-test-gns-vpn/
3
4 [transport]
5 PLUGINS = tcp
6
7 [arm]
8 PORT = 0
9 ALLOW_SHUTDOWN = YES
10 SYSTEM_ONLY = NO
11 USER_ONLY = NO
12
13 [exit]
14 FORCESTART = YES
15 IPV6ADDR = FC5A:04E1:C2BA::1
16 IPV6PREFIX = 96
17 IPV4ADDR = 169.254.86.1
18 IPV4MASK = 255.255.255.0
19
20 EXIT_IPV4 = YES
21 EXIT_IPV6 = YES
22
23 # FIXME: can we use 'lo'?
24 EXIT_IFNAME = eth1
25
26 [dns]
27 DNS_EXIT = 8.8.8.8
28 FORCESTART = YES
29
30 [identity]
31 AUTOSTART = YES
32 FORCESTART = YES
33
34 [hostlist]
35 AUTOSTART = NO
36 FORCESTART = NO
37
38 [nse]
39 WORKBITS = 1
40
41 # repeating some values from the default configurations
42 # here as the respective network addresses are also
43 # hard-wired in the tests and the MUST match (!)
44 [vpn]
45 IPV6ADDR = FC2D:FDAA:6A26::1
46 IPV6PREFIX = 64
47 IPV4ADDR = 169.254.20.1
48 IPV4MASK = 255.255.255.0
49 #PREFIX = valgrind
50
51
52 [www.gnunet.]
53 TCP_REDIRECTS = 80:localhost4:8080
54 TTL = 3600000
55
56 [gns]
57 AUTOSTART = YES
58 ZONEKEY = $GNUNET_TEST_HOME/.zonekey
59
60 # Delays starting of GNS, as we need to first
61 # setup the identity subsystem properly.
62 FORCESTART = NO
63
64 [namestore]
65 AUTOSTART = YES
66
67 [nat]
68 USE_LOCALADDR = YES
69 RETURN_LOCAL_ADDRESSES = YES