Link to home
Start Free TrialLog in
Avatar of myzt1kal
myzt1kal

asked on

SpeedTouch routing: cannot connect to certain ports remotely over internet

I am currently using the SpeedTouch Pro router with AOL broadband.  I am trying to set up a web server and connect remotely via telnet and ssh to my 2 machines (pc runnning win xp and pc running linux).  I signed up for dynamic dns since AOL do not provide static IP.

I have configured my NAT settings on the SpeedTouch router to open up ports 23 ,22, 80 etc etc respectively but on the inside IP address, I got confused so I assigned each port to the computer running the particular services ie. I assigned port 23 to my XP machine (telnet) and port 22 to my linux box (ssh).

I have tried accessing it from work and no luck, it cannot get through, however, it can ftp my network remotely.  Bizzarre.

I also tried port scanning from work and it showed that all ports are filtered even the ftp, although I managed to get into it ok.

i am a newbie in networking, anyone with any suggestions would be greatly appreciated!!!
Avatar of specman
specman

There may be a few issues here;

1.) Does AOL permit you to run a web server on port 80? Some ISP's block port 80 which will force  you to use a different port (also meaning that to get to the server you would need to append the port number in the url ie: http://xx.xx.xx.xx:8080 ... take note that you need to specify the http:// in this case because browsers will not recognize the port as a web address otherwise).

2.) You are testing with the PUBLIC ip address that's currently assigned to your modem right? No insult intended, but a common mistake made by some people.  You should see the applicable ports open when you scan the IP address; check your router settings again to see if the ports are indeed being forwarded to the applicable box.

3.)  Not sure why you are opening TELNET to your XP machine... where does the webserver run? Keep in mind that TELNET requires that the host server has a service running for it...
Avatar of myzt1kal

ASKER

thanks for commenting, I have asked AOL if they block any ports and they responded with a confident "no".

I have managed to access my telnet service remotely and the webserver!

My webserver runs on the xp machine, and I have got the telnet service running as I can access all services and ports from within the LAN and outside.

However, I cannot access the telnet service that my router provides.  I am confused on how to set it up in order to access it remotely...  I also cannot ping to my network remotely and do not know if the router is blocking pings or not, either way, I do not know how I could configure that, is there a special ping port???
ASKER CERTIFIED SOLUTION
Avatar of specman
specman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I totally get you.  Yes the router accepts telnet from within the LAN.  Thanks for your help, greatly appreciated mate.