Thanks for the suggestion and the documentation link!
After reviewing the Site-to-Site VPN Firewall Rule documentation, I understand that these rules are organization-wide and apply to all MX networks participating in site-to-site VPN.
To confirm my understanding of your approach:
I would configure the rules under Security & SD-WAN > Configure > Site-to-site VPN > Organization-wide settings:
- Allow rule:
- Source: VPN client subnet (e.g., 192.168.100.0/24)
- Destination: Specific hub servers (e.g., 10.0.1.50, 10.0.1.51, 10.0.1.52)
- Action: Allow
- Deny rule (below the allow rule):
- Source: VPN client subnet (192.168.100.0/24)
- Destination: Any
- Action: Deny
My question: Since these are organization-wide rules, will this configuration affect VPN clients from other spokes that might use different subnets? Or as long as I specify the exact VPN client subnet from this particular spoke, other spoke traffic won't be impacted?
Is this the correct implementation of your suggestion? Want to make sure I understand the scope and impact before implementing.
Thanks for pointing me in the right direction!