I have completely answered the question. I don't think it is ethical closing a question like that.
Main Topics
Browse All TopicsMy host was kind enough to provide me with WHM for CPANEL so that I could edit my own DNS entries. Unfortunately im not too clear on how things need to be set up and I dont have the luxury of experimenting as this is company's domains im dealing with here. The code pasted is for standard Standard Package
Id like to use this host's own nameservers which are:
ns1.chqdns.com
ns2.chqdns.com
I need to change it according to the screenshot from our previous host and I need done as soon as possible(lowest TTL right?):
http://i29.tinypic.com/9uu
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: KeremEPosted on 2009-07-13 at 18:30:21ID: 24845660
Hi,
s/rfc2308. txt s/rfc1912. txt
When it comes to setting TTL and SOA values there are some guideline in setting up DNS SOA settings. The are RFC 2308 and RFC1912.
Check these out here:
http://www.isi.edu/in-note
http://www.isi.edu/in-note
According to RFC 2308 suggested default TTL value should be between 1 and 3 hours. In your previous host set this value to be 1 hour (3600 seconds) I'll suggest you to use 2 hours (7200 seconds). This value will affect how long a nameserver will serve the info gathered from your host (called negative caching). Once queried a nemeserver will serve this information from its cache for 1 hours. If you modify the values in your site it would mean that any DNS server accessed to your site will refresh this value in 1 hours time. It is good if you modify the values on your site very often. But this has a drawback that since each DNS server will serve the gathered data for only an hour they will need to re-query your server every hour. So it will create lots of traffic. Hence I'm suggesting you 2 hours instead.
But there is also the default TTL value. It will be used asa default when default TTL was not applied to any record. the value ofr this setting was 86400 in your previous host.
So the final result will be similar to the example below.
So the values for the variables you have displayed here should be:
%ttl% = 86400
%nsttl%= 3600 ( I'm suggesting 7200)
%nameserver%= ns1.chqdns.com
%domain%= arcelectronics.com
%nameserver%= ns1.chqdns.com
%nameserver2%= ns2.chqdns.com
you don't need these since your DNS seetinds are located outside of your domain. They would be only needed if your DNS settings were located in your domain.
I think taht your MX records are located in your domain so I'm suggesting you to add a custom text record to designate a SPF record:
%domain% IN TXT "v=spf1 mx ~all"
This will insure your operation without any problems.
Cheers,
K.
Select allOpen in new window