ciao<br><br>dopo un po' di esperimenti sullo script di iptables sono arrivato ad una situazione che mi sembra piuttosto blindata.. anzi troppo nel senso che vedo aperte la porta 22 ssh (funziona) e la 21 ftp che pero'da un errore:
<br>Stato:&nbsp;&nbsp;&nbsp; Connesso con <a href="http://gigiv.zapto.org">gigiv.zapto.org</a>. In attesa del messaggio di benvenuto...<br>Risposta:&nbsp;&nbsp;&nbsp; 220 ProFTPD 1.2.10 Server (Debian) [<a href="http://82.60.50.254">82.60.50.254</a>]<br>
Comando:&nbsp;&nbsp;&nbsp; USER xxx<br>Risposta:&nbsp;&nbsp;&nbsp; 331 Password required for xxx.<br>Comando:&nbsp;&nbsp;&nbsp; PASS ******<br>Risposta:&nbsp;&nbsp;&nbsp; 230 User www logged in.<br>Comando:&nbsp;&nbsp;&nbsp; FEAT<br>Risposta:&nbsp;&nbsp;&nbsp; 211-Features:<br>Risposta:&nbsp;&nbsp;&nbsp; 211-MDTM<br>Risposta:&nbsp;&nbsp;&nbsp; 211-REST STREAM
<br>Risposta:&nbsp;&nbsp;&nbsp; 211-SIZE<br>Risposta:&nbsp;&nbsp;&nbsp; 211 End<br>Comando:&nbsp;&nbsp;&nbsp; SYST<br>Risposta:&nbsp;&nbsp;&nbsp; 215 UNIX Type: L8<br>Stato:&nbsp;&nbsp;&nbsp; Connesso<br>Stato:&nbsp;&nbsp;&nbsp; Lettura elenco cartelle in corso...<br>Comando:&nbsp;&nbsp;&nbsp; PWD<br>Risposta:&nbsp;&nbsp;&nbsp; 257 &quot;/&quot; is current directory.
<br>Comando:&nbsp;&nbsp;&nbsp; TYPE A<br>Risposta:&nbsp;&nbsp;&nbsp; 200 Type set to A<br>Comando:&nbsp;&nbsp;&nbsp; PASV<br>Risposta:&nbsp;&nbsp;&nbsp; 227 Entering Passive Mode (82,60,50,254,15,121).<br>Comando:&nbsp;&nbsp;&nbsp; LIST<br>Errore:&nbsp;&nbsp;&nbsp; Non è stato possibile aprire il canale di trasferimento. Motivo: Impossibile stabilire la connessione. Risposta non corretta della parte connessa dopo l'intervallo di tempo oppure mancata risposta dall'host collegato.
<br>Errore:&nbsp;&nbsp;&nbsp; Non è possibile leggere l'elenco delle cartelle<br><br>ho provato con queste due regole<br><br>#accetta connessioni per la porta 20,21 ftp<br>#/sbin/iptables -A INPUT -p tcp -s 0/0 -d 0/0 --destination-port 21 --syn -j ACCEPT
<br>#/sbin/iptables -A INPUT -p tcp -s 0/0 -d 0/0 --destination-port 20 --syn -j ACCEPT<br><br># FTP???<br>/sbin/iptables -v -t filter -A INPUT -i $INTERNET -p tcp --dport 20 -j ACCEPT<br>/sbin/iptables -v -t filter -A INPUT -i $INTERNET -p tcp --dport 21 -j ACCEPT
<br><br><br>dove sbaglio?<br><br>gg<br>