Merge branch 'master' of ssh://gnunet.org/gnunet
[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 [zonemaster]
39 AUTOSTART = YES
40 FORCESTART = YES
41
42 #[vpn]
43 #PREFIX = valgrind
44
45 [nse]
46 WORKBITS = 1
47
48 # repeating some values from the default configurations
49 # here as the respective network addresses are also
50 # hard-wired in the tests and the MUST match (!)
51 [vpn]
52 IPV6ADDR = FC2D:FDAA:6A26::1
53 IPV6PREFIX = 64
54 IPV4ADDR = 169.254.20.1
55 IPV4MASK = 255.255.255.0
56 #PREFIX = valgrind
57
58
59 [www.gnunet.]
60 TCP_REDIRECTS = 80:localhost4:8080
61 TTL = 3600000
62
63 [gns]
64 AUTOSTART = YES
65 ZONEKEY = $GNUNET_TEST_HOME/.zonekey
66
67 # Delays starting of GNS, as we need to first
68 # setup the identity subsystem properly.
69 FORCESTART = NO
70
71 [namestore]
72 AUTOSTART = YES
73
74 [nat]
75 USE_LOCALADDR = YES
76 RETURN_LOCAL_ADDRESSES = YES