Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: vlinux1 on June 23, 2006, 02:16:17 PM

Title: BIND RPM FOR RHEL3
Post by: vlinux1 on June 23, 2006, 02:16:17 PM
Hello Alll,

I  installed RHEL 3 on my comp  now i want to configure DNS but  there is no BIND rpm in my CD. please tell me where i can get bind rpm.

Thanks in advance,

Vijay
Title: BIND RPM FOR RHEL3
Post by: aktiwari4u on June 27, 2006, 11:55:05 AM
there are number of places from where u can get bind package
here i am specifing few of them

Download [ 9.2.5 ] :   ftp://ftp.isc.org/isc/bind9/9.2.4/bind-9.2.5.tar.gz
Download [ 9.3.1 ] :   ftp://ftp.isc.org/isc/bind9/9.3.0/bind-9.3.1.tar.gz
Alternate Download :   ftp://ftp.isc.org/isc/bind9/
Title: BIND RPM FOR RHEL3
Post by: vlinux1 on June 30, 2006, 01:33:26 PM
Hello

Thanks for your reply. I extract that tar. i ran all the scripts ./configure,make.make install but still i am not getting named.conf file.
i searched  through find command also but i did not get any named.conf file.

please help me  you know any thing about this and tell me step by step.

I  used  following commands

# tar -xvf bind.tar
#cd /bind/
bind# ./configure
bind# make
bind# make install

I did not get any error


Please help me about this.


Thanks in Advance
Vijay
Title: BIND RPM FOR RHEL3
Post by: Ricky on July 01, 2006, 06:35:48 AM
You may want to see included readme or INSTALL sort file in the package.
If are not created then you can create youserlf and configure it.
You can check if bind is there on your system then
try
Code: [Select]

rpm -qa | grep -i bind
rpm -qa | grep -i caching

If you get 2-3 line answer for each command then its there and you can safely create config files manually. And if you single or nothing then you need to reinstall. This time you may try rpm files.
Title: BIND RPM FOR RHEL3
Post by: gauravbajaj on July 01, 2006, 01:27:45 PM
Sorry I was busy in my Project..thats why login to this form after  no. of days

yeah...Ricky is Right....It might be possible that named.conf file was not created during installation....

You can manually create it...and after that just follow the steps written by Ricky

Gaurav
Title: BIND RPM FOR RHEL3
Post by: vlinux1 on July 03, 2006, 03:28:03 PM
Hello all,


Thanks for your reply Ricky & Gaurav. I tried all the commands i reinstalled the package but
still not able to configure DNS on my RHEL (WS3). I think RHEL is not having bind package bydefault. I installed through tar but i am not getting named.conf file. Please reply me.

Thanks in Advance

Vijay