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

Issue with 2 ip block, one not routing back PIX 515e

chris.trower
Level 1
Level 1

I am having somewhat of an issue here. We currently have a PIX firewall placed in the datacenter managed by us that we just received a second block of ip address. (different subnet then the first). The first block routes fine, back and forth with no issues. The second block comes to the PIX firewall and is routed to an internal ip address just fine. The pix allows this but when it is getting routed back from the internal ip address and is translated and pushed to the internet from the pix it is getting dropped simply. I am able to ping the second block default gateway to the ISP just fine. I have a default route setup to be sent to the first ip address block. What is the best way to set it up to where both blocks can be routed back and forth through the firewall? Both blocks do hit the firewall and go through the firewall according to the logs.

Thank You,

Chris

1 Reply 1

Anu M Chacko
Cisco Employee
Cisco Employee

Hi Chris,

You will be able to have the reply traffic that comes in through one ISP go out via that same ISP. Let''s say that 192.168.1.12 is an IP in your 2nd ISP block and its public IP after translation should be 200.1.1.1. Please try adding the static NAT as follows for www traffic:

static (inside,outside) tcp 200.1.1.1 80 access-list isp2_allow

access-list isp2_allow permit tcp any host 192.168.1.12 eq 80

Or you can also use static PAT as an alternative:

static (inside,outside) tcp 200.1.1.1 80 192.168.1.12 80

This will translate all traffic destined to 192.168.1.12 and let the reply traffic out to the 200.1.1.0 subnet, which is the 2nd ISP subnet.

Hope this helps!

Regards,

Anu

Review Cisco Networking for a $25 gift card