aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-17 15:47:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-17 15:47:54 +0000
commit31ef7d36f5c003767aeedee385411f87ad1a9791 (patch)
tree81b843bd3e0a9a6a67b7e2d747be1a01f8c96c24 /src/nat/test_nat_test_data.conf
parent3dc2315c9c73418d37c8390ad7c8400c55be146f (diff)
downloadgnunet-31ef7d36f5c003767aeedee385411f87ad1a9791.tar.gz
gnunet-31ef7d36f5c003767aeedee385411f87ad1a9791.zip
-fix
Diffstat (limited to 'src/nat/test_nat_test_data.conf')
-rw-r--r--src/nat/test_nat_test_data.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/nat/test_nat_test_data.conf b/src/nat/test_nat_test_data.conf
index f153e1779..1128b37ea 100644
--- a/src/nat/test_nat_test_data.conf
+++ b/src/nat/test_nat_test_data.conf
@@ -12,16 +12,17 @@ PORT = 12345
12 12
13[nat] 13[nat]
14# Are we behind NAT? 14# Are we behind NAT?
15BEHIND_NAT = YES 15BEHIND_NAT = NO
16 16
17# Is the NAT hole-punched? 17# Is the NAT hole-punched?
18PUNCHED_NAT = NO 18PUNCHED_NAT = YES
19 19
20# Disable UPNP by default until it gets cleaner! 20# Disable UPNP by default until it gets cleaner!
21ENABLE_UPNP = YES 21ENABLE_UPNP = NO
22 22
23# Use addresses from the local network interfaces (inluding loopback, but also others) 23# Use addresses from the local network interfaces (inluding loopback, but also others)
24USE_LOCALADDR = YES 24USE_LOCALADDR = YES
25RETURN_LOCAL_ADDRESSES = YES
25 26
26# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!) 27# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
27# normal interface IP address for non-NATed peers; 28# normal interface IP address for non-NATed peers;
@@ -30,8 +31,8 @@ USE_LOCALADDR = YES
30 31
31# Should we use ICMP-based NAT traversal to try connect to NATed peers 32# Should we use ICMP-based NAT traversal to try connect to NATed peers
32# or, if we are behind NAT, to allow connections to us? 33# or, if we are behind NAT, to allow connections to us?
33ENABLE_ICMP_CLIENT = YES 34ENABLE_ICMP_CLIENT = NO
34ENABLE_ICMP_SERVER = YES 35ENABLE_ICMP_SERVER = NO
35 36
36# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY; 37# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
37# normal interface IP address for non-NATed peers; 38# normal interface IP address for non-NATed peers;