Greetings,
I'm attempting to use Hamachi to connect iPhones to a remote server. I've setup a hub and spoke network and added the server ("myserver") to the network as a hub. I then added a mobile device ("iphone26") to the network as a spoke.
Using the IP address DHCP assigned on Hamachi network I'm able to browse (once the VPN is connected) from the iPhone to myserver via the IP. So 25.1.1.200/test.htm works.
My question is how do I reference (in what context) myserver so that it will resolve the myserver name to the proper IP address. In other words how do I make either myserver/test.htm or myserver.local/test.htm work?
My reasoning is. I have an in development that I want to use across multiple Hamachi networks. Since each hub will presumably get a different IP. I either need to be able to set the IP for the hub consistently or be able to resolve the generic name 'myserver' back to the correct IP for that network.
Obviously in a perfect world I could build this functionality into the app but that is not possible here without major retooling.
Thoughts and insight are appericiated.