LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-02-2009, 11:29 AM   #1
JRink
LQ Newbie
 
Registered: Dec 2006
Posts: 27

Rep: Reputation: 15
where is the DNS GUI program?


Sorry for the dumb question.

I installed CentOS5.

When I go to Application|Add/Remove Software|Servers, DNS Name Server is already selected in the list to the right. However, I am not sure where to find the DNS GUI program so I can start editting the DNS server accordingly?


Where is it located? Thanks.
 
Old 06-02-2009, 12:03 PM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
I don't use Centos but I think you may be confused between Software servers (also known as "Repositories") and a Domain Name Server (DNS)

You DNS servers ( that resolve google.com or linuxquestions.org to an IP address ) are listed in the file /etc/resolv.conf. If you can surf the web, they are working.

Available Repositories for CentOS -> http://wiki.centos.org/AdditionalRes...t=Repositories
Edit: And you should read this too:
http://wiki.centos.org/HowTos#head-7...7716f4f771a436

Last edited by tredegar; 06-02-2009 at 12:16 PM.
 
Old 06-02-2009, 12:11 PM   #3
JRink
LQ Newbie
 
Registered: Dec 2006
Posts: 27

Original Poster
Rep: Reputation: 15
Maybe I did not explain well enough.

I am trying to setup my CentOS box as a DNS Server for DNS Clients. I need to configure the DNS Server side of things, but am unable to find a GUI program to do this and I thought there was one?
 
Old 06-02-2009, 12:18 PM   #4
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Try..

Code:
root@host# system-config-bind
You may need to install it...

-C
 
Old 06-02-2009, 12:24 PM   #5
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I am trying to setup my CentOS box as a DNS Server ... but am unable to find a GUI program to do this
If there is one, I am not aware of it. Try this for a manual setup:
http://www.redhat.com/magazine/025nov06/features/dns/
 
Old 06-02-2009, 12:36 PM   #6
JRink
LQ Newbie
 
Registered: Dec 2006
Posts: 27

Original Poster
Rep: Reputation: 15
system-config-bind results in bash: system-config-find command not found

i have started trying to create my own my own named.conf and my.dns.zone.zone file, but when i issue a "service named start" command it errors out. I'm guessing my .conf or .zone file is wrong. No idea.
 
Old 06-02-2009, 12:47 PM   #7
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by JRink View Post
system-config-bind results in bash: system-config-find command not found

i have started trying to create my own my own named.conf and my.dns.zone.zone file, but when i issue a "service named start" command it errors out. I'm guessing my .conf or .zone file is wrong. No idea.
you have to install it...

Code:
yum -y install system-config-bind
-C
 
Old 06-02-2009, 01:04 PM   #8
JRink
LQ Newbie
 
Registered: Dec 2006
Posts: 27

Original Poster
Rep: Reputation: 15
Thanks, I installed it. When I run it, I get a ...

Zone File Initialization Error:
Zone .
file /var/named/chroot/var/named/named.ca
load error:
ERROR: Zone . file /var/named/chroot/var/named/named/ca does not exist.

Click OK.

I checked, and that file does not exist. However, the instructions I followed at http://www.wains.be/index.php/2007/1...dns-with-bind/ never told me to create a named.ca file??

Any idea? Thanks.
 
Old 06-02-2009, 02:11 PM   #9
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by JRink View Post
Thanks, I installed it. When I run it, I get a ...

Zone File Initialization Error:
Zone .
file /var/named/chroot/var/named/named.ca
load error:
ERROR: Zone . file /var/named/chroot/var/named/named/ca does not exist.

Click OK.

I checked, and that file does not exist. However, the instructions I followed at http://www.wains.be/index.php/2007/1...dns-with-bind/ never told me to create a named.ca file??

Any idea? Thanks.
This is what I did...

Code:
root@host# cp /usr/share/doc/bind-*/sample/var/named/named.root /var/named/chroot/var/named/named.ca

Or better yet...get it "straight from the horses mouth"

Code:
root@host# cd /var/named/chroot/var/named/
root@host# wget http://internic.net/domain/named.root -O named.ca
root@host# chown root:named named.ca
Then run the GUI tool again...

Last edited by custangro; 06-02-2009 at 02:18 PM.
 
Old 06-03-2009, 01:55 PM   #10
JRink
LQ Newbie
 
Registered: Dec 2006
Posts: 27

Original Poster
Rep: Reputation: 15
Once I had a named.ca file, the named service started up properly and the gui program also worked. Thanks.
 
  


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
first GUI program tamilm Linux - Newbie 1 07-01-2008 05:54 AM
gui dns problem priyank123 Linux - Software 1 04-11-2008 05:11 PM
no DNS Set-up in Fedora GUI F8S Linux - Newbie 1 10-09-2006 04:42 AM
Tool for GUI DNS configuration sunlinux Linux - Networking 1 06-19-2006 03:12 AM
DNS gui tool emailssent Linux - Networking 2 09-13-2004 03:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:10 AM.

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