09-26-2007 03:31 PM - edited 03-11-2019 04:17 AM
Hello,
I am a Cisco Newbie so thanks in advance for all help.
I need to set up the firewall to allow our software support company in via rdp.
I have the IP Address of the server they are connecting through, and I have a public address that I think i need to NAT to our servers internal address...
I have both command line access and gui access so all advice would be great.
Thanks Stephen
09-26-2007 04:46 PM
Stephen, if you have available public IP for the static NAT, do as :
Your local LAN server: IP 192.168.10.10
Your availble public IP : 10.20.30.40
create static nat for local server
e.g
static (inside,outside ) 10.20.30.40 192.168.10.10 255.255.255.255 0 0
create access list to allow traffic , for example RDP
access-list outside_access_in permit tcp any host 10.20.30.40 eq 3389
access-group outside_access_in in interface outside
HTH
Jorge
09-26-2007 06:55 PM
Thanks Jorge. Have managed to get it to work.
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