-test cleanup
[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
11 [exit]
12 EXIT_IPV4 = YES
13 EXIT_IPV6 = YES
14
15 # FIXME: can we use 'lo'?
16 EXIT_IFNAME = eth1
17
18 [dns]
19 DNS_EXIT = 8.8.8.8
20
21 [testing]
22 WEAKRANDOM = YES
23 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
24
25 [nse]
26 WORKBITS = 1
27
28 # repeating some values from the default configurations
29 # here as the respective network addresses are also
30 # hard-wired in the tests and the MUST match (!)
31 [vpn]
32 IPV6ADDR = FC2D:FDAA:6A26::1
33 IPV6PREFIX = 64
34 IPV4ADDR = 169.254.20.1
35 IPV4MASK = 255.255.255.0
36
37 [exit]
38 IPV6ADDR = FC5A:04E1:C2BA::1
39 IPV6PREFIX = 96
40 IPV4ADDR = 169.254.86.1
41 IPV4MASK = 255.255.255.0
42
43 [www.gads.]
44 TCP_REDIRECTS = 80:localhost4:8080
45 TTL = 3600000
46
47 [gns]
48 AUTOSTART = YES
49 ZONEKEY = $GNUNET_TEST_HOME/.hostkey
50 HIJACK_DNS = YES
51
52 [namestore]
53 AUTOSTART = YES
54
55 [nat]
56 USE_LOCALADDR = YES
57 RETURN_LOCAL_ADDRESSES = YES