-really fix test
[oweals/gnunet.git] / src / nat / test_nat_test_data.conf
1 [PATHS]
2 SERVICEHOME = /tmp/nat-test
3 # SERVICEHOME = /var/lib/gnunet/
4 # DEFAULTCONFIG = /etc/gnunet.conf
5 # If 'DEFAULTCONFIG' is not defined, the current
6 # configuration file is assumed to be the default,
7 # which is what we want by default...
8
9 [gnunet-nat-server]
10 HOSTNAME = localhost
11 PORT = 12345
12
13 [nat]
14 # Are we behind NAT?
15 BEHIND_NAT = NO
16
17 # Is the NAT hole-punched?
18 PUNCHED_NAT = YES
19
20 # Disable UPNP by default until it gets cleaner!
21 ENABLE_UPNP = NO
22
23 # Use addresses from the local network interfaces (inluding loopback, but also others)
24 USE_LOCALADDR = YES
25 RETURN_LOCAL_ADDRESSES = YES
26
27 # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
28 # normal interface IP address for non-NATed peers; 
29 # possibly auto-detected (using UPnP) if possible if not specified
30 # EXTERNAL_ADDRESS = 
31
32 # Should we use ICMP-based NAT traversal to try connect to NATed peers
33 # or, if we are behind NAT, to allow connections to us?
34 ENABLE_ICMP_CLIENT = NO
35 ENABLE_ICMP_SERVER = NO
36
37 # IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
38 # normal interface IP address for non-NATed peers; 
39 # likely auto-detected (via interface list) if not specified (!)
40 INTERNAL_ADDRESS = 127.0.0.1
41
42 # Disable IPv6 support
43 DISABLEV6 = YES
44
45
46 [nse]
47 AUTOSTART = NO
48
49