02-01-2007 05:57 AM - edited 03-11-2019 02:27 AM
I have a 871 router having few vpn's on it i have to redirect a port of remote desktop on it so ppl from outside can access my my system which is on the internal interface of router and my system has private ip on it
Solved! Go to Solution.
02-01-2007 10:14 AM
ip nat inside source static tcp
Example:
ip nat inside source static tcp 192.168.13.100 3389 interface 1.1.1.5 9833
From the outside a user would connect to 1.1.1.5:9833 in remote desktop. When it hits the router, the router will translate it to the the inside server 192.168.13.100 on port 3389.
HTH and please rate.
02-01-2007 09:41 AM
ip nat inside source static tcp 192.168.13.100 3389 interface Dialer0 9833
HTH and please rate.
02-01-2007 09:45 AM
Can u explain this a bit what is Dialer0 and 9833
02-01-2007 09:49 AM
Dialer0 is the 'outside' interface and 9833 is the port on the outside you want translated. Change them to fit your requirements.
From the outside you enter port 9833 in remote desktop and it would be translated to 3389 on the inside network.
HTH and please rate.
02-01-2007 10:03 AM
Well do i replace Dialer0 with the IP of the external host i mean the other PC and if I am accessing it through remote desktop and want to access remote desktop do i use same ports on both sides
02-01-2007 10:04 AM
Well do i replace Dialer0 with the IP of the external host i mean the other PC and if I am accessing it through remote desktop and want to access remote desktop do i use same ports on both sides
02-01-2007 10:14 AM
ip nat inside source static tcp
Example:
ip nat inside source static tcp 192.168.13.100 3389 interface 1.1.1.5 9833
From the outside a user would connect to 1.1.1.5:9833 in remote desktop. When it hits the router, the router will translate it to the the inside server 192.168.13.100 on port 3389.
HTH and please rate.
02-01-2007 10:19 AM
Thanks
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