aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gnunet_vpn.conf
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-27 10:26:20 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-27 10:26:20 +0000
commitf68e5cda5acb6f39abaaeec839cb7e7cf2b77053 (patch)
tree82a9eb484330322585b067191e4c823ce8fef955 /src/pt/test_gnunet_vpn.conf
parentb7daa03785d09510b3f36d4e6bbab37b005c3619 (diff)
downloadgnunet-f68e5cda5acb6f39abaaeec839cb7e7cf2b77053.tar.gz
gnunet-f68e5cda5acb6f39abaaeec839cb7e7cf2b77053.zip
-fix order
Diffstat (limited to 'src/pt/test_gnunet_vpn.conf')
-rw-r--r--src/pt/test_gnunet_vpn.conf43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/pt/test_gnunet_vpn.conf b/src/pt/test_gnunet_vpn.conf
new file mode 100644
index 000000000..bdac1a5b6
--- /dev/null
+++ b/src/pt/test_gnunet_vpn.conf
@@ -0,0 +1,43 @@
1[PATHS]
2SERVICEHOME = /tmp/gnunet-test-vpn/
3DEFAULTCONFIG = test_gnunet_vpn.conf
4
5[transport]
6PLUGINS = tcp
7
8[arm]
9DEFAULTSERVICES = statistics exit vpn
10PORT = 0
11ALLOW_SHUTDOWN = YES
12
13[exit]
14EXIT_IPV4 = YES
15EXIT_IPV6 = YES
16
17# FIXME: can we use 'lo'?
18EXIT_IFNAME = eth1
19
20[testing]
21WEAKRANDOM = YES
22HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
23
24[nse]
25WORKBITS = 1
26
27# repeating some values from the default configurations
28# here as the respective network addresses are also
29# hard-wired in the tests and the MUST match (!)
30[vpn]
31IPV6ADDR = FC2D:FDAA:6A26::1
32IPV6PREFIX = 64
33IPV4ADDR = 169.254.20.1
34IPV4MASK = 255.255.255.0
35
36[exit]
37IPV6ADDR = FC5A:04E1:C2BA::1
38IPV6PREFIX = 96
39IPV4ADDR = 169.254.86.1
40IPV4MASK = 255.255.255.0
41
42[gns]
43AUTOSTART = NO