added multiple iteration support for averaging
[oweals/gnunet.git] / src / nat / test_nat_data.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/nat-test
3 # GNUNET_TEST_HOME = /var/lib/gnunet/
4 # configuration file is assumed to be the default,
5 # which is what we want by default...
6
7 [gnunetd]
8 HOSTKEY = $GNUNET_TEST_HOME/.hostkey
9
10 [TESTING]
11 WEAKRANDOM = NO
12
13 [client]
14
15
16 [nat]
17 # Are we behind NAT?
18 BEHIND_NAT = YES
19
20 # Is the NAT hole-punched?
21 PUNCHED_NAT = NO
22
23 # Disable UPNP by default until it gets cleaner!
24 ENABLE_UPNP = YES
25
26 # Use addresses from the local network interfaces (inluding loopback, but also others)
27 USE_LOCALADDR = YES
28
29 # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
30 # normal interface IP address for non-NATed peers; 
31 # possibly auto-detected (using UPnP) if possible if not specified
32 # EXTERNAL_ADDRESS = 
33
34 # Should we use ICMP-based NAT traversal to try connect to NATed peers
35 # or, if we are behind NAT, to allow connections to us?
36 ENABLE_ICMP_CLIENT = NO
37 ENABLE_ICMP_SERVER = NO
38
39 # IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
40 # normal interface IP address for non-NATed peers; 
41 # likely auto-detected (via interface list) if not specified (!)
42 # INTERNAL_ADDRESS = 
43
44 # Disable IPv6 support
45 DISABLEV6 = NO
46
47 [arm]
48 PORT = 2087
49 HOSTNAME = localhost
50 BINARY = gnunet-service-arm
51 ACCEPT_FROM = 127.0.0.1;
52 ACCEPT_FROM6 = ::1;
53 DEFAULTSERVICES = topology hostlist
54 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-arm.sock
55 UNIX_MATCH_UID = YES
56 UNIX_MATCH_GID = YES
57 # GLOBAL_POSTFIX = -l $GNUNET_TEST_HOME/{}-logs
58 # GLOBAL_PREFIX =
59 # USERNAME =
60 # MAXBUF =
61 # TIMEOUT =
62 # DISABLEV6 =
63 # BINDTO =
64 # REJECT_FROM =
65 # REJECT_FROM6 =
66 # PREFIX =
67
68 [statistics]
69 AUTOSTART = YES
70 PORT = 2088
71 HOSTNAME = localhost
72 BINARY = gnunet-service-statistics
73 ACCEPT_FROM = 127.0.0.1;
74 ACCEPT_FROM6 = ::1;
75 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics.sock
76 UNIX_MATCH_UID = NO
77 UNIX_MATCH_GID = YES
78 # DISABLE_SOCKET_FORWARDING = NO
79 # USERNAME = 
80 # MAXBUF =
81 # TIMEOUT =
82 # DISABLEV6 =
83 # BINDTO =
84 # REJECT_FROM =
85 # REJECT_FROM6 =
86 # PREFIX =
87
88 [resolver]
89 AUTOSTART = YES
90 PORT = 2089
91 HOSTNAME = localhost
92 BINARY = gnunet-service-resolver
93 ACCEPT_FROM = 127.0.0.1;
94 ACCEPT_FROM6 = ::1;
95 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver.sock
96 UNIX_MATCH_UID = NO
97 UNIX_MATCH_GID = NO
98 # DISABLE_SOCKET_FORWARDING = NO
99 # USERNAME = 
100 # MAXBUF =
101 # TIMEOUT =
102 # DISABLEV6 =
103 # BINDTO =
104 # REJECT_FROM =
105 # REJECT_FROM6 =
106 # PREFIX =
107
108 [peerinfo]
109 AUTOSTART = NO
110
111 [transport]
112 AUTOSTART = NO
113
114 [core]
115 AUTOSTART = NO
116
117 [datastore]
118 AUTOSTART = NO
119
120 [fs]
121 AUTOSTART = NO
122
123 [dht]
124 AUTOSTART = NO
125
126 [mesh]
127 AUTOSTART = NO
128
129 [nse]
130 AUTOSTART = NO
131
132
133 [consensus]
134 AUTOSTART = NO