Hi,
Bind is flooding the logs with:
What does it mean? is it a kernel option which is disabled?
It's the same as https://forums.freebsd.org/threads/59348/ but with another bind version.
How to enable TCP_FASTOPEN in FreeBSD or how to disable it in bind?
Who can help me out?
Bind is flooding the logs with:
Code:
<daemon.err> mainserver named[46536]: setsockopt(26, TCP_FASTOPEN) failed with Protocol not available
What does it mean? is it a kernel option which is disabled?
Code:
[cmd]uname -a[/cmd]
FreeBSD mainserver.flissinger.local 11.0-RELEASE-p7 FreeBSD 11.0-RELEASE-p7 #66: Fri Jan 13 17:43:28 CET 2017 donald@mainserver.flissinger.local:/usr/obj/usr/src/sys/MAINSERVER amd64
Code:
[cmd]pkg info bind911[/cmd]
bind911-9.11.0P2_1
Name : bind911
Version : 9.11.0P2_1
Installed on : Thu Jan 12 21:44:08 2017 CET
Origin : dns/bind911
Architecture : freebsd:11:x86:64
Prefix : /usr/local
Categories : net dns ipv6
Licenses : MPL
Maintainer : mat@FreeBSD.org
WWW : https://www.isc.org/software/bind
Comment : BIND DNS suite with updated DNSSEC and DNS64
Options :
DLZ_BDB : off
DLZ_FILESYSTEM : on
DLZ_LDAP : off
DLZ_MYSQL : on
DLZ_POSTGRESQL : off
DLZ_STUB : off
DNSTAP : off
DOCS : off
FILTER_AAAA : on
FIXED_RRSET : on
GEOIP : on
GOST : on
GOST_ASN1 : off
GSSAPI_BASE : off
GSSAPI_HEIMDAL : off
GSSAPI_MIT : on
GSSAPI_NONE : off
IDN : on
IPV6 : on
JSON : on
LARGE_FILE : on
LMDB : on
MINCACHE : off
NATIVE_PKCS11 : off
PORTREVISION : off
PYTHON : off
QUERYTRACE : off
RPZ_NSDNAME : on
RPZ_NSIP : on
SIGCHASE : on
SSL : on
START_LATE : off
THREADS : on
Shared Libs required:
libcom_err.so.3.0
libgssapi_krb5.so.2.2
libk5crypto.so.3.1
libmysqlclient.so.18
libkrb5.so.3.3
libidnkit.so.1
liblmdb.so.0
libGeoIP.so.1
libjson-c.so.2
libedit.so.0
libxml2.so.2
libcrypto.so.9
Annotations :
cpe : cpe:2.3:a:isc:bind:9.11.0:p2::::freebsd11:x64:1
Flat size : 55.7MiB
Description :
BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND
architecture. Some of the important features of BIND 9 are:
DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests)
IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA)
Experimental IPv6 Resolver Library
DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0
Improved standards conformance
Views: One server process can provide multiple "views" of the DNS namespace,
e.g. an "inside" view to certain clients, and an "outside" view to others.
Multiprocessor Support
See the CHANGES file for more information on new features.
WWW: https://www.isc.org/software/bind
It's the same as https://forums.freebsd.org/threads/59348/ but with another bind version.
How to enable TCP_FASTOPEN in FreeBSD or how to disable it in bind?
Who can help me out?