Ufff…. ho scoperto che il firewall del dei è chiuso in uscita sulla porta 1194/udp, sulla 80/udp, ma non sulla 80/tcp…. ora provo sulla 1194/tcp e su altre….. (magari la vecchia 5000) … ….chi ha orecchie per intendere intenda….. Update: 1194/tcp chiusa…. Uffff
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 [...]