Questo è uno stupidissimo script bash che tramite poche domande configura un firewall generico. #!/bin/bash # # IPTABLES=”/sbin/iptables” INTERFACE=”0″ SSH_PORT=”" WWW_PORT=”" FTP_PORT=”" echo -e “\n\n ***********************************” echo ” * Read README.TXT before use it ! *” echo -e ” *********************************** \n\n” if [ $INTERFACE = "0" ] then echo “Enter by with interface you are [...]