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