Pierre_Roman , Did you ever tried to do this with Azure Stack HCI ?
I am struggling to access the on-premise VMs which are connected into network defined as Virtual Networks in Azure Stack HCI. Did you ever tested out this solution with HCI ?
The configuration is the following without exposing public IPs:
Virtual Network in "West Europe"
Address Space 10.1.0.0/16
Subnets FrontEnd 10.1.0.0/24; GatewaySubnet 10.1.255.0/27; AzureBastionSubnet 10.1.1.0/26
Virtual Network Gateway
SKU: VpnGw2
GatewaySubnet 10.1.255.0/27
VPN Type: Route-based
No BGP enabled
Local Network Gateway
Address Space 10.10.1.0/25; 10.10.1.148/32
Connections
The SITE-TO-SITE VPN is configured and up and running using a IP sec connection with a shared key (PSK).
The Virtual Network defined in the HCI is only 10.10.1.0/25 but not the 10.10.1.148.
The VM is created with the IP of 10.10.1.28 and does not have another other interface or connected to any other subnet expect the 10.10.1.0/25. This VM is not reachable from the Bastion in Azure but the 10.10.1.148 VM is reachable, I have tried to configured the address space 10.10.1.28/32 and I still cannot reach it.
What should I do ? Is there anything wrong with such configuration ?
Thank you
Joni_sf8