gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15510 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r15510 - gnunet/contrib
Date: Fri, 10 Jun 2011 11:45:48 +0200

Author: grothoff
Date: 2011-06-10 11:45:48 +0200 (Fri, 10 Jun 2011)
New Revision: 15510

Modified:
   gnunet/contrib/defaults.conf
Log:
fix

Modified: gnunet/contrib/defaults.conf
===================================================================
--- gnunet/contrib/defaults.conf        2011-06-10 09:43:54 UTC (rev 15509)
+++ gnunet/contrib/defaults.conf        2011-06-10 09:45:48 UTC (rev 15510)
@@ -23,7 +23,7 @@
 
 [nat]
 # Are we behind NAT?
-BEHIND_NAT = YES
+BEHIND_NAT = NO
 
 # Is the NAT hole-punched?
 PUNCHED_NAT = NO
@@ -38,8 +38,8 @@
 
 # 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; 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]