aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test_data.conf
blob: b30240c574acc54a7c800d28d6b4a4ccf4d461af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[PATHS]
SERVICEHOME = /tmp/nat-test
# SERVICEHOME = /var/lib/gnunet/
# configuration file is assumed to be the default,
# which is what we want by default...

[gnunet-nat-server]
HOSTNAME = localhost
PORT = 12345

[nat]
# Are we behind NAT?
BEHIND_NAT = NO

# Is the NAT hole-punched?
PUNCHED_NAT = YES

# Disable UPNP by default until it gets cleaner!
ENABLE_UPNP = NO

# Use addresses from the local network interfaces (inluding loopback, but also others)
USE_LOCALADDR = YES
RETURN_LOCAL_ADDRESSES = YES

# External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
# normal interface IP address for non-NATed peers; 
# possibly auto-detected (using UPnP) if possible if not specified
# EXTERNAL_ADDRESS = 

# Should we use ICMP-based NAT traversal to try connect to NATed peers
# or, if we are behind NAT, to allow connections to us?
ENABLE_ICMP_CLIENT = NO
ENABLE_ICMP_SERVER = NO

# IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
# normal interface IP address for non-NATed peers; 
# likely auto-detected (via interface list) if not specified (!)
INTERNAL_ADDRESS = 127.0.0.1

# Disable IPv6 support
DISABLEV6 = YES


[nse]
AUTOSTART = NO