Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17838

bind error network unreachable in /var/log/messages

$
0
0

I am on Slackware 14.1 and I have BIND running and I seem to always be getting these error network unreachable messages. I thought it had to do with IPv6 but I put in options in named.conf to disable IPv6 but these errors persist.

Here are some examples of the error

http://pastebin.com/gXBtJUCY

In my named.conf I have these two

 listen-on port 53 { 127.0.0.1; }; listen-on-v6 port 53 { ::1; }; 

(The second line is commented, idk whether to use it or not)

submitted by altiris28048
[link][2 comments]

Viewing all articles
Browse latest Browse all 17838

Trending Articles