I'm establishing a site-to-site VPN between my Azure VNet and an on-premises network, but the on-premises team only allows one private IP in their traffic selectors configuration.
I have two VMs in the Azure VNet that must communicate with on-premises services via the VPN gateway. Given the single IP restriction, should I use the VPN Gateway's private IP in the traffic selectors? Here are the details:
- Azure VNet: Contains two VMs requiring connectivity.
- On-premises network: Accepts only one private IP for traffic selectors.
What is the best approach to ensure proper routing and secure communications using just one IP? Is leveraging the VPN Gateway's private IP a valid solution?
Any insights or suggestions would be greatly appreciated!
