I'm running my own DNS server and can manage my company domnain via my ISP. I have 1 public IP address
external request to www.mydomain.com and mail.domain.com is pass to my old local web server @ 192.168.0.10.
Now at the new local web server @192.168.5.100 I configure some services with name like serv1.mydomain.com, serv2.mydomain.com, etc... I also add these name into my local DNS server
I also point the external serv1.mydomain.com, serv2.mydomain.com to my public IP address
How can I redirect all the request serv1.mydomain.com, serv2.mydomain.com from out site world to my new local web server @192.168.5.100
Thanks in advanced !