cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
290
Views
0
Helpful
1
Replies

Port forwarding pix 515e, outside to inside

bits-bytes
Level 1
Level 1

Hi

I am trying to forward remote desktop port 3389 for outside access to terminal server.Since I dont have much experience with cisco, this was harder then expected.

My outside ip is 81.167.xxx.xx and need to forward to local ip 10.26.0.11(terminal server). Can anyone explain the codes needed to make this work? Surely there are some way to make this work? I am using pix os 7.1(2).

Thanks in advance.

Oyvind.

1 Reply 1

grant.maynard
Level 4
Level 4

First you need a static NAT:

static (inside,outside) 10.26.0.11 81.167.xxx.xx netmask 255.255.255.255 0 100

then you need an ACL entry refering to the public (NATed) IP, something like:

access-list in_outside permit tcp any host 81.167.xxx.xx eq 3389

for further details see http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094466.shtml

(just think port 3389 instead of 25)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: