Skip to main content
yeowkm99
New Member
September 16, 2025
Question

Site-to-site VPN

  • September 16, 2025
  • 3 replies
  • 426 views

We are doing evaluation of cloud DR solutions.

one of the recommendation is to create same subnet/same ip address in the cloud DR so that in the event of DR, we can swing over to cloud once local data centre is confirm not accessible.

Question, can we do ipsec tunnel with same local and remote address in the phase 2 selectors?

eg. local address - 172.16.0.0/24 and remote address as 172.16.0.0/24.

 

3 replies

owen911
Visitor III
September 16, 2025
Toshi_Esumi
SuperUser
SuperUser
September 16, 2025

I would set up like BGP with both primary datacenter and DR site over IPsec then control which direction to go to for the subnet with local preference. That's what we do for our customers who require a DR location/cloud. So the failover/failback would be automatic.

Toshi

Toshi_Esumi
SuperUser
SuperUser
September 16, 2025

It's possible doing it with static routes with either admin distance or priority difference. But to failover and failback automatically, you have to set up a detection mechanism like link-monitor to the pimary datacenter to remove the higher preference static routes when it becomes unreachable. Less elegant.

Toshi