08-17-2002 06:38 AM - edited 03-02-2019 12:44 AM
I have a Cisco 806 router. Before I put it between the PC and cable modem I could remote desktop (port 3389) into the PC from outside the network. Now, since the router is on the network, only the telnet port is open from the outside. I did a port scan on my inside PC and it shows port 3389 is still open from the inside. I don't have any access list's on the router so I don't know why it's blocking that port. Any ideas?
John
08-17-2002 06:22 PM
Mostly 806 will get the public address from isp and do NAT for the internal privet netowrk. You need to enter "sh ip nat translation" to see the nat translation in detail at router side..
Here is the url which discuss "connecting cisco 806 behind non-cisco cable modem"
http://www.cisco.com/warp/public/109/router_behind_cm_19268.shtml
Now you can also do static port mapping to get access to inside network.
You can statically map port 3389 for a public ip address to the inside host ip address..
08-19-2002 05:40 AM
Ok, it works now. I used this command:
ip nat inside source static tcp 10.10.10.3 3389 interface Ethernet1 3389
Thanks again
John
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide