-misc stream hxing
[oweals/gnunet.git] / src / vpn / test_gnunet_vpn.conf
1 [PATHS]
2 SERVICEHOME = /tmp/gnunet-test-vpn/
3 DEFAULTCONFIG = test_gnunet_vpn.conf
4
5
6 [arm]
7 DEFAULTSERVICES = statistics exit vpn
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 [testing]
19 WEAKRANDOM = YES
20 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
21
22
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