I have set up an ftp server which only the computer which has the server on can connect to, None of my other Computers and laptops can connect to it! I am doing all of this through a router.
Lets say the localhost has IP 193.170.2.3 and the computer trying to connect to the server has IP 193.170.2.5. From the localhost, connecting to 127.0.0.1 through ftp works without problem. But on the other, trying to connect to 193.170.2.3 through ftp with the right user and password takes a long time to connect and then it times out.
How can I access the server with my other computers?
Thanks.