-fixing generation of responses from exit
[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 = YES
16
17 # Is the NAT hole-punched?
18 PUNCHED_NAT = NO
19
20 # Disable UPNP by default until it gets cleaner!
21 ENABLE_UPNP = YES
22
23 # Use addresses from the local network interfaces (inluding loopback, but also others)
24 USE_LOCALADDR = YES
25
26 # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
27 # normal interface IP address for non-NATed peers; 
28 # possibly auto-detected (using UPnP) if possible if not specified
29 # EXTERNAL_ADDRESS = 
30
31 # Should we use ICMP-based NAT traversal to try connect to NATed peers
32 # or, if we are behind NAT, to allow connections to us?
33 ENABLE_ICMP_CLIENT = YES
34 ENABLE_ICMP_SERVER = YES
35
36 # IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
37 # normal interface IP address for non-NATed peers; 
38 # likely auto-detected (via interface list) if not specified (!)
39 INTERNAL_ADDRESS = 127.0.0.1
40
41 # Disable IPv6 support
42 DISABLEV6 = YES
43
44
45 [nse]
46 AUTOSTART = NO
47
48