03-09-2025 12:42 PM - edited 03-10-2025 05:25 AM
Have a tunnel ikev2 beetwen two ASA (dc2<->off1), to office ASA connected one more site via IPsec
(off1<->dc3), strongswan on debian. dc2 - 10.100.70.0/24, dc3 - 10.200.10.0/24, off1 - 10.101.11.0/24
Does dc3 able to get route to dc2 networks via off1, which haven't ipsec between direct dc2-dc3, without dynamic routing?
Thanks in advance!
03-09-2025 10:58 PM
Yes, it is possible to achieve this setup, but it requires careful configuration of static routes and proper traffic forwarding on all devices involved. Since you are not using dynamic routing protocols, you will need to manually configure the routing and ensure that the IPsec policies and NAT rules are correctly set up on all devices.
Here is a breakdown of the scenario and what needs to be done:
We will deep dive into the solution once you confirm the above understanding of the provided scenario.
Awaiting your response
AshSe
03-09-2025 11:12 PM
Hi @AshSe
Yes, you absolutely right for it Scenario
03-09-2025 11:21 PM
Thanks @Valentyn Lytvynov
Here are the Key Consideration and Solution:
Routing:
IPsec Policies:
NAT Exemption:
Forwarding on off1:
Solution Steps:
On dc2 ASA:
route inside 10.200.10.0 255.255.255.0 <off1-tunnel-interface>
On dc3 (Strongswan):
ip route add 10.100.70.0/24 via <off1-tunnel-interface>
On off1 ASA:
On the dc2 <-> off1 tunnel:
10.100.70.0/24 <-> 10.101.11.0/24, 10.200.10.0/24
On the off1 <-> dc3 tunnel:
10.101.11.0/24, 10.100.70.0/24 <-> 10.200.10.0/24
On dc2 ASA:
On off1 ASA:
On dc3 (Strongswan):
same-security-traffic permit intra-interface
Hope This Helps!!!
AshSe
Community Etiquette:
03-10-2025 05:23 AM
@AshSe I'll try this guidance and will updates to you
Thanks! Very insightful
03-10-2025 04:48 AM - edited 03-10-2025 04:52 AM
Hello @Valentyn Lytvynov
Could you please share a diagram referecing your topology ?
03-10-2025 05:25 AM
Sure, changed in the topic
03-10-2025 06:00 AM
Thanks for the diagram @Valentyn Lytvynov
DC3 will not be able to reach DC2 through OFF1 without dynamic routing unless you manually configure static routes and enable proper traffic forwarding on the ASA and StrongSwan...
Since there is no direct IPsec tunnel between DC2 and DC3, the traffic must pass through OFF1.
Setting up DMVPN over IPsec is a better approach than traditional site-to-site VPNs in your case. It allows DC2 and DC3 to communicate without needing static IPsec tunnels between them, while OFF1 remains the control point for routing...
Off-1 as Hub and DC-2 and DC-3 as Spoke.
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