LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-01-2008, 10:50 PM   #1
ratcateme
Member
 
Registered: Feb 2008
Distribution: CentOS 5.4
Posts: 59

Rep: Reputation: 15
CentOS 5.1 Bind config


I have Centos 5.1 Server CLI edition i am trying to configure BIND to service a small network directing to 4 web servers that are not online.
i have read some stuff on google but i am totaly confused.
i think i need to edit /etc/named.conf but i dont understand it

Thanks Scott.
 
Old 02-01-2008, 11:06 PM   #2
waelaltaqi
Member
 
Registered: Sep 2005
Location: USA, TN
Distribution: CentOS & Ubuntu for Desktop
Posts: 454

Rep: Reputation: 31
you need to verify if bind is installed on the server (assuming that the service was installed binary):

Code:
rpm -qa | grep bind
this command will tell you if bind packages were installed or not. If you didn't get any output from the command above then you most likely don't have it installed unless somebody compiled it from source

If you don't have bind installed please apply the following to install:

Code:
yum install bind bind-util bind-devel caching-nameserver
I'm not sure how familiar you are with CentOS but 'yum' is a utility that downloads and installs packages from trusted repositories. Through the installation process it checks on all dependencies and installs them as well.
you need to do some reading on how to configure your domain and the config file for bind is /etc/named.conf. please read through the following link http://www.xenocafe.com/tutorials/dn...dhat-part3.php. This will give you an example on how to setup bind. There are many other good examples on the web so GOOGLE IT.

after you configure BIND , you will need to start the service:
Code:
 /etc/init.d/named start
you will also need to make BIND start everytime you OS boots.
Code:
chkconfig --level 3 on
that will turn the service on runlevel 3 (that's what you called CLI mode)

Last edited by waelaltaqi; 02-01-2008 at 11:11 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
centos 4.4 and bind named performance issues kbensch Linux - Networking 3 01-09-2007 11:31 PM
Samba config on CentOS 4.3 Yig Linux - Networking 3 06-06-2006 01:00 PM
system-config-bind ziz300 Linux - Networking 1 05-26-2006 06:48 AM
Bind config tool serverjunkie Linux - Software 0 01-18-2006 05:47 AM
centos 4 & bind Tony.Reid Linux - Enterprise 2 05-29-2005 05:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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