Port forwarding Command????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2007 05:10 PM
I entered these commands you recommended into the CLI, but I am still unable to connect to the internal server with Remote Desktop (from an external address). I have posted my ASA's running config here. Let me know what you think.
