LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-03-2004, 05:55 PM   #1
cuco76
Member
 
Registered: Oct 2003
Location: Tucson
Distribution: Fedora, RHEL, Ubuntu
Posts: 225

Rep: Reputation: 31
Bind help


I am trying to setup a local dns server. I am running fedora and was going to use bind.

I need to set up a forwarder because all my clients will use this dns server only. I was wondering what needs to go into the named.conf or named .custom for this to work. I was using the redhat-dns-config but it doesn't support any advance options.

Iwould like the dns server to forward all dns queries, that are not locally set, to my cable providers dns addresses.

I think the syntx is something like this but i am not sure?

zone "home.cgl" forwarders {68.63.176.5;68.63.176.6}
type master;

If anyone is using this scenario and could paste their named.conf it would be greatly appreciated?

Thanks in advance!
 
Old 02-03-2004, 08:19 PM   #2
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
Code:
options {
  forwarders {
    dns_ip_1;
    dns_ip_2;
    etc;
  };
};

zone "." {
  type hint;
  file "path/file";
};

zone "mydomain.tld" {
  type master;
  file "path/file2";
};
That should get you started.
 
  


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
Need BIND help rjkfsm Linux - Networking 1 09-15-2005 11:09 AM
Bind 8 and Bind 9 sierra Linux - Networking 2 03-16-2005 11:15 AM
How do I revert to Bind 8 from Bind 9? digging4roots Linux - Newbie 3 06-08-2002 04:40 PM
To 'Bind' or not to 'Bind' that is the question jsurgeson Linux - Newbie 2 03-24-2002 03:10 AM
Bind c0c0deuz Linux - Networking 0 12-13-2001 05:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:40 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