I have a FQDN let's say abc.com with only one external IP and I use zoneedit.com ns servers.
I have configured www as a CNAME of abc.com. The web server is setup wiith IIS on local computer. What I want to do is to have a subdomain xyz of abc.com to be redirected to let's say 192.168.1.120 on local pc but to be accessible from web like xyz.abc.com.
How do I make this work?
I tried to setup headers in IIS like for www.abc.com to port 80 192.168.104 (this is the IP for web server) and xyz.abc.com to port 80 192.168.120 (the other server which is NOT a web server).
