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
		
			
			- 
				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
- 
				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/
- 
				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
- 
				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
 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.
- 
				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
- 
				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