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

VPN Client w/ a DMZ

jfinley
Level 1
Level 1

I have a PIX 515 with 3 interfaces (inside,outsize,dmz)

When connecting using the Cisco Client VPN, I can access the inside no problem, however, I cannot access anything on the DMZ. I added the NAT 0 ACL line to include DMZ_network and the VPN_CLIENT_POOL network. I also added the split-tunnel respectively with no success. Any clues what to check? I connect to the PIX w/ the client and try to ping an IP and looking at the NAT 0 ACL, I don't see any hits on that line.

1 Accepted Solution

Accepted Solutions

acomiskey
Level 10
Level 10

You cannot just add the acl line to the existing nat exemption acl because the nat statement is nat ("inside") 0, not DMZ. The best thing to do is to create a second acl for the dmz nat exemption

access-list dmz_nat0_outbound permit ip

nat (DMZ) 0 access-list dmz_nat0_outbound

View solution in original post

2 Replies 2

acomiskey
Level 10
Level 10

You cannot just add the acl line to the existing nat exemption acl because the nat statement is nat ("inside") 0, not DMZ. The best thing to do is to create a second acl for the dmz nat exemption

access-list dmz_nat0_outbound permit ip

nat (DMZ) 0 access-list dmz_nat0_outbound

DOH! You're right. I sat there for like 20-30 minutes knowing I was overlooking something and as soon as I read "nat('inside') it clicked! Thank you!

Review Cisco Networking for a $25 gift card