aboutsummaryrefslogtreecommitdiff
path: root/src/service/nat/test_nat_data.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/nat/test_nat_data.conf')
-rw-r--r--src/service/nat/test_nat_data.conf36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/service/nat/test_nat_data.conf b/src/service/nat/test_nat_data.conf
new file mode 100644
index 000000000..e139d0c05
--- /dev/null
+++ b/src/service/nat/test_nat_data.conf
@@ -0,0 +1,36 @@
1[PATHS]
2GNUNET_TEST_HOME = $GNUNET_TMP/nat-test
3# GNUNET_TEST_HOME = /var/lib/gnunet/
4# configuration file is assumed to be the default,
5# which is what we want by default...
6
7[nat]
8# Are we behind NAT?
9BEHIND_NAT = YES
10
11# Is the NAT hole-punched?
12PUNCHED_NAT = NO
13
14# Disable UPNP by default until it gets cleaner!
15ENABLE_UPNP = YES
16
17# Use addresses from the local network interfaces (including loopback, but also others)
18USE_LOCALADDR = YES
19
20# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
21# normal interface IP address for non-NATed peers;
22# possibly auto-detected (using UPnP) if possible if not specified
23# EXTERNAL_ADDRESS =
24
25# Should we use ICMP-based NAT traversal to try connect to NATed peers
26# or, if we are behind NAT, to allow connections to us?
27ENABLE_ICMP_CLIENT = NO
28ENABLE_ICMP_SERVER = NO
29
30# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
31# normal interface IP address for non-NATed peers;
32# likely auto-detected (via interface list) if not specified (!)
33# INTERNAL_ADDRESS =
34
35# Disable IPv6 support
36DISABLEV6 = NO