summaryrefslogtreecommitdiff
path: root/ansible/roles/router/files/enable-routing.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-09-06 15:20:47 +0300
committerLars Wirzenius <liw@liw.fi>2016-09-06 15:20:47 +0300
commit8fe447d46c56fb648bf2c1f34fedae47dbbaee2f (patch)
treed6137159b4aa954df1a36dbb11690056a40655ce /ansible/roles/router/files/enable-routing.conf
parentac0ac75ff26e7bc4d5cc09a510652c0890d053ba (diff)
downloadminipc-router-8fe447d46c56fb648bf2c1f34fedae47dbbaee2f.tar.gz
Setup routing and NAT/masquerade firewall
Diffstat (limited to 'ansible/roles/router/files/enable-routing.conf')
-rw-r--r--ansible/roles/router/files/enable-routing.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/router/files/enable-routing.conf b/ansible/roles/router/files/enable-routing.conf
new file mode 100644
index 0000000..c24ade9
--- /dev/null
+++ b/ansible/roles/router/files/enable-routing.conf
@@ -0,0 +1,2 @@
+net.ipv4.ip_forward=1
+net.ipv6.conf.all.forwarding=1