LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-24-2007, 04:54 AM   #1
thomaspsimon
LQ Newbie
 
Registered: Jun 2007
Posts: 25

Rep: Reputation: 15
Bind Logs


Hi !

I have new FC7 installed server running as my web and email server.After configuring bind i was surprised to see the logs of it as follows :

Jun 24 11:49:40 server named[4245]: starting BIND 9.4.1 -u named -t /var/named/chroot
Jun 24 11:49:40 server named[4245]: found 2 CPUs, using 2 worker threads
Jun 24 11:49:40 server named[4245]: loading configuration from '/etc/named.conf'
Jun 24 11:49:40 server named[4245]: listening on IPv4 interface lo, 127.0.0.1#53
Jun 24 11:49:40 server named[4245]: listening on IPv4 interface eth0, 10.4.0.16#53
Jun 24 11:49:40 server named[4245]: listening on IPv4 interface eth1, 192.168.0.16#53
Jun 24 11:49:40 server named[4245]: automatic empty zone: 127.IN-ADDR.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: 254.169.IN-ADDR.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: 2.0.192.IN-ADDR.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: D.F.IP6.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: 8.E.F.IP6.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: 9.E.F.IP6.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: A.E.F.IP6.ARPA
Jun 24 11:49:40 server named[4245]: automatic empty zone: B.E.F.IP6.ARPA
Jun 24 11:49:40 server named[4245]: command channel listening on 127.0.0.1#953
Jun 24 11:49:40 server named[4245]: running


My named.conf os as follows,

options
{
query-source port 53;

directory "/var/named"; // the default
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
memstatistics-file "data/named_mem_stats.txt";

};

controls
{
inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndckey"; };
};

logging
{
channel default_debug
{
file "data/named.run";
};
channel update_debug
{
file "data/update-debug.log";
severity debug 3;
print-category yes;
print-severity yes;
print-time yes;
};
channel security_info
{
file "data/named-auth.info";
severity info;
print-category yes;
print-severity yes;
print-time yes;
};

category update { update_debug; };
category security { security_info; };

};
// view "internal"
//{
// match-clients { localhost; 10.0.0.0/8; };
/// match-destinations { localhost; 10.0.0.0/8; };
// recursion yes;
// notify yes;
// include "/etc/named.bionline.zones";
//};

include "/etc/rndc.key";

key biwebmail
{
algorithm hmac-md5;
secret "my --key--";
};


Can anyone please tell me why the log shows empty zones related to IPv6 and all when no zones are defined in named.conf.From where all these information comes ?

Note : View section is commented just for testing purpose.
 
Old 06-24-2007, 06:21 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well it says in the log that it's an automatic default... is something actually wrong?
 
Old 06-24-2007, 06:33 AM   #3
thomaspsimon
LQ Newbie
 
Registered: Jun 2007
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by acid_kewpie
well it says in the log that it's an automatic default... is something actually wrong?

Thanks Chris!

Though nothing is wrong i want to remove configuration related to IPv6 from my DNS server since i am not using any v6 IP numbers.
 
Old 06-24-2007, 06:34 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i assume that RFC's and other standard dictate that they must be there for a tefchnically correctly dns server. you have no obligation to utilize them at all.
 
Old 06-24-2007, 06:39 AM   #5
thomaspsimon
LQ Newbie
 
Registered: Jun 2007
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by acid_kewpie
i assume that RFC's and other standard dictate that they must be there for a tefchnically correctly dns server. you have no obligation to utilize them at all.
Ok Thanks Chris.
 
  


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
Firewall logs in logs and terminal... robbow52 Debian 7 11-20-2004 07:13 PM
Firefox logs user out? Where are error logs? case1984 Linux - General 0 10-09-2004 02:22 PM
Separate firewall logs and general logs dominant Linux - General 3 04-20-2004 01:26 AM
Apache logs - ???Linux logs??? mylo2003 Linux - General 3 08-07-2003 04:49 PM
BIND Error Logs MikeeX Slackware 1 08-03-2003 07:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:48 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