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

port forwarding with pix 501

chandrapradeep
Level 1
Level 1

i am using pix 501.

now what i want to do is to forward port number suppose <ExternalIPaddress>:8080 to internal ip address suppose 192.168.221.1. how can i do this.

can somebody help me.

regards

pradeep

2 Replies 2

stomasko
Level 4
Level 4

Use the static command. See the following website for more detailed information and examples.

http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a008017278e.html#wp1090663

Hope this helps

Steve

jackko
Level 7
Level 7

depends on the number of public ip.

for one:

static (outside,inside) tcp interface 8080 192.168.221.1 8080 netmask 255.255.255.255

for multiple:

static (outside,inside) 192.168.221.1 netmask 255.255.255.255

do remember to issue "clear xlate" afterwards, and inbound acl is required.

Review Cisco Networking products for a $25 gift card