Hi,
I hope English will be understandable enough (to you).
On 11/23/2016 11:00 PM, Pavol wrote:
I am trying to get knot 2.3.1 (from ports) working in
a jail, but I am
unable to connect to the udp port even when trying directly from jail.
Using netcat from within jail and also from other machines gets
through into the jail. I don't think it is pf's fault.
How can I debug this a bit more?
Was knot compiled with recvmmsg support? The FreeBSD implementation of
this was buggy and I don't know which version got fixed:
https://github.com/freebsd/freebsd/pull/91
It's possible to disable the functions by passing --enable-recvmmsg=no
to ./configure.
--Vladimir