LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-17-2004, 06:15 AM   #1
Ammad
Member
 
Registered: Apr 2004
Distribution: redhat 9.0, fc4, redhat as 4
Posts: 522

Rep: Reputation: 31
Dns


i want to know how to configure DNS like i configure it in windows. when i create "." and its subdomain "com" and its subdomain "acme" and forward zone name "acme.com", and we can delegate zone to other dns server like acme.org in windows 2000 DNS, is it possible in linux, if any one know please help me, thnx in advance to all. i am using redhat 9.0
 
Old 09-17-2004, 06:30 AM   #2
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
Please read this article in the Tutorial section.
http://www.linuxquestions.org/questi...ticle&artid=26
 
Old 09-17-2004, 07:02 AM   #3
Ammad
Member
 
Registered: Apr 2004
Distribution: redhat 9.0, fc4, redhat as 4
Posts: 522

Original Poster
Rep: Reputation: 31
again

i know all theory of dns bu i want configuration,
 
Old 09-17-2004, 07:44 AM   #4
scowles
Member
 
Registered: Sep 2004
Location: Texas, USA
Distribution: Fedora
Posts: 620

Rep: Reputation: 31
Quote:
i want to know how to configure DNS like i configure it in windows.
Groan! FWIW: There are web based modules (webmin) available that allow an admin to configiure various applications under linux, but they typically don't include all the feature sets available.

Quote:
when i create "." and its subdomain "com" and its subdomain "acme" and forward zone name "acme.com", and we can delegate zone to other dns server like acme.org in windows 2000 DNS, is it possible in linux, if any one know please help me, thnx in advance to all. i am using redhat 9.0
The following is how I forward queries for a domain name/zone using bind.

// Load the acme.com zone
zone "acme.com" in {
type forward; // Zone is forwarding
forward only; // Queries will forward only
forwarders { 192.168.8.2; }; // Where to forward queries
};

For future reference, please see: man named.conf
 
  


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
dns client cannot resolve on dns server jtvillegas Linux - Software 3 03-12-2016 03:30 PM
Do I leave primary and seconday DNS blank for a DNS Server? imsam Linux - Networking 3 10-25-2004 01:48 PM
lame dns servers etc and general dns issues suse_linux9.1 Linux - Networking 3 06-01-2004 01:50 PM
DNS still slow after installing caching DNS mooreted Linux - Networking 16 01-01-2004 12:18 AM
need help to set up caching only dns server to with bogus DNS entries ullas Linux - Networking 1 10-28-2003 01:54 PM

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

All times are GMT -5. The time now is 04:24 AM.

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