From 6125c675681d19c45ded5a350c3d0f020cd2d0cc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Oct 2017 10:08:32 +0100 Subject: [PATCH] mesh vpn port --- src/freedombone-app-scuttlebot | 2 +- src/freedombone-mesh-batman | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedombone-app-scuttlebot b/src/freedombone-app-scuttlebot index a0bad798..9afe4f53 100755 --- a/src/freedombone-app-scuttlebot +++ b/src/freedombone-app-scuttlebot @@ -36,7 +36,7 @@ IN_DEFAULT_INSTALL=0 SHOW_ON_ABOUT=0 SHOW_ICANN_ADDRESS_ON_ABOUT=0 -SCUTTLEBOT_VERSION='9.8.0' +SCUTTLEBOT_VERSION='10.4.7' SCUTTLEBOT_PORT=8008 scuttlebot_variables=(MY_USERNAME diff --git a/src/freedombone-mesh-batman b/src/freedombone-mesh-batman index 67f6651c..72f2e79d 100755 --- a/src/freedombone-mesh-batman +++ b/src/freedombone-mesh-batman @@ -329,8 +329,8 @@ function start { iptables -A INPUT -p udp --dport 8008 -j ACCEPT iptables -A INPUT -p tcp --dport 8008 -j ACCEPT # vpn over the internet - iptables -A INPUT -p tcp --dport 553 -j ACCEPT - iptables -A INPUT -p udp --dport 553 -j ACCEPT + iptables -A INPUT -p tcp --dport 653 -j ACCEPT + iptables -A INPUT -p udp --dport 653 -j ACCEPT iptables -A INPUT -i ${EIFACE} -m state --state NEW -p tcp --dport 1194 -j ACCEPT iptables -A INPUT -i tun+ -j ACCEPT iptables -A FORWARD -i tun+ -j ACCEPT