theta-fish
theta-fish

Reputation: 308

Can Azure Point-To-Site client see default Azure DNS?

I have a Windows VPN client connected to an Azure Virtual Network via a Virtual Network Gateway. Goal #1 was to connect to my virtual machine using its internal IP address. That worked.

Second goal was to connect using its internal machine name (since the IP may change and I want no external IP address to be available). That did not work. There appears to be no DNS resolution occurring for my VPN client for the Azure VNET.

The VNET and the VM are both set to use the default Azure DNS for their resolution.

My question is: Am I supposed to be able to connect using the server's name (and I therefore have something wrong)? If not, what is the best practice for allowing connections by name in a way that will automatically adjust if the IP changes?

Upvotes: 2

Views: 1096

Answers (1)

garbrad
garbrad

Reputation: 241

Today we don't expose Azure's recursive DNS service over P2S or S2S connections. It's on our long term roadmap.

Gareth

Upvotes: 0

Related Questions