From ef137489a2af825da682169ed3a532c452e4f68c Mon Sep 17 00:00:00 2001 From: Ivan Dolgov Date: Tue, 13 Sep 2016 11:51:32 +0300 Subject: Add hotspot --- ansible/roles/router/files/sysctl-routing.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ansible/roles/router/files/sysctl-routing.conf (limited to 'ansible/roles/router/files/sysctl-routing.conf') diff --git a/ansible/roles/router/files/sysctl-routing.conf b/ansible/roles/router/files/sysctl-routing.conf new file mode 100644 index 0000000..6ab7319 --- /dev/null +++ b/ansible/roles/router/files/sysctl-routing.conf @@ -0,0 +1,2 @@ +net.ipv4.ip_forward=1 +net.ipv6.conf.all.forwarding=0 -- cgit v1.2.1