Hi @tuioku ,
You do not have to connect VM on Vnet to OpenVPN.
The machines will act as if the machines are in the same Network.
i.e, Routing and NSG at platform level, should allow communication by default configuration.
I understand your end Goal is to use HTTP to communicate with the Azure VM.
- However, as a first step, we have to make sure they are reachable via PING/TCP
- Post this, we can troubleshoot for HTTP
- Can you please let me know if ICMP Ping between the servers are working or not?
- Also, what about TCP? Did you get a chance to run this Powershell TCP test?
Test-NetConnection -ComputerName <IP of MAC from P2S VPN Pool> -InformationLevel "Detailed" -Port <Open Port in MAC>
Cheers,
Kapil