From f181f6eaf8cdb1fdb47dc98cf171ad1be842b441 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Jan 2012 21:00:35 +0000 Subject: -changing exit helper code to automatically do the network configuration for an exit node (by running sysctl/iptables commands as necessary) --- src/exit/exit.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/exit/exit.conf') diff --git a/src/exit/exit.conf b/src/exit/exit.conf index bbf463047..ade3861ea 100644 --- a/src/exit/exit.conf +++ b/src/exit/exit.conf @@ -23,7 +23,10 @@ TUN_IFNAME = exit-gnunet # Name of the "real" interface that IPv4 traffic from this system will # leave from; this is the name of the interface where we need to # enable NAT on postrouting (typically something like 'eth0' or 'eth1' -# or 'wlan0'). Not needed if EXIT_IPv4 is disabled. +# or 'wlan0'). Not needed if EXIT_IPv4 is disabled AND if all +# offered services run on 'localhost'. In this case, the value +# of the option can instead be set to "%" (to not enable NAT on any +# interface). EXIT_IFNAME = eth0 # Set this to YES to allow exiting this system via IPv4 to the Internet -- cgit v1.2.3