cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
540
Views
0
Helpful
2
Replies

PIX Routing

lsittechsupport
Level 1
Level 1

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

2 Replies 2

JORGE RODRIGUEZ
Level 10
Level 10

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

Jorge Rodriguez

Thanks Jorge. Have managed to get it to work.

Review Cisco Networking for a $25 gift card