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

PIX 515E

gottchilds
Level 1
Level 1

We currently are running on a PIX 515 version 5.2(3) and need to upgrade to a 515E. When I duplicate the configuration to the new system I cannot access the DMZ zone. Everything else works. Any ideas?

Thanks

We are running version 7.0 on the 515E

1 Reply 1

owillins
Level 6
Level 6

Add nonat config for the DMZ interface. For example, assume this configuration:

ip address inside 10.1.1.1 255.255.255.0

ip address dmz 172.16.1.1 255.255.255.0

ip local pool vpn_pool 192.168.1.1-192.168.1.254

access-list split_tunnel permit ip 10.1.1.0 255.255.255.0 192.168.1.0 255.255.255.0

nat (inside) 0 access-list split_tunnel

Enter these commands:

access-list split_tunnel permit ip 172.16.1.0 255.255.255.0 192.168.1.0 255.255.255.0

nat (dmz) 0 access-list split_tunnel

Review Cisco Networking for a $25 gift card