DNS add www.domain.dyndns.org record
Posted
by
Darxis
on Server Fault
See other posts from Server Fault
or by Darxis
Published on 2012-04-09T17:27:38Z
Indexed on
2012/04/09
17:36 UTC
Read the original article
Hit count: 682
My config is a DNS Server on Windows Server 2008 R2. My domain is on dyndns.org dynamic IP service. This server is a DNS server and a WebServer with IIS.
When someone from outside network enter the site "http://domain.dyndns.org" within a webbrowser it is ok, but when someone try to enter "http://www.domain.dyndns.org" it doesn't find any website.
So I would like to add a "www." record to my DNS. I did this:
- Added a A-Type record pointing to my server's local IP.
- Added a CNAME-Type record named "www" pointing to "domain.dyndns.org."
Now I can enter the "www.domain.dyndns.org" from internal network, and it works, but when I enter this address from outside it doesn't work.
© Server Fault or respective owner