X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fnat%2Ftest_nat_test_data.conf;h=161af6c483dd41d034bc880daa8f1585be64fb4d;hb=f57cbab24fb7a22fc982eb8b6c4a2d18402be460;hp=41324bb0a4ddf8cb5e41d7a73df1ce4b61a863e6;hpb=e3f24011c0e95a67d673b43348202b7751574474;p=oweals%2Fgnunet.git diff --git a/src/nat/test_nat_test_data.conf b/src/nat/test_nat_test_data.conf index 41324bb0a..161af6c48 100644 --- a/src/nat/test_nat_test_data.conf +++ b/src/nat/test_nat_test_data.conf @@ -1,8 +1,6 @@ [PATHS] -SERVICEHOME = /tmp/nat-test -# SERVICEHOME = /var/lib/gnunet/ -# DEFAULTCONFIG = /etc/gnunet.conf -# If 'DEFAULTCONFIG' is not defined, the current +GNUNET_TEST_HOME = /tmp/nat-test +# GNUNET_TEST_HOME = /var/lib/gnunet/ # configuration file is assumed to be the default, # which is what we want by default... @@ -12,16 +10,17 @@ PORT = 12345 [nat] # Are we behind NAT? -BEHIND_NAT = YES +BEHIND_NAT = NO # Is the NAT hole-punched? -PUNCHED_NAT = NO +PUNCHED_NAT = YES # Disable UPNP by default until it gets cleaner! -ENABLE_UPNP = YES +ENABLE_UPNP = NO # Use addresses from the local network interfaces (inluding loopback, but also others) USE_LOCALADDR = YES +RETURN_LOCAL_ADDRESSES = YES # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!) # normal interface IP address for non-NATed peers; @@ -30,8 +29,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; @@ -40,4 +39,9 @@ INTERNAL_ADDRESS = 127.0.0.1 # Disable IPv6 support DISABLEV6 = YES -x + + +[nse] +AUTOSTART = NO + +