aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gns_vpn.conf
blob: c603b7422032632ffc925848f8020a5bc2456b3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[PATHS]
GNUNET_TEST_HOME = $GNUNET_TMP/gnunet-test-gns-vpn/

[transport]
PLUGINS = tcp

[arm]
PORT = 0
ALLOW_SHUTDOWN = YES
SYSTEM_ONLY = NO
USER_ONLY = NO

[exit]
FORCESTART = YES
IPV6ADDR = FC5A:04E1:C2BA::1
IPV6PREFIX = 96
IPV4ADDR = 169.254.86.1
IPV4MASK = 255.255.255.0

EXIT_IPV4 = YES
EXIT_IPV6 = YES

# FIXME: can we use 'lo'?
EXIT_IFNAME = eth1

[dns]
DNS_EXIT = 8.8.8.8
FORCESTART = YES

[identity]
AUTOSTART = YES
FORCESTART = YES

[hostlist]
AUTOSTART = NO
FORCESTART = NO

[zonemaster]
AUTOSTART = YES
FORCESTART = YES

#[vpn]
#PREFIX = valgrind

[nse]
WORKBITS = 1

# repeating some values from the default configurations
# here as the respective network addresses are also
# hard-wired in the tests and the MUST match (!)
[vpn]
IPV6ADDR = FC2D:FDAA:6A26::1
IPV6PREFIX = 64
IPV4ADDR = 169.254.20.1
IPV4MASK = 255.255.255.0
#PREFIX = valgrind


[www.gnunet.]
TCP_REDIRECTS = 80:localhost4:8080
TTL = 3600000

[gns]
AUTOSTART = YES
ZONEKEY = $GNUNET_TEST_HOME/.zonekey

# Delays starting of GNS, as we need to first
# setup the identity subsystem properly.
FORCESTART = NO

[namestore]
AUTOSTART = YES

[nat]
USE_LOCALADDR = YES
RETURN_LOCAL_ADDRESSES = YES