aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-25 06:24:01 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-25 06:24:01 +0000
commit8a3016481ba6aeb36de3950a56e641dda53ca544 (patch)
tree0c5468ec6e5d2165ad5931940e0b8439d09398de /src/nat/test_nat_data.conf
parentb6d4eeb39fd0cd41df164bd0959f58b08aa45e83 (diff)
downloadgnunet-8a3016481ba6aeb36de3950a56e641dda53ca544.tar.gz
gnunet-8a3016481ba6aeb36de3950a56e641dda53ca544.zip
the big NAT change
Diffstat (limited to 'src/nat/test_nat_data.conf')
-rw-r--r--src/nat/test_nat_data.conf136
1 files changed, 136 insertions, 0 deletions
diff --git a/src/nat/test_nat_data.conf b/src/nat/test_nat_data.conf
new file mode 100644
index 000000000..c312c69fb
--- /dev/null
+++ b/src/nat/test_nat_data.conf
@@ -0,0 +1,136 @@
1[PATHS]
2SERVICEHOME = /tmp/nat-test
3# SERVICEHOME = /var/lib/gnunet/
4# DEFAULTCONFIG = /etc/gnunet.conf
5# If 'DEFAULTCONFIG' is not defined, the current
6# configuration file is assumed to be the default,
7# which is what we want by default...
8
9[gnunetd]
10HOSTKEY = $SERVICEHOME/.hostkey
11
12[TESTING]
13WEAKRANDOM = NO
14
15[client]
16HOME = $SERVICEHOME
17
18
19[nat]
20# Are we behind NAT?
21BEHIND_NAT = YES
22
23# Is the NAT hole-punched?
24PUNCHED_NAT = NO
25
26# Disable UPNP by default until it gets cleaner!
27ENABLE_UPNP = YES
28
29# Use addresses from the local network interfaces (inluding loopback, but also others)
30USE_LOCALADDR = YES
31
32# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
33# normal interface IP address for non-NATed peers;
34# possibly auto-detected (using UPnP) if possible if not specified
35# EXTERNAL_ADDRESS =
36
37# Should we use ICMP-based NAT traversal to try connect to NATed peers
38# or, if we are behind NAT, to allow connections to us?
39ENABLE_ICMP_CLIENT = YES
40ENABLE_ICMP_SERVER = YES
41
42# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
43# normal interface IP address for non-NATed peers;
44# likely auto-detected (via interface list) if not specified (!)
45# INTERNAL_ADDRESS =
46
47# Disable IPv6 support
48DISABLEV6 = NO
49
50[arm]
51PORT = 2087
52HOSTNAME = localhost
53HOME = $SERVICEHOME
54CONFIG = $DEFAULTCONFIG
55BINARY = gnunet-service-arm
56ACCEPT_FROM = 127.0.0.1;
57ACCEPT_FROM6 = ::1;
58DEFAULTSERVICES = topology hostlist
59UNIXPATH = /tmp/gnunet-service-arm.sock
60UNIX_MATCH_UID = YES
61UNIX_MATCH_GID = YES
62# GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs
63# GLOBAL_PREFIX =
64# USERNAME =
65# MAXBUF =
66# TIMEOUT =
67# DISABLEV6 =
68# BINDTO =
69# REJECT_FROM =
70# REJECT_FROM6 =
71# PREFIX =
72
73[statistics]
74AUTOSTART = YES
75PORT = 2088
76HOSTNAME = localhost
77HOME = $SERVICEHOME
78CONFIG = $DEFAULTCONFIG
79BINARY = gnunet-service-statistics
80ACCEPT_FROM = 127.0.0.1;
81ACCEPT_FROM6 = ::1;
82UNIXPATH = /tmp/gnunet-service-statistics.sock
83UNIX_MATCH_UID = NO
84UNIX_MATCH_GID = YES
85# DISABLE_SOCKET_FORWARDING = NO
86# USERNAME =
87# MAXBUF =
88# TIMEOUT =
89# DISABLEV6 =
90# BINDTO =
91# REJECT_FROM =
92# REJECT_FROM6 =
93# PREFIX =
94
95[resolver]
96AUTOSTART = YES
97PORT = 2089
98HOSTNAME = localhost
99HOME = $SERVICEHOME
100CONFIG = $DEFAULTCONFIG
101BINARY = gnunet-service-resolver
102ACCEPT_FROM = 127.0.0.1;
103ACCEPT_FROM6 = ::1;
104UNIXPATH = /tmp/gnunet-service-resolver.sock
105UNIX_MATCH_UID = NO
106UNIX_MATCH_GID = NO
107# DISABLE_SOCKET_FORWARDING = NO
108# USERNAME =
109# MAXBUF =
110# TIMEOUT =
111# DISABLEV6 =
112# BINDTO =
113# REJECT_FROM =
114# REJECT_FROM6 =
115# PREFIX =
116
117[peerinfo]
118AUTOSTART = NO
119
120[transport]
121AUTOSTART = NO
122
123[core]
124AUTOSTART = NO
125
126[datastore]
127AUTOSTART = NO
128
129[fs]
130AUTOSTART = NO
131
132[dht]
133AUTOSTART = NO
134
135[mesh]
136AUTOSTART = NO