LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-25-2011, 11:36 AM   #1
parkarnoor
Member
 
Registered: Apr 2010
Posts: 54

Rep: Reputation: 1
DNS server


Hi all,

i have ADSL router provied by ISP and have internet connection. DHCP is configured on that and is providing ip address to three machines in my home network.

i configured one machine named server.example.com as master DNS server.

i able to start named service. now on the linux client what settings i need to configure.

i set /etc/resolve to 192.168.1.4 which is above master DNS server. but i am receiving ip from adsl router which is overwriting /etc/resolve and setting its own ip which is 192.168.1.1. how will i test DNS client with DNS master server.

since i created DNS server on my local network. i am also trying dig server.example.com. but no response. i think because of adsl router. i need to do some settings.

kindly suggest. if modification is required on router also or not.

thanks

parkar
UAE
 
Old 02-25-2011, 11:54 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Before I go answering your actual questions, can I ask why you are trying to set up a DNS server on your internal network, when you specifically stated that you already have an ISP? With only three computers, you do not need your own DNS service on your network, you can use your router specifically just for that. Your DHCP server, aka your router, will handle that information through your ISP.
 
Old 02-25-2011, 12:12 PM   #3
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
There are two practical reasons I can think of why one would want to do this: 1 - so that you can communicate between the machines using names rather than IP addresses, and 2- if your ISP's DNS servers fail a lot, which at least used to be common, you can have your own backup name server.

I personally like this set of how-to documents for this kind of activity. There are about 3 tutorials in the set. I have my LAN configured with two servers performing primary and backup DHCP and DNS. I can resolve machine names on my internal and external domains. I also host my own domain (public) DNS servers, which made adding things like SPF and DKIM records easier. It really is not a difficult task, is fun to setup, and being able to resolve all the LAN machines by forward and reverse lookup is in my opinion 'cool'. Granted when I first set it up, there was little practical need, but as things expanded, I am glad that I have my own DNS servers.
 
Old 02-25-2011, 12:15 PM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by Noway2 View Post
There are two practical reasons I can think of why one would want to do this: 1 - so that you can communicate between the machines using names rather than IP addresses, and 2- if your ISP's DNS servers fail a lot, which at least used to be common, you can have your own backup name server.

I personally like this set of how-to documents for this kind of activity. There are about 3 tutorials in the set. I have my LAN configured with two servers performing primary and backup DHCP and DNS. I can resolve machine names on my internal and external domains. I also host my own domain (public) DNS servers, which made adding things like SPF and DKIM records easier. It really is not a difficult task, is fun to setup, and being able to resolve all the LAN machines by forward and reverse lookup is in my opinion 'cool'. Granted when I first set it up, there was little practical need, but as things expanded, I am glad that I have my own DNS servers.
Ok, so I see your point as far as experimenting and learning. Yes, that is true. But there are also alternatives out there, such as OpenDNS - http://www.opendns.com/
 
Old 02-25-2011, 01:24 PM   #5
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by Noway2 View Post
There are two practical reasons I can think of why one would want to do this: 1 - so that you can communicate between the machines using names rather than IP addresses,
Hi,

A lot easier to set up with the /etc/hosts file in my humble opinion :-) Just pointing out the obvious.

Kind regards,

Eric
 
1 members found this post helpful.
Old 02-25-2011, 01:26 PM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by EricTRA View Post
Hi,

A lot easier to set up with the /etc/hosts file in my humble opinion :-) Just pointing out the obvious.

Kind regards,

Eric
Thought about that before, just didn't say anything because I was trying to go with what the OP wanted to do
 
Old 02-25-2011, 02:54 PM   #7
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by corp769 View Post
Before I go answering your actual questions, can I ask why you are trying to set up a DNS server on your internal network, when you specifically stated that you already have an ISP? With only three computers, you do not need your own DNS service on your network, you can use your router specifically just for that. Your DHCP server, aka your router, will handle that information through your ISP.
It can also give you faster DNS inquiries if your isp has a high load on thier dns servers.

I think there is a way you can configure your dhcp server to not pull dns servers with a option but I would have to look it up. But quick solution have your system pull an IP that is outside your routers IP pool and just configure you DNS server in.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to configure another dns server to combine use with primary current dns server. hocheetiong Linux - Newbie 1 05-29-2008 06:57 PM
LXer: Find out DNS Server Version With DNS Server Fingerprinting Tool LXer Syndicated Linux News 0 12-21-2007 05:30 PM
LXer: Find out DNS Server Version With DNS Server Fingeprinting Tool LXer Syndicated Linux News 0 12-21-2007 04:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration