I've managed VPNs on Cisco, SonicWALL, OpenVPN, etc., so the concepts behind the Point-to-Site VPN are not totally lost on me, but the configuration of Azure reminds me how much I have to learn. I've been using both the Classic interface and the newer Portal, I'm running both Office 365 with ADFS and a Free Trial to test other things. I have been able to create a VPN connection and actually get connected to it, but I cannot then get my traffic to go from my computer to the DNS servers configured in Azure.
I am more than willing to pull everything out and start over if necessary; I've read lots of documentation but I may be missing a fairly crucial concept which is causing me to pull my hair out.
VIRTUAL NETWORK
- Address Space: 10.200.0.0/20
- Subnet (Servers): 10.200.0.0/27
- Subnet (GatewaySubnet): 10.200.0.32/29
- DNS Servers: 10.200.0.4, 10.200.0.5
- Gateway Routing Type: Dynamic Routing
POINT-TO-SITE VPN CONNECTION
- Self-signed Root/Client Certificates created
- Client Address Space: 192.168.200.0/24
- I am able to connect using the VPN Client download link
- "IPCONFIG /ALL" shows an IP in 192.168.200.0, but no Default Gateway
- "ROUTE PRINT -4" shows 192.168.200.0 using Gateway 192.168.200.1
- "ROUTE PRINT -4" shows no mention of the 10.200.0.0 network
WHAT I AM TRYING TO DO
- Connect to the DNS Servers in the 10.200.0.0 network
- Connect to future resources in the 10.200.0.0 network (SQL, VMs, etc.)
Please Help!