I am having a strange issue here where an MX appliance at a (all our) remote site sends traffic that should be routed to the WAN over the VPN.
Clients cannot reach hosts from 172.217.* (which are hosts from Google). I even cannot ping those hosts from the appliance. After some reverse engineering, I've found out, that the MX is routing this traffic into the VPN to our main site instead of routing it over the local WAN uplink at the remote site.
This is the setup:
- main site with local subnet 172.16.0.0/16
- remote site with local subnet 172.18.5.0/24
- both connected with meraki site2site VPN
- The routing table (Security & SD-WAN>Route table) at the remote site looks fine:
- 172.16.0.0/16 with next: hop main site over VPN
- 0.0.0.00 with next hop: WAN uplink
- no other routes for 172.*
From my point of view, this is a bug, because of the routing table, the traffic should be routed to the WAN. Or am I overlooking something?