Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 23-04-2008, 12:09 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2007
Posts: 9
Question PLZ Give all step to Configure DNS in redhat ent server 5


PLZ give me all step to install

DNS in redhat Ent. server 5

I has installed DNS in version 4 but can't in version 5

PLZ help.
sagar_1star is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 23-04-2008, 12:58 PM   #2 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

Its a long procedure! If u want DNS server just for ur local machine, then start the 'named' service and set 127.0.0.1 in ur "resolv.conf" file, else post the output of "named.local" inside the directory "/var/named/chroot/var/named/".
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 23-04-2008, 10:15 PM   #3 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

I am confused

You want to run a DNS server or setting up local DNS resolving for browsing wsites, etc. ?
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 23-04-2008, 10:52 PM   #4 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

Huh, good point! Guess I read between the lines.....must have scared the poor fellow by saying carelessly "its a long procedure".
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 23-04-2008, 11:02 PM   #5 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

Quote:
Originally Posted by mediator View Post
Huh, good point! Guess I read between the lines.....must have scared the poor fellow by saying carelessly "its a long procedure".
I came into this confusion coz in most cases the network is configured for DHCP which obtains DNS information and puts it in /etc/resolv.conf automatically.

Either he has a static configuration for the network or he means a DNS server.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 25-04-2008, 12:35 PM   #6 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2007
Posts: 9
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

Hi friend my point is i succesfully configured dns server in redhat ent. server 4 BUT Same step for configured dns server in redhat ent. server 5 i can't perform b'cause

1. file location changes
2. Link location changes
3.named.conf file locations changes.


so please any 1 is a good in linux & any 1 can had configured DNS server in redhat ent.server 5
PLZ send me all steps to performed.


Thank you.
sagar_1star is offline  
Old 25-04-2008, 01:08 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

Use system-config-bind
What exactly do you want to configure in DNS? There's lots of configuration that can be done.
And why are you using RHEL?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 25-04-2008, 01:32 PM   #8 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

Quote:
Originally Posted by sagar_1star View Post
Hi friend my point is i succesfully configured dns server in redhat ent. server 4 BUT Same step for configured dns server in redhat ent. server 5 i can't perform b'cause

1. file location changes
2. Link location changes
3.named.conf file locations changes.


so please any 1 is a good in linux & any 1 can had configured DNS server in redhat ent.server 5
PLZ send me all steps to performed.


Thank you.
I did not understand what u meant by "changes". Neways, post the output of files I asked.
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 26-04-2008, 09:01 PM   #9 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

Simple thing to find out the files -

Code:
# find / -name *named*
paste the output here
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 28-04-2008, 09:55 AM   #10 (permalink)
Right Off the Assembly Line
 
Join Date: Jan 2007
Posts: 9
Unhappy Re: PLZ Give all step to Configure DNS in redhat ent server 5

I know u all are trying to help me but I am learning in system administration over redhat ent server 5.

For above all your post i think my answer only give who are either handel redhat server or use redhat 5.
sagar_1star is offline  
Old 28-04-2008, 11:04 AM   #11 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

First of all why are you using RHEL and do you have a legal copy of it?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 28-04-2008, 03:21 PM   #12 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

Quote:
Originally Posted by mehulved View Post
First of all why are you using RHEL and do you have a legal copy of it?
Why you *demand* things all the time??? A nicer tone would be much appreciable.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 04-05-2008, 03:50 PM   #13 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: PLZ Give all step to Configure DNS in redhat ent server 5

Quote:
Originally Posted by mehulved View Post
First of all why are you using RHEL and do you have a legal copy of it?
He says, he is learning sysadmin in RHEL5, well I am also into the same course - RH033. Do you know every RedHat student gets a legal copy of latest RHEL (currently RHEL5).
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HOW Can i mount Windows ntfs partision in redhat ent server 5 sagar_1star Open Source 1 23-04-2008 01:02 PM
Advanced C Tutorial (UNIX). All about the real power of C, supplied step by step timemachine Programming 8 06-10-2007 01:37 PM
how to encode with Divx and other codecs(step by step) raghug QnA (read only) 6 23-05-2005 06:22 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 01:17 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2