I have a DNS server set up in my Cloud (10.0.1.4) which registers the DNS names of my Virtual Machines.
However, when I connect to the Virtual Network by means of a Point-To-Site VPN Connection, I can only ping/connect to my VMs by IP, not by FQDN. How can I achieve this?
I assume I need a connection specific DNS suffix on the NIC. However, the "Properties" page of the VPN Connection, which is a PPP Adapter, does not show the same Options that regular NICs do (I can only configure redial attempts).
Thanks a lot for your input. There is a similar question in this thread: http://social.msdn.microsoft.com/Forums/en-US/WAVirtualMachinesVirtualNetwork/thread/63f8b678-ef49-4cf9-b6fb-5dbb0e37eeca
But I it doesn't resolve my issue, my Cloud DNS server seems to work correctly (this command works: nslookup machinexy.mynetwork.local 10.0.1.4)
I have tried adding 10.0.1.4. to the list of DNS server on my local network interface but it didn't show any effect.
Best Regards,