aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 09:56:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 09:56:29 +0000
commit19377520016cc644070d207af34ae3e76618fdc8 (patch)
tree8bb6c8982fb0ad37909470bee51153b33c1f4d4f /src
parent8d4b8f91ac792069e558da02e4959c6578571dfe (diff)
downloadgnunet-19377520016cc644070d207af34ae3e76618fdc8.tar.gz
gnunet-19377520016cc644070d207af34ae3e76618fdc8.zip
fixes
Diffstat (limited to 'src')
-rw-r--r--src/chat/test_chat_data.conf9
-rw-r--r--src/chat/test_chat_peer1.conf10
-rw-r--r--src/chat/test_chat_peer2.conf9
-rw-r--r--src/chat/test_chat_peer3.conf9
-rw-r--r--src/dht/test_dht_api_data.conf9
-rw-r--r--src/dht/test_dht_api_peer1.conf9
-rw-r--r--src/dht/test_dht_multipeer_data.conf9
-rw-r--r--src/dht/test_dht_twopeer_data.conf9
-rw-r--r--src/dht/test_dhtlog_data.conf9
-rw-r--r--src/dv/test_transport_dv_data.conf9
10 files changed, 90 insertions, 1 deletions
diff --git a/src/chat/test_chat_data.conf b/src/chat/test_chat_data.conf
index ec554d05e..60a2f7d0b 100644
--- a/src/chat/test_chat_data.conf
+++ b/src/chat/test_chat_data.conf
@@ -35,3 +35,12 @@ BINARY = gnunet-service-chat
35 35
36[testing] 36[testing]
37WEAKRANDOM = YES 37WEAKRANDOM = YES
38
39[nat]
40DISABLEV6 = YES
41BINDTO = 127.0.0.1
42ENABLE_UPNP = NO
43BEHIND_NAT = NO
44ALLOW_NAT = NO
45INTERNAL_ADDRESS = 127.0.0.1
46EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/chat/test_chat_peer1.conf b/src/chat/test_chat_peer1.conf
index af4aa91ae..f76c5076c 100644
--- a/src/chat/test_chat_peer1.conf
+++ b/src/chat/test_chat_peer1.conf
@@ -74,4 +74,12 @@ AUTOSTART = NO
74AUTOSTART = NO 74AUTOSTART = NO
75 75
76[mesh] 76[mesh]
77AUTOSTART = NO \ No newline at end of file 77AUTOSTART = NO
78[nat]
79DISABLEV6 = YES
80BINDTO = 127.0.0.1
81ENABLE_UPNP = NO
82BEHIND_NAT = NO
83ALLOW_NAT = NO
84INTERNAL_ADDRESS = 127.0.0.1
85EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/chat/test_chat_peer2.conf b/src/chat/test_chat_peer2.conf
index a9feb1b82..9c57ecd4e 100644
--- a/src/chat/test_chat_peer2.conf
+++ b/src/chat/test_chat_peer2.conf
@@ -75,3 +75,12 @@ AUTOSTART = NO
75 75
76[mesh] 76[mesh]
77AUTOSTART = NO 77AUTOSTART = NO
78
79[nat]
80DISABLEV6 = YES
81BINDTO = 127.0.0.1
82ENABLE_UPNP = NO
83BEHIND_NAT = NO
84ALLOW_NAT = NO
85INTERNAL_ADDRESS = 127.0.0.1
86EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/chat/test_chat_peer3.conf b/src/chat/test_chat_peer3.conf
index a76ec0365..8b307298d 100644
--- a/src/chat/test_chat_peer3.conf
+++ b/src/chat/test_chat_peer3.conf
@@ -75,3 +75,12 @@ AUTOSTART = NO
75 75
76[mesh] 76[mesh]
77AUTOSTART = NO 77AUTOSTART = NO
78
79[nat]
80DISABLEV6 = YES
81BINDTO = 127.0.0.1
82ENABLE_UPNP = NO
83BEHIND_NAT = NO
84ALLOW_NAT = NO
85INTERNAL_ADDRESS = 127.0.0.1
86EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index c6553ea33..50e46caaf 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -62,3 +62,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
62[gnunetd] 62[gnunetd]
63HOSTKEY = $SERVICEHOME/.hostkey 63HOSTKEY = $SERVICEHOME/.hostkey
64 64
65
66[nat]
67DISABLEV6 = YES
68BINDTO = 127.0.0.1
69ENABLE_UPNP = NO
70BEHIND_NAT = NO
71ALLOW_NAT = NO
72INTERNAL_ADDRESS = 127.0.0.1
73EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 7c4d48366..0312df913 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -51,3 +51,12 @@ HOSTKEY = $SERVICEHOME/.hostkey
51DEFAULTCONFIG = test_dht_api_peer1.conf 51DEFAULTCONFIG = test_dht_api_peer1.conf
52SERVICEHOME = /tmp/test-gnunetd-dht-peer-1/ 52SERVICEHOME = /tmp/test-gnunetd-dht-peer-1/
53 53
54
55[nat]
56DISABLEV6 = YES
57BINDTO = 127.0.0.1
58ENABLE_UPNP = NO
59BEHIND_NAT = NO
60ALLOW_NAT = NO
61INTERNAL_ADDRESS = 127.0.0.1
62EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
index 4219f6cf9..a3247e6bf 100644
--- a/src/dht/test_dht_multipeer_data.conf
+++ b/src/dht/test_dht_multipeer_data.conf
@@ -96,3 +96,12 @@ HOSTKEY = $SERVICEHOME/.hostkey
96[PATHS] 96[PATHS]
97DEFAULTCONFIG = test_dht_multipeer_data.conf 97DEFAULTCONFIG = test_dht_multipeer_data.conf
98SERVICEHOME = /tmp/test-dht-multipeer/ 98SERVICEHOME = /tmp/test-dht-multipeer/
99
100[nat]
101DISABLEV6 = YES
102BINDTO = 127.0.0.1
103ENABLE_UPNP = NO
104BEHIND_NAT = NO
105ALLOW_NAT = NO
106INTERNAL_ADDRESS = 127.0.0.1
107EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 08d21662a..044245a87 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -51,3 +51,12 @@ HOSTKEY = $SERVICEHOME/.hostkey
51DEFAULTCONFIG = test_dht_twopeer_data.conf 51DEFAULTCONFIG = test_dht_twopeer_data.conf
52SERVICEHOME = /tmp/test-dht-twopeer/ 52SERVICEHOME = /tmp/test-dht-twopeer/
53 53
54
55[nat]
56DISABLEV6 = YES
57BINDTO = 127.0.0.1
58ENABLE_UPNP = NO
59BEHIND_NAT = NO
60ALLOW_NAT = NO
61INTERNAL_ADDRESS = 127.0.0.1
62EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/dht/test_dhtlog_data.conf b/src/dht/test_dhtlog_data.conf
index 26244af0d..ab108b5dc 100644
--- a/src/dht/test_dhtlog_data.conf
+++ b/src/dht/test_dhtlog_data.conf
@@ -46,3 +46,12 @@ USER = dht
46PASSWORD = dht 46PASSWORD = dht
47SERVER = 47SERVER =
48MYSQL_PORT = 3306 48MYSQL_PORT = 3306
49
50[nat]
51DISABLEV6 = YES
52BINDTO = 127.0.0.1
53ENABLE_UPNP = NO
54BEHIND_NAT = NO
55ALLOW_NAT = NO
56INTERNAL_ADDRESS = 127.0.0.1
57EXTERNAL_ADDRESS = 127.0.0.1
diff --git a/src/dv/test_transport_dv_data.conf b/src/dv/test_transport_dv_data.conf
index 17a85167c..27c50bae8 100644
--- a/src/dv/test_transport_dv_data.conf
+++ b/src/dv/test_transport_dv_data.conf
@@ -61,3 +61,12 @@ HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
61AUTOSTART = NO 61AUTOSTART = NO
62 62
63 63
64
65[nat]
66DISABLEV6 = YES
67BINDTO = 127.0.0.1
68ENABLE_UPNP = NO
69BEHIND_NAT = NO
70ALLOW_NAT = NO
71INTERNAL_ADDRESS = 127.0.0.1
72EXTERNAL_ADDRESS = 127.0.0.1