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
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)
[link][2 comments]