Hello,
I'm trying to find a solution to my problem. I have a domain "mydomain.com" and I have a subdomain "sub.mydomain.com"
Domain and Subdomain have diferents Public IP associated.
The IP of my subdomain have a server with some VMWares.
I would like to associate this domain to specific vmware (ex: 192.168.1.80)
I want to resolve this steps. Is it possible with DNSMasq without Apache?:
sub.mydomain.com --> 84.291.38.212 --> 192.168.1.1 --> 192.168.1.80
and when you write
http://sub.mydomain.com you can see the application located in 192.168.1.80
How can I do it?
In DNSMasq I have this configuration
address=/sub.mydomain.com/192.168.1.80
but it only works from local network (Ping resolve: sub.mydomain.com --> 192.168.1.80
Thanks,