From: Christian Grothoff Date: Fri, 10 Jun 2011 09:50:37 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18278 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6d80a491628051cc9b533c19595955c068b2231f;p=oweals%2Fgnunet.git fix --- diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf index d3e9922c3..e9ffdd123 100644 --- a/src/fs/fs_test_lib_data.conf +++ b/src/fs/fs_test_lib_data.conf @@ -16,6 +16,15 @@ PLUGINS = tcp #PREFIX = valgrind --tool=memcheck --leak-check=yes #BINARY = /home/grothoff/bin/gnunet-service-transport +[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 + [arm] PORT = 43466 HOSTNAME = localhost diff --git a/src/fs/test_gnunet_service_fs_migration_data.conf b/src/fs/test_gnunet_service_fs_migration_data.conf index ff4b7313b..9c12fcdf9 100644 --- a/src/fs/test_gnunet_service_fs_migration_data.conf +++ b/src/fs/test_gnunet_service_fs_migration_data.conf @@ -13,6 +13,15 @@ HOSTNAME = localhost PORT = 43465 PLUGINS = tcp +[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 + [arm] PORT = 43466 HOSTNAME = localhost