Browse Source

Add scuttlebot to mesh firewall

Bob Mottram 7 years ago
parent
commit
3d8b46f0c1
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone-mesh-batman

+ 4
- 0
src/freedombone-mesh-batman View File

158
     # SSB/Scuttlebot/Patchwork
158
     # SSB/Scuttlebot/Patchwork
159
     iptables -D INPUT -p udp --dport 8008 -j ACCEPT
159
     iptables -D INPUT -p udp --dport 8008 -j ACCEPT
160
     iptables -D INPUT -p tcp --dport 8008 -j ACCEPT
160
     iptables -D INPUT -p tcp --dport 8008 -j ACCEPT
161
+    iptables -D INPUT -p udp --dport 8010 -j ACCEPT
162
+    iptables -D INPUT -p tcp --dport 8010 -j ACCEPT
161
     # vpn over the internet
163
     # vpn over the internet
162
     iptables -D INPUT -p tcp --dport 653 -j ACCEPT
164
     iptables -D INPUT -p tcp --dport 653 -j ACCEPT
163
     iptables -D INPUT -p udp --dport 653 -j ACCEPT
165
     iptables -D INPUT -p udp --dport 653 -j ACCEPT
328
     # SSB/Scuttlebot/Patchwork
330
     # SSB/Scuttlebot/Patchwork
329
     iptables -A INPUT -p udp --dport 8008 -j ACCEPT
331
     iptables -A INPUT -p udp --dport 8008 -j ACCEPT
330
     iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
332
     iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
333
+    iptables -A INPUT -p udp --dport 8010 -j ACCEPT
334
+    iptables -A INPUT -p tcp --dport 8010 -j ACCEPT
331
     # vpn over the internet
335
     # vpn over the internet
332
     iptables -A INPUT -p tcp --dport 653 -j ACCEPT
336
     iptables -A INPUT -p tcp --dport 653 -j ACCEPT
333
     iptables -A INPUT -p udp --dport 653 -j ACCEPT
337
     iptables -A INPUT -p udp --dport 653 -j ACCEPT