aboutsummaryrefslogtreecommitdiff
path: root/src/service/pt/test_gnunet_vpn.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/pt/test_gnunet_vpn.conf')
-rw-r--r--src/service/pt/test_gnunet_vpn.conf48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/service/pt/test_gnunet_vpn.conf b/src/service/pt/test_gnunet_vpn.conf
new file mode 100644
index 000000000..9bee93e02
--- /dev/null
+++ b/src/service/pt/test_gnunet_vpn.conf
@@ -0,0 +1,48 @@
1[PATHS]
2GNUNET_TEST_HOME = $GNUNET_TMP/gnunet-test-vpn/
3
4[transport]
5PLUGINS = tcp
6
7[arm]
8PORT = 0
9ALLOW_SHUTDOWN = YES
10
11[exit]
12IMMEDIATE_START = YES
13EXIT_IPV4 = YES
14EXIT_IPV6 = YES
15IPV6ADDR = FC5A:04E1:C2BA::1
16IPV6PREFIX = 96
17IPV4ADDR = 169.254.86.1
18IPV4MASK = 255.255.255.0
19
20# FIXME: can we use 'lo'?
21EXIT_IFNAME = eth1
22
23[hostlist]
24START_ON_DEMAND = NO
25IMMEDIATE_START = NO
26
27[nse]
28WORKBITS = 1
29
30# repeating some values from the default configurations
31# here as the respective network addresses are also
32# hard-wired in the tests and the MUST match (!)
33[vpn]
34IPV6ADDR = FC2D:FDAA:6A26::1
35IPV6PREFIX = 64
36IPV4ADDR = 169.254.20.1
37IPV4MASK = 255.255.255.0
38
39
40[gns]
41START_ON_DEMAND = NO
42
43[nat]
44USE_LOCALADDR = YES
45RETURN_LOCAL_ADDRESSES = YES
46
47[consensus]
48START_ON_DEMAND = NO