- verboser log, faster start
[oweals/gnunet.git] / src / nat / test_nat_data.conf
index c312c69fb453b63c6f6182ad18c55d40d64294be..9314e066ad860390d00d73515f9046cceb41f44b 100644 (file)
@@ -1,8 +1,6 @@
 [PATHS]
 SERVICEHOME = /tmp/nat-test
 # SERVICEHOME = /var/lib/gnunet/
-# DEFAULTCONFIG = /etc/gnunet.conf
-# If 'DEFAULTCONFIG' is not defined, the current
 # configuration file is assumed to be the default,
 # which is what we want by default...
 
@@ -36,8 +34,8 @@ USE_LOCALADDR = YES
 
 # Should we use ICMP-based NAT traversal to try connect to NATed peers
 # or, if we are behind NAT, to allow connections to us?
-ENABLE_ICMP_CLIENT = YES
-ENABLE_ICMP_SERVER = YES
+ENABLE_ICMP_CLIENT = NO
+ENABLE_ICMP_SERVER = NO
 
 # IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
 # normal interface IP address for non-NATed peers; 
@@ -51,7 +49,6 @@ DISABLEV6 = NO
 PORT = 2087
 HOSTNAME = localhost
 HOME = $SERVICEHOME
-CONFIG = $DEFAULTCONFIG
 BINARY = gnunet-service-arm
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
@@ -75,7 +72,6 @@ AUTOSTART = YES
 PORT = 2088
 HOSTNAME = localhost
 HOME = $SERVICEHOME
-CONFIG = $DEFAULTCONFIG
 BINARY = gnunet-service-statistics
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
@@ -97,7 +93,6 @@ AUTOSTART = YES
 PORT = 2089
 HOSTNAME = localhost
 HOME = $SERVICEHOME
-CONFIG = $DEFAULTCONFIG
 BINARY = gnunet-service-resolver
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
@@ -134,3 +129,10 @@ AUTOSTART = NO
 
 [mesh]
 AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+
+[consensus]
+AUTOSTART = NO