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