DNS resolvers setup/installation ?

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat DNS resolvers setup/installation ?
# 1  
Old 09-15-2009
Question DNS resolvers setup/installation ?

Hi all !

A basic but a tricky question though [atleast for me Image]

Ok, here it goes, we all use DNS resolvers on our servers, local machine, etc. They are necessary for resolving the domain names, etc.

OpenDNS is one of the free DNS resolver providers, I use it as for now.

Well, what I want is, to have my own DNS resolvers. ie: I don't want to use my ISPs or any other DNS providers' resolvers, but mine. Such that I can put them in the DNS settings [/etc/resolv.conf] & use them directly.

Can someone please guide me through the exact process required into this? Also, what sort of hardware is required into such a setup?

Any help/assistance would be much appreciated. Thank you,
# 2  
Old 09-16-2009
You are confusing 2 different parts of the system. The resolver is the local part (the DNS client), which tries different ways to resolve an human memorable name to an IP address. One of these ways is to ask a DNS server, like OpenDNS or an locally installed DNS server (which itself acts like a resolver if it doesn't know the mapping already).

To run your own DNS server, you'll (primarily) need 2 things: a server machine that has a public IP, and the DNS server software (eg. BIND), the latter of which has to be configured properly.

Thing is, if you run your own DNS server, it'll still have to ask other servers for mappings it doesn't know (either because it's never heard of it before, or because the caching time expired).
# 3  
Old 09-17-2009
Bug

Quote:
Originally Posted by pludi
You are confusing 2 different parts of the system. The resolver is the local part (the DNS client), which tries different ways to resolve an human memorable name to an IP address. One of these ways is to ask a DNS server, like OpenDNS or an locally installed DNS server (which itself acts like a resolver if it doesn't know the mapping already).

To run your own DNS server, you'll (primarily) need 2 things: a server machine that has a public IP, and the DNS server software (eg. BIND), the latter of which has to be configured properly.

Thing is, if you run your own DNS server, it'll still have to ask other servers for mappings it doesn't know (either because it's never heard of it before, or because the caching time expired).
Thank you for your help & information. I'm getting closer to my goal now Smilie The last para mentions that the DNS server needs to have caching enabled. I've installed djbdns now & have enabled the caching name servers as well. Anything more I can do further? Thank for you for any information you can give Smilie Cheers !
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

DNS question about initial Master/Slave setup

Hey everyone. I'm creating a DNS master/slave server set up. I have the configurations all done I believe, the master has the required zone file, and the named.conf file has the allow transfer and allow query stuff set. The slave has it's own configs set. My question is that when initially... (1 Reply)
Discussion started by: Lost in Cyberia
1 Replies

2. Red Hat

DNS Server Setup Centos 6.5 Issues

I am having a bit of trouble getting my CENTOS 6.5 DNS server to work correctly in our testlab environment. Lab network is 10.8.0.0/24 in which we all access from 10.7.0.0.0/24 && 10.0.0.0/24. Here are my configs: options { listen-on port 53 { 127.0.0.1; 10.8.0.19;}; #listen-on-v6 port 53 {... (2 Replies)
Discussion started by: metallica1973
2 Replies

3. IP Networking

How to DNS Setup ??

Dear All, I need to setup DNS just for the local network. So, I created a master zone with all the settings. I created A records and NS records. Applied new configurations and Stopped Bind9 and then restarted it. But when I enter the domain name in the browser of another client machine it... (9 Replies)
Discussion started by: krishna.lu
9 Replies

4. UNIX for Advanced & Expert Users

dnsmasq for dhcp to setup dns

Is dnsmasq important for dhcp to setup dns? (3 Replies)
Discussion started by: cokedude
3 Replies

5. Solaris

DNS Server setup

I am trying to setup DNS server in Solaris 10. I have two blade 1500 system and want to setup two name server I would like to start setting up DNS. appreciate your help. (1 Reply)
Discussion started by: mnathan
1 Replies

6. AIX

Setup DNS server on AIX6.1

I'm planning of setting up a DNS server on AIX 6.1. Could someone shed me some lights on the step-by-steps of how to set this up? Thanks. (2 Replies)
Discussion started by: famasutika
2 Replies

7. UNIX for Dummies Questions & Answers

[Help] Setup slave dns server

Hi all. I need to configure a secondary dns server to get the zones that are in the primary server. How can I do this? It's possible to make to sync automatically? What configuration I ahve to do? And in which files? Thanks in advance. If anyone could give me examples or a tutorial, that... (4 Replies)
Discussion started by: kouh
4 Replies

8. IP Networking

DNS setup

Hi all, would anyone knows how to set up a non- interneted primary DNS server ne? I would like to have a step by step procedure to do so my system is a Solaris 9 standard build thanks (1 Reply)
Discussion started by: stancwong
1 Replies

9. IP Networking

dns setup

ok, i've seen a thread similar to this going, but it just seemed to die before any answer surfaced, so -- here i go. got a sparc 4 running solaris 8 and i'm trying to get my tcp/ip connectivity going. everything is cool so far, i can hit sites via IP addresses -- but can't resolve any domain... (5 Replies)
Discussion started by: aenemated
5 Replies
Login or Register to Ask a Question