https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296107

--- Comment #2 from Daniel Porsch <[email protected]> ---
(In reply to Dag-Erling Smørgrav from comment #1)

Hello,

Here is my auditdistd.conf file, as you can see I just connect to myself on the
same server, and even that fails with the message 

Unable to receive welcome message from 172.21.10.4 Socket is not connected.

Remote senders have have the same error message if the sender is FreeBSD 15.1.

So in short. 
FreeBSD 15.1 sender cannot connect to either 14.4 or 15.1
FreeBSD 14.4 sender can connect to both 14.4 and 15.1.

Senders began getting the error as soon as the kernel was upgraded to 15.1 on
the sender server.

(I thought it was interesting to mention that the issue appears as soon as the
kernel is upgraded, so the error appear to be located in the kernel and not in
the base system itself.)

root@test:/etc/security # cat /etc/security/auditdistd.conf
name "test.domain.com"

sender {

             host "test.domain.com" {
                     remote "172.21.10.4"
                     fingerprint "sha256=<redacted>"
                     password "<redacted>"
             }

}

receiver {
        certfile "/etc/security/auditdistd.cert.pem"
        keyfile "/etc/security/auditdistd.key.pem"
        directory "/logs/audit/remote"
        listen "172.21.10.4"

             host "test.domain.com" {
                     remote "172.21.10.4"
                     password "<redacted>"
             }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to