05-16-2007 11:44 AM - edited 03-05-2019 04:07 PM
Does anyone know the command to forward requests on port 3389 to a specific internal host? I need to access a server via remote desktop over the Internet. I want to enter the public IP (outside interface) and have my Cisco ASA 5505 forward that port request to a server on my LAN.
05-16-2007 01:33 PM
you would require a static NAT for the host u wish to access from the internet and a corresponding access-list on the outside interface.
eg.. your server has a private ip of 172.16.100.100 and the natted public IP is 203.200.22.2
static (inside,outside) 203.200.22.2 172.16.100.100 netmask 255.255.255.255 0 0
access-list acl_in permit tcp any host 203.200.22.2 eq 3389
access-group acl_in in interface outside
HTH, rate if it does
Narayan
05-16-2007 05:10 PM
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