Is it possible to setup P2S VPN allowing access to another Vnet using Peering.
I have Vnet1 and Vnet2. I have a three VM's in Vnet1 and one VM in Vnet2.
Vnet1 has a S2S VPN to on-premise.
Vnet2 has P2S VPN
VM's in VNet1 and Vnet2 can communicate with each other (ping/RDP) via the peering setup.
Using the P2S VPN on Vnet2, I can communicate with the VM in Vnet2 but cannot ping/RDP to the VM's in Vnet1.
my peering setup:
Vnet1:
connected to Vnet2
allow virtual network access enabled
allow forwarded traffic enabled
allow gateway transit disabled
use remote gateways disabled
Vnet2:
connected to Vnet1
allow virtual network access enabled
allow forwarded traffic enabled
allow gateway transit enabled
use remote gateways disabled
My initial thought is that the subnets are setup to be peered between the Vnets.
However, as the P2S IP range cannot be an existing Vnet subnet then there probably is no routing in place for the peering.
Can a P2S VPN be setup for peering into the other Vnet and if so, how?
Thanks