test_nat_test_data.conf 1.2 KB

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