aboutsummaryrefslogtreecommitdiff
path: root/contrib/testbed_configs
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/testbed_configs')
-rw-r--r--contrib/testbed_configs/regex_profiler_infiniband.conf24
-rw-r--r--contrib/testbed_configs/testbed_cluster.conf32
-rw-r--r--contrib/testbed_configs/testbed_infiniband.conf32
-rw-r--r--contrib/testbed_configs/testbed_supermuc.conf20
4 files changed, 54 insertions, 54 deletions
diff --git a/contrib/testbed_configs/regex_profiler_infiniband.conf b/contrib/testbed_configs/regex_profiler_infiniband.conf
index 206423011..2a748ac51 100644
--- a/contrib/testbed_configs/regex_profiler_infiniband.conf
+++ b/contrib/testbed_configs/regex_profiler_infiniband.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 11999 3PORT = 11999
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost 5HOSTNAME = localhost
@@ -13,7 +13,7 @@ BINARY = /home/szengel/gnunet/src/cadet/.libs/gnunet-daemon-regexprofiler
13REGEX_PREFIX = "GNVPN-0001-PAD" 13REGEX_PREFIX = "GNVPN-0001-PAD"
14 14
15[cadet] 15[cadet]
16AUTOSTART = YES 16START_ON_DEMAND = YES
17ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 17ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
18APP_ANNOUNCE_TIME = 240 s 18APP_ANNOUNCE_TIME = 240 s
19ID_ANNOUNCE_TIME = 120 m 19ID_ANNOUNCE_TIME = 120 m
@@ -22,7 +22,7 @@ PORT = 12001
22DHT_REPLICATION_LEVEL = 3 22DHT_REPLICATION_LEVEL = 3
23 23
24[dht] 24[dht]
25AUTOSTART = YES 25START_ON_DEMAND = YES
26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
27HOSTNAME = localhost 27HOSTNAME = localhost
28# Do not allow DHT to create extra connections, beyond those testbed created 28# Do not allow DHT to create extra connections, beyond those testbed created
@@ -41,14 +41,14 @@ DISABLE_BF = YES
41IN_MEMORY = YES 41IN_MEMORY = YES
42 42
43[fs] 43[fs]
44AUTOSTART = NO 44START_ON_DEMAND = NO
45 45
46[resolver] 46[resolver]
47AUTOSTART = NO 47START_ON_DEMAND = NO
48HOSTNAME = localhost 48HOSTNAME = localhost
49 49
50[transport] 50[transport]
51AUTOSTART = YES 51START_ON_DEMAND = YES
52PLUGINS = tcp 52PLUGINS = tcp
53ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 53ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
54ACCEPT_FROM6 = ::1; 54ACCEPT_FROM6 = ::1;
@@ -60,7 +60,7 @@ WAN_QUOTA_OUT = 3932160
60WAN_QUOTA_IN = 3932160 60WAN_QUOTA_IN = 3932160
61 61
62[core] 62[core]
63AUTOSTART = YES 63START_ON_DEMAND = YES
64 64
65[transport-tcp] 65[transport-tcp]
66TIMEOUT = 300 s 66TIMEOUT = 300 s
@@ -74,7 +74,7 @@ ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
74 74
75[statistics] 75[statistics]
76PORT = 12008 76PORT = 12008
77AUTOSTART = YES 77START_ON_DEMAND = YES
78ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 78ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
79DISABLE = NO 79DISABLE = NO
80 80
@@ -86,18 +86,18 @@ USE_PROGRESSBARS = YES
86PEERGROUP_TIMEOUT = 2400 s 86PEERGROUP_TIMEOUT = 2400 s
87 87
88[PATHS] 88[PATHS]
89SERVICEHOME = /tmp/perf-regex/ 89SERVICEHOME = $GNUNET_TMP/perf-regex/
90 90
91[dns] 91[dns]
92AUTOSTART = NO 92START_ON_DEMAND = NO
93 93
94[nse] 94[nse]
95AUTOSTART = YES 95START_ON_DEMAND = YES
96# Minimize proof-of-work CPU consumption by NSE 96# Minimize proof-of-work CPU consumption by NSE
97WORKBITS = 1 97WORKBITS = 1
98 98
99[vpn] 99[vpn]
100AUTOSTART = NO 100START_ON_DEMAND = NO
101 101
102[nat] 102[nat]
103# Allow running on systems with only loopback? 103# Allow running on systems with only loopback?
diff --git a/contrib/testbed_configs/testbed_cluster.conf b/contrib/testbed_configs/testbed_cluster.conf
index 6d646a0ce..62c83ec78 100644
--- a/contrib/testbed_configs/testbed_cluster.conf
+++ b/contrib/testbed_configs/testbed_cluster.conf
@@ -1,32 +1,32 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8;
5HOSTNAME = localhost 5HOSTNAME = localhost
6OVERLAY_TOPOLOGY = RANDOM 6OVERLAY_TOPOLOGY = RANDOM
7OVERLAY_RANDOM_LINKS = 10000 7OVERLAY_RANDOM_LINKS = 10000
8OPERATION_TIMEOUT = 45 s 8OPERATION_TIMEOUT = 45 s
9# LOG_FILE = /tmp/testbed.log 9# LOG_FILE = $GNUNET_TMP/testbed.log
10SETUP_TIMEOUT = 30m 10SETUP_TIMEOUT = 30m
11MAX_OPEN_FDS = 512 11MAX_OPEN_FDS = 512
12 12
13[fs] 13[fs]
14AUTOSTART = NO 14START_ON_DEMAND = NO
15 15
16[resolver] 16[resolver]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[cadet] 19[cadet]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21PORT = 71 21PORT = 71
22 22
23[dht] 23[dht]
24AUTOSTART = NO 24START_ON_DEMAND = NO
25PORT = 70 25PORT = 70
26DISABLE_TRY_CONNECT = YES 26DISABLE_TRY_CONNECT = YES
27 27
28[statistics] 28[statistics]
29AUTOSTART = NO 29START_ON_DEMAND = NO
30PORT = 72 30PORT = 72
31 31
32[dhtcache] 32[dhtcache]
@@ -42,7 +42,7 @@ NEIGHBOUR_LIMIT = 10
42 42
43[core] 43[core]
44PORT = 12092 44PORT = 12092
45AUTOSTART = YES 45START_ON_DEMAND = YES
46USE_EPHEMERAL_KEYS = NO 46USE_EPHEMERAL_KEYS = NO
47 47
48[arm] 48[arm]
@@ -55,31 +55,31 @@ PORT = 12368
55BROADCAST = NO 55BROADCAST = NO
56 56
57[PATHS] 57[PATHS]
58SERVICEHOME = /tmp/test-testbed/ 58SERVICEHOME = $GNUNET_TMP/test-testbed/
59 59
60[dns] 60[dns]
61AUTOSTART = NO 61START_ON_DEMAND = NO
62 62
63[nse] 63[nse]
64AUTOSTART = NO 64START_ON_DEMAND = NO
65 65
66[vpn] 66[vpn]
67AUTOSTART = NO 67START_ON_DEMAND = NO
68 68
69[nat] 69[nat]
70RETURN_LOCAL_ADDRESSES = YES 70RETURN_LOCAL_ADDRESSES = YES
71 71
72[gns] 72[gns]
73AUTOSTART = NO 73START_ON_DEMAND = NO
74 74
75[peerinfo] 75[peerinfo]
76NO_IO = YES 76NO_IO = YES
77 77
78[consensus] 78[consensus]
79AUTOSTART = NO 79START_ON_DEMAND = NO
80 80
81[dv] 81[dv]
82AUTOSTART = NO 82START_ON_DEMAND = NO
83 83
84[lockmanager] 84[lockmanager]
85AUTOSTART = NO 85START_ON_DEMAND = NO
diff --git a/contrib/testbed_configs/testbed_infiniband.conf b/contrib/testbed_configs/testbed_infiniband.conf
index 7ad50d77a..812945eea 100644
--- a/contrib/testbed_configs/testbed_infiniband.conf
+++ b/contrib/testbed_configs/testbed_infiniband.conf
@@ -1,32 +1,32 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost 5HOSTNAME = localhost
6OVERLAY_TOPOLOGY = RANDOM 6OVERLAY_TOPOLOGY = RANDOM
7OVERLAY_RANDOM_LINKS = 1000 7OVERLAY_RANDOM_LINKS = 1000
8OPERATION_TIMEOUT = 45 s 8OPERATION_TIMEOUT = 45 s
9# LOG_FILE = /tmp/testbed.log 9# LOG_FILE = $GNUNET_TMP/testbed.log
10SETUP_TIMEOUT = 30m 10SETUP_TIMEOUT = 30m
11MAX_OPEN_FDS = 512 11MAX_OPEN_FDS = 512
12 12
13[fs] 13[fs]
14AUTOSTART = NO 14START_ON_DEMAND = NO
15 15
16[resolver] 16[resolver]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[cadet] 19[cadet]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21PORT = 71 21PORT = 71
22 22
23[dht] 23[dht]
24AUTOSTART = NO 24START_ON_DEMAND = NO
25PORT = 70 25PORT = 70
26DISABLE_TRY_CONNECT = YES 26DISABLE_TRY_CONNECT = YES
27 27
28[statistics] 28[statistics]
29AUTOSTART = NO 29START_ON_DEMAND = NO
30PORT = 72 30PORT = 72
31 31
32[dhtcache] 32[dhtcache]
@@ -42,7 +42,7 @@ NEIGHBOUR_LIMIT = 10
42 42
43[core] 43[core]
44PORT = 12092 44PORT = 12092
45AUTOSTART = YES 45START_ON_DEMAND = YES
46USE_EPHEMERAL_KEYS = NO 46USE_EPHEMERAL_KEYS = NO
47 47
48[arm] 48[arm]
@@ -55,31 +55,31 @@ PORT = 12368
55BROADCAST = NO 55BROADCAST = NO
56 56
57[PATHS] 57[PATHS]
58SERVICEHOME = /tmp/test-testbed/ 58SERVICEHOME = $GNUNET_TMP/test-testbed/
59 59
60[dns] 60[dns]
61AUTOSTART = NO 61START_ON_DEMAND = NO
62 62
63[nse] 63[nse]
64AUTOSTART = NO 64START_ON_DEMAND = NO
65 65
66[vpn] 66[vpn]
67AUTOSTART = NO 67START_ON_DEMAND = NO
68 68
69[nat] 69[nat]
70RETURN_LOCAL_ADDRESSES = YES 70RETURN_LOCAL_ADDRESSES = YES
71 71
72[gns] 72[gns]
73AUTOSTART = NO 73START_ON_DEMAND = NO
74 74
75[peerinfo] 75[peerinfo]
76NO_IO = YES 76NO_IO = YES
77 77
78[consensus] 78[consensus]
79AUTOSTART = NO 79START_ON_DEMAND = NO
80 80
81[dv] 81[dv]
82AUTOSTART = NO 82START_ON_DEMAND = NO
83 83
84[lockmanager] 84[lockmanager]
85AUTOSTART = NO 85START_ON_DEMAND = NO
diff --git a/contrib/testbed_configs/testbed_supermuc.conf b/contrib/testbed_configs/testbed_supermuc.conf
index 35c6e0789..47bfee43c 100644
--- a/contrib/testbed_configs/testbed_supermuc.conf
+++ b/contrib/testbed_configs/testbed_supermuc.conf
@@ -1,5 +1,5 @@
1[testbed] 1[testbed]
2AUTOSTART = NO 2START_ON_DEMAND = NO
3PORT = 12113 3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;10.0.0.0/8; 4ACCEPT_FROM = 127.0.0.1;10.0.0.0/8;
5HOSTNAME = localhost 5HOSTNAME = localhost
@@ -8,28 +8,28 @@ MAX_PARALLEL_OPERATIONS = 500
8OVERLAY_TOPOLOGY = 2D_TORUS 8OVERLAY_TOPOLOGY = 2D_TORUS
9OVERLAY_RANDOM_LINKS = 4000 9OVERLAY_RANDOM_LINKS = 4000
10OPERATION_TIMEOUT = 10 s 10OPERATION_TIMEOUT = 10 s
11# LOG_FILE = /tmp/testbed.log 11# LOG_FILE = $GNUNET_TMP/testbed.log
12#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args 12#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
13MAX_OPEN_FDS=512 13MAX_OPEN_FDS=512
14SETUP_TIMEOUT = 30 m 14SETUP_TIMEOUT = 30 m
15 15
16[fs] 16[fs]
17AUTOSTART = NO 17START_ON_DEMAND = NO
18 18
19[resolver] 19[resolver]
20AUTOSTART = NO 20START_ON_DEMAND = NO
21 21
22[cadet] 22[cadet]
23AUTOSTART = NO 23START_ON_DEMAND = NO
24PORT = 71 24PORT = 71
25 25
26[dht] 26[dht]
27AUTOSTART = NO 27START_ON_DEMAND = NO
28PORT = 70 28PORT = 70
29DISABLE_TRY_CONNECT = YES 29DISABLE_TRY_CONNECT = YES
30 30
31[statistics] 31[statistics]
32AUTOSTART = NO 32START_ON_DEMAND = NO
33PORT = 72 33PORT = 72
34 34
35[dhtcache] 35[dhtcache]
@@ -45,7 +45,7 @@ NEIGHBOUR_LIMIT = 10
45 45
46[core] 46[core]
47PORT = 12092 47PORT = 12092
48AUTOSTART = YES 48START_ON_DEMAND = YES
49USE_EPHEMERAL_KEYS = NO 49USE_EPHEMERAL_KEYS = NO
50 50
51[arm] 51[arm]
@@ -59,14 +59,14 @@ PORT = 12368
59BROADCAST = NO 59BROADCAST = NO
60 60
61[PATHS] 61[PATHS]
62SERVICEHOME = /tmp/test-testbed/ 62SERVICEHOME = $GNUNET_TMP/test-testbed/
63 63
64[nat] 64[nat]
65BEHIND_NAT = NO 65BEHIND_NAT = NO
66RETURN_LOCAL_ADDRESSES = NO 66RETURN_LOCAL_ADDRESSES = NO
67 67
68[peerinfo] 68[peerinfo]
69AUTOSTART = NO 69START_ON_DEMAND = NO
70NO_IO = YES 70NO_IO = YES
71 71
72[testing] 72[testing]