I've opened 21st port, but still can't connect to any ftp server using ftp
command.
limmy@Limmy-U:~$ ftp ftp.gnu.org
ftp: connect to address 208.118.235.20: Connection timed out
Trying 2001:4830:134:3::b...
ftp: connect: Network is unreachable
What the reason of it? Thanks
limmy@Limmy-U:~$ sudo iptables -L
[sudo] пароль для limmy:
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
limmy@Limmy-U:~$ ftp ftp.gnu.org
ftp: connect to address 208.118.235.20: Connection timed out
Trying 2001:4830:134:3::b...
ftp: connect: Network is unreachable
ftp> exit
ping6 ftp.gnu.org
successfully? – David Foerster Nov 06 '16 at 04:46{}
button in the editor toolbar) will be much more readable there; alternatively you can use a pastie service for longer listings and include the link of your pastie in your question. Overall it’s best to have everything relevant in one place. Additionally, comments may be deleted for various reasons. – David Foerster Nov 09 '16 at 18:22sudo iptables -L
? – David Foerster Nov 09 '16 at 18:28iptables
rules in place at all. What happened to the rule that you claim to have added earlier? – David Foerster Nov 11 '16 at 12:39Add this rule one more time,but I still have the same situation.
– Limmy Nov 12 '16 at 09:21