ftp: connect to address xx.xx.xx.xx: Operation timed out [closed]
up vote
-2
down vote
favorite
I have a Operation timed out
problem when trying to remote connect to my FTP Ubuntu Server 16.04 in my Mac terminal.
Last login: Tue Dec 11 10:30:18 on ttys000
$ ftp 10.0.0.2
ftp: connect to address 10.0.0.2: Operation timed out
ftp: no response from host
ftp>
16.04 ftp
New contributor
closed as unclear what you're asking by Melebius, Zanna, WinEunuuchs2Unix, d a i s y, karel Dec 12 at 5:26
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-2
down vote
favorite
I have a Operation timed out
problem when trying to remote connect to my FTP Ubuntu Server 16.04 in my Mac terminal.
Last login: Tue Dec 11 10:30:18 on ttys000
$ ftp 10.0.0.2
ftp: connect to address 10.0.0.2: Operation timed out
ftp: no response from host
ftp>
16.04 ftp
New contributor
closed as unclear what you're asking by Melebius, Zanna, WinEunuuchs2Unix, d a i s y, karel Dec 12 at 5:26
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Welcome to Ask Ubuntu! You should debug your problem further. Can youping
the server? Is the server listening on the port 21? Can you connect to your FTP server from the server itself? Please edit your question to include all the details.
– Melebius
Dec 11 at 8:42
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I have a Operation timed out
problem when trying to remote connect to my FTP Ubuntu Server 16.04 in my Mac terminal.
Last login: Tue Dec 11 10:30:18 on ttys000
$ ftp 10.0.0.2
ftp: connect to address 10.0.0.2: Operation timed out
ftp: no response from host
ftp>
16.04 ftp
New contributor
I have a Operation timed out
problem when trying to remote connect to my FTP Ubuntu Server 16.04 in my Mac terminal.
Last login: Tue Dec 11 10:30:18 on ttys000
$ ftp 10.0.0.2
ftp: connect to address 10.0.0.2: Operation timed out
ftp: no response from host
ftp>
16.04 ftp
16.04 ftp
New contributor
New contributor
edited Dec 11 at 5:25
karel
56.1k11124142
56.1k11124142
New contributor
asked Dec 11 at 4:08
Wahluf Abidian
4
4
New contributor
New contributor
closed as unclear what you're asking by Melebius, Zanna, WinEunuuchs2Unix, d a i s y, karel Dec 12 at 5:26
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by Melebius, Zanna, WinEunuuchs2Unix, d a i s y, karel Dec 12 at 5:26
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
Welcome to Ask Ubuntu! You should debug your problem further. Can youping
the server? Is the server listening on the port 21? Can you connect to your FTP server from the server itself? Please edit your question to include all the details.
– Melebius
Dec 11 at 8:42
add a comment |
2
Welcome to Ask Ubuntu! You should debug your problem further. Can youping
the server? Is the server listening on the port 21? Can you connect to your FTP server from the server itself? Please edit your question to include all the details.
– Melebius
Dec 11 at 8:42
2
2
Welcome to Ask Ubuntu! You should debug your problem further. Can you
ping
the server? Is the server listening on the port 21? Can you connect to your FTP server from the server itself? Please edit your question to include all the details.– Melebius
Dec 11 at 8:42
Welcome to Ask Ubuntu! You should debug your problem further. Can you
ping
the server? Is the server listening on the port 21? Can you connect to your FTP server from the server itself? Please edit your question to include all the details.– Melebius
Dec 11 at 8:42
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
disable your firewall in Ubuntu Server
$ ufw disable
and try again on your Command Prompt
$ ftp xx.xx.xx.xx
New contributor
add a comment |
up vote
0
down vote
10.0.0.2 is a private IP address used for local networks only. If you are accessing this server over the internet, rather than over your local network, this address won't work and you'll need to
- Find out what the internet IP address (external IP address) of your server is.
- Possibly, forward ports and/or open ports on your firewall so that incoming connections to those ports on the external interface are routed to your server.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
disable your firewall in Ubuntu Server
$ ufw disable
and try again on your Command Prompt
$ ftp xx.xx.xx.xx
New contributor
add a comment |
up vote
0
down vote
disable your firewall in Ubuntu Server
$ ufw disable
and try again on your Command Prompt
$ ftp xx.xx.xx.xx
New contributor
add a comment |
up vote
0
down vote
up vote
0
down vote
disable your firewall in Ubuntu Server
$ ufw disable
and try again on your Command Prompt
$ ftp xx.xx.xx.xx
New contributor
disable your firewall in Ubuntu Server
$ ufw disable
and try again on your Command Prompt
$ ftp xx.xx.xx.xx
New contributor
New contributor
answered Dec 12 at 4:41
Wahluf Abidian
4
4
New contributor
New contributor
add a comment |
add a comment |
up vote
0
down vote
10.0.0.2 is a private IP address used for local networks only. If you are accessing this server over the internet, rather than over your local network, this address won't work and you'll need to
- Find out what the internet IP address (external IP address) of your server is.
- Possibly, forward ports and/or open ports on your firewall so that incoming connections to those ports on the external interface are routed to your server.
add a comment |
up vote
0
down vote
10.0.0.2 is a private IP address used for local networks only. If you are accessing this server over the internet, rather than over your local network, this address won't work and you'll need to
- Find out what the internet IP address (external IP address) of your server is.
- Possibly, forward ports and/or open ports on your firewall so that incoming connections to those ports on the external interface are routed to your server.
add a comment |
up vote
0
down vote
up vote
0
down vote
10.0.0.2 is a private IP address used for local networks only. If you are accessing this server over the internet, rather than over your local network, this address won't work and you'll need to
- Find out what the internet IP address (external IP address) of your server is.
- Possibly, forward ports and/or open ports on your firewall so that incoming connections to those ports on the external interface are routed to your server.
10.0.0.2 is a private IP address used for local networks only. If you are accessing this server over the internet, rather than over your local network, this address won't work and you'll need to
- Find out what the internet IP address (external IP address) of your server is.
- Possibly, forward ports and/or open ports on your firewall so that incoming connections to those ports on the external interface are routed to your server.
answered Dec 12 at 4:47
thomasrutter
26.4k46389
26.4k46389
add a comment |
add a comment |
2
Welcome to Ask Ubuntu! You should debug your problem further. Can you
ping
the server? Is the server listening on the port 21? Can you connect to your FTP server from the server itself? Please edit your question to include all the details.– Melebius
Dec 11 at 8:42