cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
380
Views
0
Helpful
4
Replies

Accessing Terminal Server through NAT

sdross
Level 1
Level 1

Trying to setup a 1700 to allow access to a terminal server from outside in through my router running NAT. Does TS use any other ports other than 3389?

Other systems can access the web fine, but access to TS back in is not working.

Thanks for any help.

interface Serial0

ip address 10.1.1.2 255.255.255.252

ip nat outside

!

interface FastEthernet0

ip address 192.168.1.1 255.255.255.0

ip nat inside

!

ip nat pool lan 10.1.1.2 10.1.1.2 netmask 255.255.255.252

ip nat inside source list 1 pool lan overload

ip nat inside source static tcp 192.168.1.10 3389 10.1.1.2 3389 extendable

!

ip route 0.0.0.0 0.0.0.0 Serial0

!

access-list 1 permit 192.168.1.0 0.0.0.255

4 Replies 4

thisisshanky
Level 11
Level 11

are you using MS terminal server ? MS uses 3389 for RDP. If the server is different, you ll need to configure other ports.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

Yes MS TS, can't access it. Still looking for help?

have you tried

ip nat inside source static tcp 192.168.1.10 3389 interface Serial0 3389

are you allowed to static map to the same Ip address as the dynamic list is using?