hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : VPS Hosting : Help with DNS servers
Reply

VPS Hosting Virtual private server discussion and vps hosting solutions. Review VPS hosting providers and offer advice on virtual web hosting solutions. If your service is unavailable, please click here.
Forum Jump

Help with DNS servers

Reply Post New Thread In VPS Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 09-01-2007, 06:44 AM
WebPerfection WebPerfection is offline
Junior Guru Wannabe
 
Join Date: Aug 2007
Posts: 36

Help with DNS servers


I've just ordered my first VPS (unmanaged) and the only thing I'm really concerned about is setting up/using a DNS server.

I think I have 3 options.

1. Set up BIND on my VPS... this doesn't look like much fun and offers no redundancy. I'd prefer not to do this.


2. Outsource the DNS server. I'd like to use a free one if possible (http://www.everydns.net/ looks good... anyone had any experiences?) but suggestions of cheap services are also webcome.


3. Use my registrar's DNS server. I'm using namecheap at the moment. Here's the screen that comes up:
http://img2.freeimagehosting.net/uploads/3d2ac18af6.png

Would that work? And create subdomain.domain.tld?

Finally, I think I'd need to select 'user' at the bottom and enter an MX record. Would this be domain.tld?



What do you think is the best option?

Thanks

Reply With Quote


Sponsored Links
  #2  
Old 09-01-2007, 01:18 PM
slowdive slowdive is offline
Junior Guru
 
Join Date: Mar 2004
Location: Bristol, UK
Posts: 225
I use both
http://www.everydns.net/
and
http://www.dnsmadeeasy.com/
as external DNS providers. Both work perfectly. Never had an outage with either. I donated to everydns as I was impressed with their free service. I pay for dnsmadeasy as they offer vanity dns service where you can replace all their name server names with your own domain name.
Both work really well in conjunction with a VPS.

Reply With Quote
  #3  
Old 09-01-2007, 09:48 PM
tsj5j tsj5j is offline
WebHosting Master
 
Join Date: Dec 2006
Posts: 4,075
I use :

http://www.editdns.net/

Excellent uptime and interface for free.

If you've just a few domain names, don't load your server with BIND and just use an external service.

Reply With Quote
Sponsored Links
  #4  
Old 09-02-2007, 09:38 AM
bryonhost1 bryonhost1 is offline
Web Hosting Master
 
Join Date: Dec 2004
Location: Butler,TN
Posts: 2,413
Hi!
You may not want to consider the BIND option for another reason: It is near to impossible creating the proper zone files from scratch..I use ones Cpanel created..and that's the only way I've ever got BIND to work by itself.

I would consider myself a BIND expert..so..go from there.

I used to use zoneedit.com..but have not used them recently.

Bryon

__________________
Bryon L Harvey
Soil Relocation Engineer

Reply With Quote
  #5  
Old 09-02-2007, 10:49 AM
nimbar nimbar is offline
Aspiring Evangelist
 
Join Date: Oct 2006
Location: Scranton, PA
Posts: 360
Hi, I use everydns.net, zoneedit.com and afraid.org for some personal domain names since several years ago. I feel everydns is the most robust free dns service you can find. Good luck.

__________________
Need Further Assistance ? Here you go !

Reply With Quote
  #6  
Old 09-02-2007, 01:28 PM
chri$ chri$ is offline
Newbie
 
Join Date: Jan 2007
Posts: 15
Is it possible to use 2 of those free service for the same domain for example if one of them is down then my site is still available

__________________
THEVIPPICTURES.COM for HQ celebrity pictures

Reply With Quote
  #7  
Old 09-02-2007, 01:40 PM
nimbar nimbar is offline
Aspiring Evangelist
 
Join Date: Oct 2006
Location: Scranton, PA
Posts: 360
Hi, I do that for my personal domains, you only need to create the same zone content on each provider. However the zone won't be exactly the same as the zone version will be different, but I doubt this would affect the performance of your website. Maybe an expert can verify this.

Good luck.

__________________
Need Further Assistance ? Here you go !

Reply With Quote
  #8  
Old 09-02-2007, 03:19 PM
bryonhost1 bryonhost1 is offline
Web Hosting Master
 
Join Date: Dec 2004
Location: Butler,TN
Posts: 2,413
Hi!
Well..if the servers are talking to each other..the version should be the same. it's no big deal to have two different nameservers from two different services. Something like:

ns1.yourdomain.com>server 1
ns2.yourdomain.com>server 2
ns3.yourdomain.com>server 3

and so on.

The zone record should be exactly the same no matter how many you have..no matter where they are.

If they're not..I don't think it means the end of the world, though.

Bryon

__________________
Bryon L Harvey
Soil Relocation Engineer

Reply With Quote
  #9  
Old 09-02-2007, 05:19 PM
WebPerfection WebPerfection is offline
Junior Guru Wannabe
 
Join Date: Aug 2007
Posts: 36
Well I've just installed ubuntu, apache, mysql and php on my home computer (a bit of practice before I get the VPS tomorrow!) and everything went smoothly. I then used the namecheap DNS servers as shown in the screen shot above and everything works without any problems.

Namecheap seem to have 4 nameservers, which I assume will be geographically diverse considering the size of the company, so hopefully that will provide all the redundancy I need for my little projects

Reply With Quote
  #10  
Old 09-02-2007, 05:32 PM
foobic foobic is online now
Community Liaison 2.0
 
Join Date: Feb 2005
Location: Australia
Posts: 5,112
The only limitation with using external dns is that you have to update the server and the dns separately each time you add a domain or subdomain, whereas with a control panel and your own nameserver both would be done automatically. But if it's just for your own domains and you don't often add new subdomains you should have no problems.

__________________
Chris

"Learn from the mistakes of others. You can never live long enough to make them all yourself." - Groucho Marx

Reply With Quote
  #11  
Old 09-03-2007, 12:55 AM
david510 david510 is offline
Web Hosting Master
 
Join Date: Oct 2004
Location: Kerala, India
Posts: 4,617
You can install BIND and write a small script to update the or add zone file to the configuration. It is possible.

__________________
David | www.cliffsupport.com
Affordable Server Management Solutions sales AT cliffsupport DOT com
iWebManager | Access WHM from iPhone and Android

Reply With Quote
  #12  
Old 09-03-2007, 01:12 AM
tsj5j tsj5j is offline
WebHosting Master
 
Join Date: Dec 2006
Posts: 4,075
Quote:
Originally Posted by foobic View Post
The only limitation with using external dns is that you have to update the server and the dns separately each time you add a domain or subdomain, whereas with a control panel and your own nameserver both would be done automatically. But if it's just for your own domains and you don't often add new subdomains you should have no problems.
There are those that support external AXFR zone transfer that syncs zones.

Eg. http://www.editdns.net

http://en.wikipedia.org/wiki/DNS_zone_transfer

Quote:
DNS zone transfer, also sometimes known by its (commonest) opcode mnemonic AXFR, is a type of DNS transaction. It is one of the many mechanisms available for administrators to employ for replicating the databases containing the DNS data across a set of DNS servers.

Reply With Quote
  #13  
Old 09-03-2007, 01:25 AM
foobic foobic is online now
Community Liaison 2.0
 
Join Date: Feb 2005
Location: Australia
Posts: 5,112
Yes, of course the OP can install bind and run the external nameservers as slaves, but he prefers not to do this:
Quote:
Originally Posted by WebPerfection View Post
1. Set up BIND on my VPS... this doesn't look like much fun and offers no redundancy. I'd prefer not to do this.

__________________
Chris

"Learn from the mistakes of others. You can never live long enough to make them all yourself." - Groucho Marx

Reply With Quote
  #14  
Old 09-03-2007, 09:33 AM
Maynard Maynard is offline
WHT Addict
 
Join Date: Oct 2001
Posts: 133
Quote:
Originally Posted by bryonhost1 View Post
Hi!
You may not want to consider the BIND option for another reason: It is near to impossible creating the proper zone files from scratch.
...
I would consider myself a BIND expert..so..go from there.
Bryon
Well, it's easy to see the internal conflict and mutual-exclusivity of these two statements.

Creating zone files may have been difficult for you, but many of us have been doing so successfully even way before we became anything near experts.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
50dc5dbc-8dc0-461d-9a78-156b45a799de Listing 2013-03-05 18:24:38
50a3e252-322c-48dd-901c-6f4545a799a0 Listing 2013-03-05 18:23:23
Web Hosting Provider Host Cats Launches Dedicated Servers in India Web Hosting News 2012-08-24 16:10:39
Web Host MTL Servers Launches Shared Cloud Hosting, Cloud Servers Web Hosting News 2012-07-12 14:39:19
Web Host QualiSpace Launches Managed Servers Web Hosting News 2011-10-14 17:07:58


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?