gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15514 - in gnunet/src: chat dht dv


From: gnunet
Subject: [GNUnet-SVN] r15514 - in gnunet/src: chat dht dv
Date: Fri, 10 Jun 2011 11:56:29 +0200

Author: grothoff
Date: 2011-06-10 11:56:29 +0200 (Fri, 10 Jun 2011)
New Revision: 15514

Modified:
   gnunet/src/chat/test_chat_data.conf
   gnunet/src/chat/test_chat_peer1.conf
   gnunet/src/chat/test_chat_peer2.conf
   gnunet/src/chat/test_chat_peer3.conf
   gnunet/src/dht/test_dht_api_data.conf
   gnunet/src/dht/test_dht_api_peer1.conf
   gnunet/src/dht/test_dht_multipeer_data.conf
   gnunet/src/dht/test_dht_twopeer_data.conf
   gnunet/src/dht/test_dhtlog_data.conf
   gnunet/src/dv/test_transport_dv_data.conf
Log:
fixes

Modified: gnunet/src/chat/test_chat_data.conf
===================================================================
--- gnunet/src/chat/test_chat_data.conf 2011-06-10 09:53:29 UTC (rev 15513)
+++ gnunet/src/chat/test_chat_data.conf 2011-06-10 09:56:29 UTC (rev 15514)
@@ -35,3 +35,12 @@
 
 [testing]
 WEAKRANDOM = YES
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1

Modified: gnunet/src/chat/test_chat_peer1.conf
===================================================================
--- gnunet/src/chat/test_chat_peer1.conf        2011-06-10 09:53:29 UTC (rev 
15513)
+++ gnunet/src/chat/test_chat_peer1.conf        2011-06-10 09:56:29 UTC (rev 
15514)
@@ -74,4 +74,12 @@
 AUTOSTART = NO
 
 [mesh]
-AUTOSTART = NO
\ No newline at end of file
+AUTOSTART = NO
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1

Modified: gnunet/src/chat/test_chat_peer2.conf
===================================================================
--- gnunet/src/chat/test_chat_peer2.conf        2011-06-10 09:53:29 UTC (rev 
15513)
+++ gnunet/src/chat/test_chat_peer2.conf        2011-06-10 09:56:29 UTC (rev 
15514)
@@ -75,3 +75,12 @@
 
 [mesh]
 AUTOSTART = NO
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1

Modified: gnunet/src/chat/test_chat_peer3.conf
===================================================================
--- gnunet/src/chat/test_chat_peer3.conf        2011-06-10 09:53:29 UTC (rev 
15513)
+++ gnunet/src/chat/test_chat_peer3.conf        2011-06-10 09:56:29 UTC (rev 
15514)
@@ -75,3 +75,12 @@
 
 [mesh]
 AUTOSTART = NO
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1

Modified: gnunet/src/dht/test_dht_api_data.conf
===================================================================
--- gnunet/src/dht/test_dht_api_data.conf       2011-06-10 09:53:29 UTC (rev 
15513)
+++ gnunet/src/dht/test_dht_api_data.conf       2011-06-10 09:56:29 UTC (rev 
15514)
@@ -62,3 +62,12 @@
 [gnunetd]
 HOSTKEY = $SERVICEHOME/.hostkey
 
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1

Modified: gnunet/src/dht/test_dht_api_peer1.conf
===================================================================
--- gnunet/src/dht/test_dht_api_peer1.conf      2011-06-10 09:53:29 UTC (rev 
15513)
+++ gnunet/src/dht/test_dht_api_peer1.conf      2011-06-10 09:56:29 UTC (rev 
15514)
@@ -51,3 +51,12 @@
 DEFAULTCONFIG = test_dht_api_peer1.conf
 SERVICEHOME = /tmp/test-gnunetd-dht-peer-1/
 
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1

Modified: gnunet/src/dht/test_dht_multipeer_data.conf
===================================================================
--- gnunet/src/dht/test_dht_multipeer_data.conf 2011-06-10 09:53:29 UTC (rev 
15513)
+++ gnunet/src/dht/test_dht_multipeer_data.conf 2011-06-10 09:56:29 UTC (rev 
15514)
@@ -96,3 +96,12 @@
 [PATHS]
 DEFAULTCONFIG = test_dht_multipeer_data.conf
 SERVICEHOME = /tmp/test-dht-multipeer/
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1

Modified: gnunet/src/dht/test_dht_twopeer_data.conf
===================================================================
--- gnunet/src/dht/test_dht_twopeer_data.conf   2011-06-10 09:53:29 UTC (rev 
15513)
+++ gnunet/src/dht/test_dht_twopeer_data.conf   2011-06-10 09:56:29 UTC (rev 
15514)
@@ -51,3 +51,12 @@
 DEFAULTCONFIG = test_dht_twopeer_data.conf
 SERVICEHOME = /tmp/test-dht-twopeer/
 
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1

Modified: gnunet/src/dht/test_dhtlog_data.conf
===================================================================
--- gnunet/src/dht/test_dhtlog_data.conf        2011-06-10 09:53:29 UTC (rev 
15513)
+++ gnunet/src/dht/test_dhtlog_data.conf        2011-06-10 09:56:29 UTC (rev 
15514)
@@ -46,3 +46,12 @@
 PASSWORD = dht
 SERVER = 
 MYSQL_PORT = 3306
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1

Modified: gnunet/src/dv/test_transport_dv_data.conf
===================================================================
--- gnunet/src/dv/test_transport_dv_data.conf   2011-06-10 09:53:29 UTC (rev 
15513)
+++ gnunet/src/dv/test_transport_dv_data.conf   2011-06-10 09:56:29 UTC (rev 
15514)
@@ -61,3 +61,12 @@
 AUTOSTART = NO
 
 
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1




reply via email to

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