Results 1 to 10 of 10
Hi,
I want to know whether DNS configured or not in the REDHAT LINUX Server...How to find this out ?
Can anybody help me with the commands...Please ?
Regards,
Aparna....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-23-2013 #1Linux Newbie
- Join Date
- May 2012
- Posts
- 110
DNS configuration ...How to know ?
Hi,
I want to know whether DNS configured or not in the REDHAT LINUX Server...How to find this out ?
Can anybody help me with the commands...Please ?
Regards,
Aparna.
- 01-23-2013 #2Just Joined!
- Join Date
- Oct 2008
- Posts
- 4
Check whether named is installed or not
for rpm installation rpm -q bind or rpm -qa |grep bind
for tar installation just search for named find / -name named
Check named.conf for configuration.
- 01-23-2013 #3
The easiest way to find out would be to go to the server itself and set its DNS to 127.0.0.1 in /etc/resolv.conf
and then perform an nslookupCode:krendoshazin@webserver:~$ cat /etc/resolv.conf domain corp.enterprise.local nameserver 127.0.0.1
If you have records for a URL stored in DNS, then you'll also be able to query those and get a result.Code:krendoshazin@webserver:~$ nslookup www.amazon.co.uk Server: 127.0.0.1 Address: 127.0.0.1#53 Non-authoritative answer: Name: www.amazon.co.uk Address: 178.236.7.220
Great GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages
- 01-23-2013 #4Banned
- Join Date
- Jan 2013
- Posts
- 7
If you're an administrator who doesnt know how to check running services, you're in trouble And why can't you look up a command on your own instaed of having others spoon feed it to you?
try chkconfig and look for named or bind, or try running the init script from /etc/init.d for that serviec as /etc/init.d/named status.
- 01-24-2013 #5
Now now, calm down. No need to go chastising people for your own enjoyment. A saying I like goes like this: If you have nothing nice to say, don't say anything at all. I realize you may be tired of having to explain things to people but that's what this forum is all about. It's up to you to use patience if you choose to respond.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 01-24-2013 #6Banned
- Join Date
- Jan 2013
- Posts
- 7
- 01-24-2013 #7
This is the 5th topic of his that you've replied to, in fact those are the only topics that you have replied to. It seems to me like you have a personal vendetta against this user. If you continue with this treatment then you'll very likely be heading towards a ban as this is very much starting to look like harassment.
Great GNU/Linux references and resources:
The Linux Documentation Project
Rute User's Tutorial and Exposition
GNU/Linux Man Pages
- 01-24-2013 #8
I'll agree with that statement. Helpful sarcasm is one thing. Pointing out and criticizing a lack of knowledge/experience is totally uncalled for on this forum.
redhat70, have you looked into the suggestions from Post #3?Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 01-26-2013 #9Banned
- Join Date
- Jan 2013
- Posts
- 7
Lack of knowledge and experience is one thing...asking a question because you're stuck and can't figure out how to proceed is when you need help
not bothering to even try to get an answer on your own or show any effort is something differentPost 3 is one way of doing it but not the easiest wouldnt the easiest way be to just check the service and see if its running, instead of edting conf files?redhat70, have you looked into the suggestions from Post #3?
- 01-26-2013 #10I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.


2Likes
Reply With Quote

