Thread: dhcpd and dns
View Single Post
  #7   (View Single Post)  
Old 8th May 2009
sputnik sputnik is offline
Port Guard
 
Join Date: Mar 2009
Posts: 25
Default

I thought so, so i've started bind with default configuration adding only one line to named.conf
Code:
forwarders { dns.of.my.isp; };
and now it resolves hostnames, but syslog gives an error messages like this, though it works as i wanted...
Code:
May  7 11:59:54 myhostname named[27303]: client 192.168.1.6#1026: RFC 1918 response from Internet for 6.1.168.192.in-addr.arpa
May  7 12:45:35 myhostname named[27303]: client 192.168.1.5#1025: RFC 1918 response from Internet for 5.1.168.192.in-addr.arpa
Could i get rid of this messages somehow?
Reply With Quote