12-03-2024 02:39 AM - last edited on 12-03-2024 04:41 AM by shazubai
I need to configure an IPSec VPN between my ASA and the client's XYZ firewall. They have requested me to perform a source NAT for my source network. Could you please guide me on how to configure it.
I am capable of configuring an IPSec VPN using both IKEv1 and IKEv2, but unfortunately, I lack the knowledge for NAT
12-03-2024 04:55 AM
@josapcolet Create objects to represents the relevant networks and create a Policy NAT, example:-
nat (INSIDE,OUTSIDE) source dynamic LAN-1-REAL LAN-1-NAT destination static PARTNER1 PARTNER1
Your crypto ACL defining the interesting traffic to be encrypted would reference the NAT IP address(es).
12-03-2024 05:25 AM
nat (INSIDE,OUTSIDE) source dynamic Local-LAN-REAL Local-LAN-NAT destination static Remote-LAN Remote-LAN
for the ACL the ACL of IPsec use Local-LAN-NAT not Local-LAN-REAL <<- this step many engineer do wrong and VPN is failed
MHM
12-08-2024 08:17 AM
Configuring source NAT alongside an IPSec VPN on a Cisco ASA involves creating NAT rules to translate the source network as required by the client's XYZ firewall.
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