aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test_data.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/test_nat_test_data.conf')
-rw-r--r--src/nat/test_nat_test_data.conf43
1 files changed, 43 insertions, 0 deletions
diff --git a/src/nat/test_nat_test_data.conf b/src/nat/test_nat_test_data.conf
new file mode 100644
index 000000000..41324bb0a
--- /dev/null
+++ b/src/nat/test_nat_test_data.conf
@@ -0,0 +1,43 @@
1[PATHS]
2SERVICEHOME = /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]
10HOSTNAME = localhost
11PORT = 12345
12
13[nat]
14# Are we behind NAT?
15BEHIND_NAT = YES
16
17# Is the NAT hole-punched?
18PUNCHED_NAT = NO
19
20# Disable UPNP by default until it gets cleaner!
21ENABLE_UPNP = YES
22
23# Use addresses from the local network interfaces (inluding loopback, but also others)
24USE_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?
33ENABLE_ICMP_CLIENT = YES
34ENABLE_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 (!)
39INTERNAL_ADDRESS = 127.0.0.1
40
41# Disable IPv6 support
42DISABLEV6 = YES
43x