1
I've got a remote user that's using a new MAC book pro to log into the windows domain via LogMeIn Hamachi. Hamachi is connecting to the domain:
I can ping the mac book from the Hamachi Server it's connected to by ip. I can ping from the Macbook to the file server using dns...
ping fileserver
I get a response, but the ip address is incorrect. It should be 192.168.1.13. However, it's reporting back as something like: 10.0.10.40.
I have bound the MacBook to the doamin as here:
I have configured the Primary domain server to be the main Domain controller through Directory Utility:
I have DNS configured in the domain for fileserver to be 192.168.1.13, the server has a static IP.
I had this laptop connected to the network drives, before I sent it and everything worked fine from a remote test site.
I'm looking to find out where the problem with DNS has occurred.
I have followed all step here & here.
Any help is greatly appreciated.
where does the 10.0.10.40 address come from? what do you get when you do a
dig fileserver
on the mac? Do you get more than one address as reply? – heiglandreas – 2014-09-26T14:26:16.970@heiglandreas I'm almost positive that the 10.0.10.40 is coming from Hamachi (VPN client). I haven't tried the dig command from the Mac but I will, and I'll post the results. – Ben Plont – 2014-09-26T14:34:38.490
Hamachi is said to explicitly NOT use the 10.x.y.z range (http://en.wikipedia.org/wiki/Hamachi_%28software%29#Addressing)
– heiglandreas – 2014-09-26T14:38:32.547@heiglandreas It say that it excludes the 10.x.y.z range on the client side. The 10.x.y.z address is coming from the server side, isn't it? – Ben Plont – 2014-09-26T15:46:38.900