test_nat_data.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. [PATHS]
  2. GNUNET_TEST_HOME = $GNUNET_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. [nat]
  7. # Are we behind NAT?
  8. BEHIND_NAT = YES
  9. # Is the NAT hole-punched?
  10. PUNCHED_NAT = NO
  11. # Disable UPNP by default until it gets cleaner!
  12. ENABLE_UPNP = YES
  13. # Use addresses from the local network interfaces (inluding loopback, but also others)
  14. USE_LOCALADDR = YES
  15. # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
  16. # normal interface IP address for non-NATed peers;
  17. # possibly auto-detected (using UPnP) if possible if not specified
  18. # EXTERNAL_ADDRESS =
  19. # Should we use ICMP-based NAT traversal to try connect to NATed peers
  20. # or, if we are behind NAT, to allow connections to us?
  21. ENABLE_ICMP_CLIENT = NO
  22. ENABLE_ICMP_SERVER = NO
  23. # IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
  24. # normal interface IP address for non-NATed peers;
  25. # likely auto-detected (via interface list) if not specified (!)
  26. # INTERNAL_ADDRESS =
  27. # Disable IPv6 support
  28. DISABLEV6 = NO