07-17-2004 05:46 AM - edited 02-21-2020 01:15 PM
My perimeter router is also the CBAC and IPSEC gateway. I need to configure some static NAT for overlapping IP space and pass it through a VPN tunnel. Is this possible on just the one router? I've looked at the order of NAT, IPSEC, ACLs etc and it seems possible. Any commennts before I forge ahead?
07-19-2004 02:11 AM
NAT happens before encryption in a router, so add your static NAT in just as normal. Then for your crypto ACL, specify the source as the already NAT'd address going to the remote subnet, and it will be NAT'd and encrypted fine.
On the way back decryption happens before NAT, so the packet will be decrypted then NAT'd back to its orignal address, nothing special needs to be done here.
FYI, the same principle happens in a PIX, so if you ever want to do that (nat and encryption), then just do the same thing as above.
Hope that helps.
07-21-2004 02:52 PM
Glenn - Yes, that was what I needed. I'm now seeing this crypto debug message that I cannot figure out. It's keeping NAT phase 1 from completing it appears. I'm trying to create a tunnel to a Netscreen firewall if that helps.
*Mar 1 00:17:51: %CRYPTO-6-IKMP_NOT_ENCRYPTED: IKE packet from 208.61.250.87
was not encrypted and it should've been.
The suggestion is to contact the remote peer and ??? What do I tell the Netscreen guy?
Thanks
07-21-2004 06:36 PM
This message means the router has recieved an unencrypted packet that matches one of it's crypto ACL's, therefore it knows that it should have been encrypted, and it drops it.
So, the Netscreen is sending you unencrypted packets, so it's not been set up correctly. I don't know specifically what parameters to check on a Netscreen, but there'll be something in it that says "encrypt traffic from
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