Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 25, 2024, 06:38:21 AM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
BIND RPM FOR RHEL3
« previous
next »
Print
Pages: [
1
]
Author
Topic: BIND RPM FOR RHEL3 (Read 6156 times)
vlinux1
Linux Learner
Posts: 118
BIND RPM FOR RHEL3
«
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
Logged
aktiwari4u
LST CareTaker
Crescent
Posts: 161
BIND RPM FOR RHEL3
«
Reply #1 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/
Logged
vlinux1
Linux Learner
Posts: 118
BIND RPM FOR RHEL3
«
Reply #2 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
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
BIND RPM FOR RHEL3
«
Reply #3 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.
Logged
gauravbajaj
LST CareTaker
Experienced
Posts: 658
BIND RPM FOR RHEL3
«
Reply #4 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
Logged
vlinux1
Linux Learner
Posts: 118
BIND RPM FOR RHEL3
«
Reply #5 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
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
Linux Servers Support
»
BIND RPM FOR RHEL3