LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 12-18-2009, 05:36 AM   #1
forsanket
LQ Newbie
 
Registered: Dec 2009
Posts: 1

Rep: Reputation: 0
Question Dns server detail installation in rhel %


Hi.

Can someone please help me.

I need detail steps to configure DNS, Squid, and Yum on my RHEL5 Server.

Please provide the same.

Thanks in advance.

I know that i will get the answer......
 
Old 12-18-2009, 05:42 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello and welcome to LinuxQuestions,

You are asking a lot in one thread

Although LinuxQuestions is in my personal opinion all about helping out other Linux users, it is not a place to get step by step guides. You'll have to put in some work of your own and when encountering problems then I'm sure someone here can offer a solution.

Your first starting point and in my opinion a pretty good one is Google.

DNS
Squid
YUM

In the lists that gave those queries are some pretty easy to follow guides. Again, if you have problems following one of them, let us know.

Kind regards,

Eric
 
Old 12-21-2009, 06:59 AM   #3
mango_boy
LQ Newbie
 
Registered: Dec 2009
Posts: 3

Rep: Reputation: 0
Exclamation same problem

hi

i am having some problem.i have edited

in master node:
PHP Code:
/etc/named.conf
/etc/resolv.conf
/var/named/localhost.zone
/var/named/127.0.0.zone
/var/named/db.sayantan.chakraborty 
slave node:

PHP Code:
/etc/named.conf
/var/named/localhost.zone
/var/named/127.0.0.zone 
my dig results:

Code:
[root@rac-1 ~]# dig @192.168.1.2 rac-1.sayantan.chakraborty

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> @192.168.1.2 rac-1.sayantan.chakraborty
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 33193
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;rac-1.sayantan.chakraborty.    IN      A

;; AUTHORITY SECTION:
.                       8169    IN      SOA     A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2009122100 1800 900 604800 86400

;; Query time: 0 msec
;; SERVER: 192.168.1.2#53(192.168.1.2)
;; WHEN: Mon Dec 21 18:10:18 2009
;; MSG SIZE  rcvd: 119

[root@rac-1 ~]# dig @192.168.1.2 rac-2.sayantan.chakraborty

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> @192.168.1.2 rac-2.sayantan.chakraborty
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 65471
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;rac-2.sayantan.chakraborty.    IN      A

;; AUTHORITY SECTION:
.                       10800   IN      SOA     A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2009122100 1800 900 604800 86400

;; Query time: 303 msec
;; SERVER: 192.168.1.2#53(192.168.1.2)
;; WHEN: Mon Dec 21 18:10:41 2009
;; MSG SIZE  rcvd: 119

[root@rac-1 ~]# dig @192.168.1.2 rac-scan.sayantan.chakraborty

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> @192.168.1.2 rac-scan.sayantan.chakraborty
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 31764
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;rac-scan.sayantan.chakraborty. IN      A

;; AUTHORITY SECTION:
.                       10800   IN      SOA     a.root-servers.net. nstld.verisign-grs.com. 2009122100 1800 900 604800 86400

;; Query time: 2350 msec
;; SERVER: 192.168.1.2#53(192.168.1.2)
;; WHEN: Mon Dec 21 18:11:28 2009
;; MSG SIZE  rcvd: 122

[root@rac-1 ~]# dig @192.168.1.3 rac-scan.sayantan.chakraborty

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> @192.168.1.3 rac-scan.sayantan.chakraborty
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 56985
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;rac-scan.sayantan.chakraborty. IN      A

;; AUTHORITY SECTION:
.                       10800   IN      SOA     a.root-servers.net. nstld.verisign-grs.com. 2009122100 1800 900 604800 86400

;; Query time: 330 msec
;; SERVER: 192.168.1.3#53(192.168.1.3)
;; WHEN: Mon Dec 21 18:11:53 2009
;; MSG SIZE  rcvd: 122

[root@rac-1 ~]# dig @192.168.1.3 rac-1.sayantan.chakraborty

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5 <<>> @192.168.1.3 rac-1.sayantan.chakraborty
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 16601
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;rac-1.sayantan.chakraborty.    IN      A

;; AUTHORITY SECTION:
.                       10800   IN      SOA     A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2009122100 1800 900 604800 86400

;; Query time: 308 msec
;; SERVER: 192.168.1.3#53(192.168.1.3)
;; WHEN: Mon Dec 21 18:12:09 2009
;; MSG SIZE  rcvd: 119

[root@rac-1 ~]#
But when i tried to telnet:
PHP Code:
[root@rac-~]# telnet rac-2.sayantan.chakraborty
rac-2.sayantan.chakraborty/telnetName or service not known
[root@rac-~]# /etc/init.d/named restart
Stopping named:                                            [  OK  ]
Starting named:                                            [  OK  ]
[
root@rac-~]# telnet rac-2.sayantan.chakraborty
rac-2.sayantan.chakraborty/telnetName or service not known 
what to do?

regards

NB:- i would like to say OP to look around the tool:
Code:
[root@rac-1 ~]# system-config-bind &
and

http://blog.ronnyegner-consulting.de...1/#comment-576

Last edited by mango_boy; 12-21-2009 at 07:01 AM.
 
  


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
configuring dns server(bind-9) on RHEL 5 sarojkumar Linux - Enterprise 1 01-10-2008 09:21 PM
dns server setup help in RHEL 5 sarojkumar Linux - Enterprise 1 01-10-2008 03:19 AM
Setting up slave dns server in RHEL 4 AS spice_prash Linux - Server 1 01-29-2007 12:15 PM
RHEL WS as DNS Server dipuasks Linux - General 1 11-05-2006 11:09 AM
RHEL 3 - DNS Server Config - Help Required krishvij Linux - Newbie 3 02-27-2005 10:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 08:45 PM.

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