09-21-2011 01:30 PM - edited 03-11-2019 02:28 PM
This is a simple questionm but I always seem to have problems when trying to configure port forwarding on cisco routers. I've even tried the instructions I have for a cisco 1811, but no luck. I have a cisco 871 and a computer that has VNC installed on it. I want to be able to access that computer from out side the network using the external ip address and port 5950. People outside the network will be able to open vnc viewer and type in *external ip address*:5950 and it will be directed to the computer with a static internal ip address of 10.12.0.10. What commands do I use to do this?
Thanks,
Solved! Go to Solution.
09-21-2011 01:35 PM
Command should be:
ip nat inside source static tcp 10.12.0.10 5950
OR/ if you are using the external interface IP, then:
ip nat inside source static tcp 10.12.0.10 5950 interface
Hope this helps.
09-21-2011 01:35 PM
Command should be:
ip nat inside source static tcp 10.12.0.10 5950
OR/ if you are using the external interface IP, then:
ip nat inside source static tcp 10.12.0.10 5950 interface
Hope this helps.
09-21-2011 02:49 PM
I tired
ip nat inside source static tcp 10.12.0.10 5950
but I still can't use VNC from an outside computer. Don't I need to and stuff to ACL?
09-21-2011 02:58 PM
Do you have any ACL applied to the external interface of the router?
If you do, then yes, you would need to allow that in the ACL:
access-list
09-28-2011 10:29 AM
I ended up resetting the router and configuring it via CLI, without ACLs. CCP added in too may ALCs. Thanks for your help.
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