DNS Records
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- DNS Records
DNS Records
25-02-2011 11:10 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The original DNS records :
www A 95.128.129.105
domain.co.uk A 95.128.129.105
After trying different configurations, such as adding www as a CNAME pointing to 'domain.co.uk.' and having no joy I reverted to the original records. Now www version is also not resolving. Currently 'I wish to specify DNS records for hosts under this domain' is selected.
Is this correct? What is the typical time it takes for settings to take effect? I'm at a loss as to why restoring the original DNS seem to cause this issue - or could it be one of my tests is still active?
Much appreciated.
Re: DNS Records
25-02-2011 11:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Welcome to the forums.
Do you have a "." at the end of the domain.co.uk? - This is very important, otherwise it will not work.
Other than that, everything should be fine and dandy.
It'll take up to 4 hours to update in the system, Thats how often the DNS servers update.
Cheers,
Matt
Re: DNS Records
25-02-2011 11:36 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks again!
Re: DNS Records
25-02-2011 11:38 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Hope you enjoy your weekend, and come back if you have any more issues!
Matt
Re: DNS Records
25-02-2011 11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You also (in normal DNS parlance) don't need the extra full stop when specifying host record on the left, its only needed under some circumstances if you use host names on the right hand side (i.e. where the IP address is) and might explain why your CNAME didn't work.
The other thing for you to remember about altering DNS records, is they have something called a TTL (or time to live) and when testing you may well be seeing old results, not the result you expect from your updated DNS entries, you have to wait for the TTL to expire before you can sure than you are seeing the results of your latest setup, and not the results of a previous version.
Re: DNS Records
25-02-2011 11:57 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: fourfourdevon You also (in normal DNS parlance) don't need the extra full stop when specifying host record on the left, its only needed under some circumstances if you use host names on the right hand side (i.e. where the IP address is) and might explain why your CNAME didn't work.
You would need the full stop to make it an absolute record.
Without the full stop it would be:
address.co.uk.address.co.uk.
The full stop at the end, tell the DNS server that the address is complete, and it doesn't need to add the domain in - With subdomains, you don't need the "." because we want the domain to be added on

I hope this clears up some confusion for you.
Regards,
Matt.
Re: DNS Records
26-02-2011 12:28 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Sure, but only on the right hand side right?
Quote from: Mattz0r The full stop at the end, tell the DNS server that the address is complete, and it doesn't need to add the domain in - With subdomains, you don't need the "." because we want the domain to be added on
Or have I misunderstood?
Re: DNS Records
26-02-2011 1:50 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator

Thanks again Mattz0r - I can sleep easy tonight!
Re: DNS Records
26-02-2011 11:14 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I want domain.tld to point to ghs.google.com
Here is an incorrect method:
domain.tld IN CNAME ghs.google.com.
Output in zone file:
domain.tld.domain.tld. IN CNAME ghs.google.com.
Here is another incorrect method:
domain.tld. IN CNAME ghs.google.com
Output in zone file:
domain.tld IN CNAME ghs.google.com.google.com.
Here is the correct method:
domain.tld. IN CNAME ghs.google.com.
Output in zone file:
domain.tld. IN CNAME ghs.google.com.
The only thing you don't need the "." at the end for, is subdomains, and IP addresses on the right hand side.
Hope this helps,
Matt
Re: DNS Records
26-02-2011 11:28 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I learned from DynDNS, and after checking DynDNS and Fastmail.fm (who offer free DNS services to their email customer) both their implementations only require the full stop on the right hand side.
Re: DNS Records
26-02-2011 12:01 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If you require an A record for domain.co.uk the left-hand field can be left blank.
Re: DNS Records
26-02-2011 12:18 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: fourfourdevon both their implementations only require the full stop on the right hand side.
For simplicity, they might put it in for you.
A way of error correction maybe?
Re: DNS Records
26-02-2011 12:37 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page