Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
bind plugin, lots of IPV6 unresolvable messages
« previous
next »
Print
Pages: [
1
]
Author
Topic: bind plugin, lots of IPV6 unresolvable messages (Read 3057 times)
dinguz
Sr. Member
Posts: 275
Karma: 13
bind plugin, lots of IPV6 unresolvable messages
«
on:
October 05, 2019, 09:07:55 am »
I'm using the bind plugin for DNSBL purposes, and I'm seeing lots of log messages like these:
'lame-servers: info: host unreachable resolving '_.api.sc-gw.com/A/IN': 2600:9000:5305:a600::1#53'
This happens most probably because I don't have IPV6 connectivity. Would it be possible to disable IPV6 in named or system-wide to get rid of those?
Logged
In theory there is no difference between theory and practice. In practice there is.
banym
Sr. Member
Posts: 468
Karma: 31
Free Human Being, FreeBSD, Linux and Mac nerd
Re: bind plugin, lots of IPV6 unresolvable messages
«
Reply #1 on:
October 05, 2019, 09:15:59 am »
Better way would be to enable IPv6.
And no, it should not be possible since it's 2019 and IPv6 become more and more default.
Logged
Twitter: banym
Mastodon: banym@bsd.network
Blog:
https://www.banym.de
dinguz
Sr. Member
Posts: 275
Karma: 13
Re: bind plugin, lots of IPV6 unresolvable messages
«
Reply #2 on:
October 05, 2019, 09:33:53 am »
I'd love to be able to enable IPV6 but my ISP doesn't offer it, unfortunately
Logged
In theory there is no difference between theory and practice. In practice there is.
banym
Sr. Member
Posts: 468
Karma: 31
Free Human Being, FreeBSD, Linux and Mac nerd
Re: bind plugin, lots of IPV6 unresolvable messages
«
Reply #3 on:
October 05, 2019, 11:38:25 am »
As far as I can tell, the plugin has no option to disable IPv6.
Maybe it is enough if you remove the IPv6 address binding if possible.
You should write your provider to support IPv6.
Logged
Twitter: banym
Mastodon: banym@bsd.network
Blog:
https://www.banym.de
dinguz
Sr. Member
Posts: 275
Karma: 13
Re: bind plugin, lots of IPV6 unresolvable messages
«
Reply #4 on:
October 05, 2019, 07:47:39 pm »
To run named in IPV4-only mode, I changed
named_flags=${named_flags:-""}
to
named_flags=${named_flags:-"-4"}
in /usr/local/etc/rc.d/named
This works, however it wil probably be overwritten during upgrades. It also gets flagged by the security audit.
Is there a proper way to make this permanent?
Logged
In theory there is no difference between theory and practice. In practice there is.
banym
Sr. Member
Posts: 468
Karma: 31
Free Human Being, FreeBSD, Linux and Mac nerd
Re: bind plugin, lots of IPV6 unresolvable messages
«
Reply #5 on:
October 05, 2019, 07:54:20 pm »
Hi,
can you verify if it is a percident change that is still there after reboot?
Not sure if it will be overwritten by configd on next boot.
Logged
Twitter: banym
Mastodon: banym@bsd.network
Blog:
https://www.banym.de
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: bind plugin, lots of IPV6 unresolvable messages
«
Reply #6 on:
October 05, 2019, 07:58:53 pm »
Can you open a feature request in GitHub and link this post, it's an easy task
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
dinguz
Sr. Member
Posts: 275
Karma: 13
Re: bind plugin, lots of IPV6 unresolvable messages
«
Reply #7 on:
October 05, 2019, 08:40:50 pm »
I'm not familiar with GitHub so I hope I didn't make any mistakes, but here it is:
https://github.com/opnsense/plugins/issues/1532
Thanks in advance for taking a look at it!
Logged
In theory there is no difference between theory and practice. In practice there is.
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
19.7 Legacy Series
»
bind plugin, lots of IPV6 unresolvable messages