From eeda5d3cf7da337119e257fa99ac77542514350f Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 25 May 2013 23:02:35 +0200 Subject: rcdscripts: import conf.d files sourced by init scripts Unfortunately this import is not perfect, it's harder to detect and make a distinction between regular service configuration files, and conf.d configuration files used by old Arch Linux init scripts only. But we have a good number of them, around 70 now. --- src/iptables/iptables.conf.d | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/iptables/iptables.conf.d (limited to 'src/iptables/iptables.conf.d') diff --git a/src/iptables/iptables.conf.d b/src/iptables/iptables.conf.d new file mode 100644 index 0000000..1c6cc7b --- /dev/null +++ b/src/iptables/iptables.conf.d @@ -0,0 +1,12 @@ +# Configuration for iptables rules +IPTABLES_CONF=/etc/iptables/iptables.rules +IP6TABLES_CONF=/etc/iptables/ip6tables.rules + +# Enable IP forwarding (both IPv4 and IPv6) +# NOTE: this is not the recommended way to do this, and is supported only for +# backward compatibility. Instead, use /etc/sysctl.conf and set the following +# options: +# * net.ipv4.ip_forward=1 +# * net.ipv6.conf.default.forwarding=1 +# * net.ipv6.conf.all.forwarding=1 +#IPTABLES_FORWARD=0 -- cgit v1.2.3