07-14-2021 03:00 AM
Hi,
I have configured a new site-to-site VPN on a Cisco Firepower 2100 to a remote site which has come up fine and resources can be accessed fine from the internal network. However, when I try and access resources in this remote site via Cisco Anyconnect - I cannot reach them. The Remote Access VPN clients terminate on the same FTD as the site-to-site VPN.
Is there some hairpin NAT configuration or routing that I need to complete?
Many thanks.
Solved! Go to Solution.
07-14-2021 03:06 AM
You'll probably need a NAT exemption rule, to ensure traffic between the RAVPN users and the remote network is not unintentially natted.
Below is an example from the ASA, the same logic can be applied to the FTD (once configured on the FMC/FDM GUI the CLI configuration is actually also represented in the format below).
nat (OUTSIDE,OUTSIDE) source static RAVPN_USERS RAVPN_USERS destination static REMOTE_NET REMOTE_NET
The source and destination interfaces will be the OUTSIDE (name may vary).
The original and translated source is the object representing the RAVPN user IP pool
The original and translated destination is the object representing the remote networks.
The crypto ACL defining interesting traffic will also need to include the RAVPN IP pool network and mirrored on the peer device.
07-14-2021 03:06 AM
You'll probably need a NAT exemption rule, to ensure traffic between the RAVPN users and the remote network is not unintentially natted.
Below is an example from the ASA, the same logic can be applied to the FTD (once configured on the FMC/FDM GUI the CLI configuration is actually also represented in the format below).
nat (OUTSIDE,OUTSIDE) source static RAVPN_USERS RAVPN_USERS destination static REMOTE_NET REMOTE_NET
The source and destination interfaces will be the OUTSIDE (name may vary).
The original and translated source is the object representing the RAVPN user IP pool
The original and translated destination is the object representing the remote networks.
The crypto ACL defining interesting traffic will also need to include the RAVPN IP pool network and mirrored on the peer device.
07-14-2021 03:20 AM
Hi Rob - many thanks for your reply. You were correct - added in the hairpin NAT and the ACL for that specific traffic and I can now ping resources at the remote site over the Cisco AnyConnect connection.
Cheers
Steve
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