cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
379
Views
4
Helpful
1
Replies

Port Translation in PIX 7.2

mbonilla
Level 1
Level 1

I have a server with an applications running in the port 9080 behind a PIX, some users from Internet that are using other firewalls are not able to reach the port 9080 due restrictions. I want to know if my PIX firewall is able to translate a 80 port lookup to 9080 that is served by the server?

Thanks.

1 Reply 1

Patrick Iseli
Level 7
Level 7

Yes this is possible.

For Port address translation you can use :

1.) SRC Port 9080 to DST port 9080

2.) Or you can also use the SRC Port 80 to DST Port 9080

Example of option 2:

access-list acl_outside permit tcp any host PublicIP eq http

access-group acl_outside in interface outside

static (inside,outside) tcp PublicIP http IntenalIP 9080 netmask 255.255.255.255

Replace the PublicIP and the InternalIP by the RealIP Address.

sincerely

Patrick

Review Cisco Networking products for a $25 gift card