diff options
Diffstat (limited to 'src/nat/test_nat_test_data.conf')
-rw-r--r-- | src/nat/test_nat_test_data.conf | 11 |
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 f153e17..1128b37 100644 --- a/src/nat/test_nat_test_data.conf +++ b/src/nat/test_nat_test_data.conf @@ -12,16 +12,17 @@ PORT = 12345 [nat] # Are we behind NAT? -BEHIND_NAT = YES +BEHIND_NAT = NO # Is the NAT hole-punched? -PUNCHED_NAT = NO +PUNCHED_NAT = YES # Disable UPNP by default until it gets cleaner! -ENABLE_UPNP = YES +ENABLE_UPNP = NO # Use addresses from the local network interfaces (inluding loopback, but also others) USE_LOCALADDR = YES +RETURN_LOCAL_ADDRESSES = YES # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!) # normal interface IP address for non-NATed peers; @@ -30,8 +31,8 @@ USE_LOCALADDR = YES # Should we use ICMP-based NAT traversal to try connect to NATed peers # or, if we are behind NAT, to allow connections to us? -ENABLE_ICMP_CLIENT = YES -ENABLE_ICMP_SERVER = YES +ENABLE_ICMP_CLIENT = NO +ENABLE_ICMP_SERVER = NO # IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY; # normal interface IP address for non-NATed peers; |