Parcourir la source

mesh vpn port

Bob Mottram il y a 7 ans
Parent
révision
6125c67568
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1
    1
      src/freedombone-app-scuttlebot
  2. 2
    2
      src/freedombone-mesh-batman

+ 1
- 1
src/freedombone-app-scuttlebot Voir le fichier

@@ -36,7 +36,7 @@ IN_DEFAULT_INSTALL=0
36 36
 SHOW_ON_ABOUT=0
37 37
 SHOW_ICANN_ADDRESS_ON_ABOUT=0
38 38
 
39
-SCUTTLEBOT_VERSION='9.8.0'
39
+SCUTTLEBOT_VERSION='10.4.7'
40 40
 SCUTTLEBOT_PORT=8008
41 41
 
42 42
 scuttlebot_variables=(MY_USERNAME

+ 2
- 2
src/freedombone-mesh-batman Voir le fichier

@@ -329,8 +329,8 @@ function start {
329 329
     iptables -A INPUT -p udp --dport 8008 -j ACCEPT
330 330
     iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
331 331
     # vpn over the internet
332
-    iptables -A INPUT -p tcp --dport 553 -j ACCEPT
333
-    iptables -A INPUT -p udp --dport 553 -j ACCEPT
332
+    iptables -A INPUT -p tcp --dport 653 -j ACCEPT
333
+    iptables -A INPUT -p udp --dport 653 -j ACCEPT
334 334
     iptables -A INPUT -i ${EIFACE} -m state --state NEW -p tcp --dport 1194 -j ACCEPT
335 335
     iptables -A INPUT -i tun+ -j ACCEPT
336 336
     iptables -A FORWARD -i tun+ -j ACCEPT