05-11-2006 05:54 AM - edited 03-09-2019 02:52 PM
I'm trying to configure an ASA5510 and when I add this: static (INSIDE,DMZ1) 10.3.200.2 10.3.0.2 netmask 255.255.255.255
I get this:
INFO: Global address overlaps with NAT exempt configuration.
I don't see the overlap. I have attached the running config for review.
05-11-2006 07:47 AM
You do have a overlap...
If you have a packet source from inside(10.3.0.2) to DMZ1 (10.3.100.*). You qualify for your stactic statement and your
access-list REMOTE_ACCESS_NAT extended permit ip any 10.3.100.0 255.255.255.0
05-11-2006 08:14 AM
Ahh but the DMZ is 10.3.200.*/24 not 10.3.100.*
and the remote access VPN ACL has a 10.3.100.0/24
See my dilemma? These are sperate networks techincaly, but it says they overlap..
05-11-2006 10:21 AM
technically (misspelled it)
05-11-2006 12:06 PM
Ho, I understand now
.
If I try to simplify the issue, your static statement are simple enought and are not the problem. This leave a conflict between them and the nat 0. If I was in your place, I think I would try changing it to
access-list REMOTE_ACCESS_NAT extended permit ip 10.3.100.0 255.255.255.0 10.3.0.2 255.255.X.X
+ 1 other line for the DMZ1.
If this does not work, I'll be out of ideas.
05-13-2006 01:24 PM
Thanks, but could you put it in the proper syntax? I don't think I understand?
05-13-2006 01:41 PM
05-13-2006 01:42 PM
Could this be a bug? I don't see an overlap.
05-13-2006 08:46 PM
Hi ... Can you try changing the below :
global (DMZ1) 1 10.3.200.11-10.3.200.20
to
global (DMZ1) 2 10.3.200.11-10.3.200.20
and adding
nat (inside) 2 0.0.0.0 0.0.0.0
05-20-2006 02:28 PM
Sorry for the slow reponse, I had to go out of town. After changing the global statement and I add the "nat (inside) 2 0.0.0.0 0.0.0.0" I get "Duplicate NAT entry".
05-20-2006 03:26 PM
Hi .. can you try this
access-list testing permit ip any any
no global (DMZ1) 1 10.3.200.11-10.3.200.20
global (DMZ1) 2 10.3.200.11-10.3.200.20
clear xlate
and then adding
nat (inside) 2 access-list testing
05-21-2006 08:47 AM
I created this access-list:
access-list testing permit ip any any
then I performed your changes without error, is there a way to do it with out policy based natting?
05-22-2006 04:27 AM
for some reason it doe snot like to have the same entry on a nat even thought you use a differenet nat id.
05-22-2006 03:48 PM
Yeah. I'm still leaning towards bug in the IOS...
05-23-2006 03:54 AM
try this
#no global (DMZ1) 1 10.3.200.79-10.3.200.99
#global (DMZ1) 1 interface
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide