
02-06-2006, 06:14 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Jan 2005
Posts: 50
|
|
How Do I set up Servers to be used as nameservers and how many?
I have been hosting with a few different dedicated server companies (server matrix, c i host, and a few others). I am now looking into moving everything into 1 central place and going to be using co-location with my own gear. How do I set up a server to be used JUST as a "name server?" Do most hosting companies have sepearate name servers or do the just use portions of their existing servers to run the name servers off of? Also I am thinking of setting up 2 seperate name server - servers. Any tutorials? Comments?
|

02-06-2006, 09:27 PM
|
|
ThirtySx Bits Forever!
|
|
Join Date: Jul 2001
Location: Canada
Posts: 1,284
|
|
Two seperate physical nameservers on different IP network segments is the ideal for redundancy, and to conform the the RFC spec. However many hosts, especially smaller ones run their nameservers, at least the main one, on their main site server. This conserves expensive hardware costs at the sacrifice of some redundancy. You can also get extra DNS redundancy by using a service like www.zoneedit.com for secondary DNS.
There a literally hundreds of DNS tutorials around the net, probably the best being the DNS and Bind material from O'Reilly.
__________________
"Obsolesence is just a lack of imagination."
|

02-07-2006, 03:10 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Jan 2005
Posts: 50
|
|
Are there any tutorials on WHT? I have no idea what OS to install or even where to start. Thank you for your assistance.
|

02-08-2006, 07:42 PM
|
|
New Member
|
|
Join Date: Feb 2006
Location: Earff
Posts: 1
|
|
Well there are some free NS software out there that I know some really large hosting companies use. The one that I am familar with is BIND. The BIND DNS Server is used on the vast majority of name serving machines on the Internet, providing a robust and stable architecture on top of which an organization's naming architecture can be built. However NiteOwl is right your best bet is two static IPs obviously for both name servers(prim and second). Just a little food for thought..
Adam
|

02-09-2006, 01:15 AM
|
|
Junior Guru
|
|
Join Date: Nov 2005
Posts: 188
|
|
If you have only one machine and no backup mx, it is virtually pointless to go thru the effort of setting up 2ndary DNS.
|

02-10-2006, 01:53 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Jan 2005
Posts: 50
|
|
Quote:
|
Originally Posted by apex13
If you have only one machine and no backup mx, it is virtually pointless to go thru the effort of setting up 2ndary DNS.
|
Interesting point. I never thought of that. Where might I find info on setting up a backup mx. We have more than 1 server.
|

02-10-2006, 05:10 AM
|
|
Disabled
|
|
Join Date: Dec 2004
Posts: 227
|
|
Which OS are you running and do they already have mail and dns service on them?
All you need do is install bind and configure the master and slave zones into named.conf on each server (If you use bind). When you update a zone on the master, it will update the secondary. You may need to write scripts to add zones if you use a control panel and have users add their own zones etc - Does your control panel (If you have one) have support for master/slave dns on different machines?
Secondary mx , all you need is 2 mail servers, the primary is where the mail accounts are setup I assume already, then all you need do is add a secondary MX record for each domain that wants to use the secondary service and add the domain name into a mail configuration file on the secondary mail server. Adding the ability to relay mail for the domain is all that you need to do, /etc/relayhosts /etc/secondarymx or similar, depending on what you are running, simply needs the domains that use secondary mx records adding to it.
Having 1 machine dedicated as a backup mx and secondary dns would be sufficient, but depends upon your budget as to how many servers you want and how much redundancy you want to add.
|

02-10-2006, 02:00 PM
|
|
ThirtySx Bits Forever!
|
|
Join Date: Jul 2001
Location: Canada
Posts: 1,284
|
|
You might have a look at http://www.zoneedit.com . They offer DNS and mail services for reasonable rates (starting at free). Another popular option for DNS is http://www.easydns.com.
__________________
"Obsolesence is just a lack of imagination."
|

02-11-2006, 12:47 AM
|
|
Junior Guru
|
|
Join Date: Nov 2005
Posts: 188
|
|
Quote:
|
Originally Posted by netlink
Interesting point. I never thought of that. Where might I find info on setting up a backup mx. We have more than 1 server.
|
Depends what MTA you use but all you do is set a 2nd machine up to QUEUE mail (not ACCEPT mail--not the difference) as backup MX for your domains. Then you add another MX entry in your dns with a higher MX preference. When a server attempts to deliver mail for your domains, it will try every MX entry for the domain beginning with the one that has the lowest MX preference and will continue on up until it is able to deliver the message to one of the servers listed.
|

02-11-2006, 01:03 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Mar 2004
Posts: 63
|
|
Quote:
|
Originally Posted by apex13
If you have only one machine and no backup mx, it is virtually pointless to go thru the effort of setting up 2ndary DNS.
|
Well not really true, as I have found dns being down will cause hicups in outgoing mail still in queues, and incoming mail will often bounce instead of being defered for later deliver if no NS records can be found.
|

02-11-2006, 03:24 AM
|
|
Junior Guru
|
|
Join Date: Nov 2005
Posts: 188
|
|
Quote:
|
Originally Posted by jbw
Well not really true, as I have found dns being down will cause hicups in outgoing mail still in queues, and incoming mail will often bounce instead of being defered for later deliver if no NS records can be found.
|
Incorrectly designed mail server software is not my problem
|

02-11-2006, 02:24 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Mar 2004
Posts: 63
|
|
Quote:
|
Originally Posted by apex13
Incorrectly designed mail server software is not my problem
|
It is when it causes mail you want sent or received to fail, and could have been prevented by having a secondary dns. Also, how is it incorrectly designed? The specs say have redundent dns, the server can't find a dns record for where to send the email, what should it do???
Seems the mail server designers can just as validly say , incorretly hosted domains are not their problem.
Probably more validly.
|

02-11-2006, 02:27 PM
|
|
Aspiring Evangelist
|
|
Join Date: Jan 2006
Location: London, UK.
Posts: 375
|
|
For a personal server I run, not bothered about uptime or redundancy... Two IPs, Two NS, One Server.. Joy.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|