Parcourir la source

Restore block on port 3306

Bob Mottram il y a 10 ans
Parent
révision
ca535dda9f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      beaglebone.txt

+ 1
- 0
beaglebone.txt Voir le fichier

@@ -1257,6 +1257,7 @@ iptables -A INPUT -p tcp --destination-port 137 -j DROP
1257 1257
 iptables -A INPUT -p tcp --destination-port 4242 -j DROP
1258 1258
 iptables -A INPUT -p tcp --destination-port 9050 -j DROP
1259 1259
 iptables -A INPUT -p tcp --destination-port 3000 -j DROP
1260
+iptables -A INPUT -p tcp --destination-port 3306 -j DROP
1260 1261
 iptables -A INPUT -p udp --destination-port 1 -j DROP
1261 1262
 iptables -A INPUT -p udp --destination-port 7 -j DROP
1262 1263
 iptables -A INPUT -p udp --destination-port 109:111 -j DROP