Error upgrading to Zeek 3.0.10 in RHEL8 host

Hi all,

After upgrading my Zeek’s cluster and executing “zeekctl deploy” the following error appears:

==== stderr.log

error in /opt/zeek/share/zeek/base/frameworks/cluster/./setup-connections.zeek, lines 93-95: Failed to listen on INADDR_ANY:47761 (Broker::listen(Broker::default_listen_address, Cluster::self$p, Broker::d

efault_listen_retry))

fatal error: errors occurred while initializing

Maybe is AF_PACKET config related? My current config is:

[manager]

type=manager

host=172.22.58.3

[logger]

type=logger

host=172.22.58.3

[proxy]

type=proxy

host=172.22.58.3

[idps-prod-dmz]

type=worker

host=172.22.58.4

interface=af_packet::idsif0

af_packet_buffer_size=19210241024

[idps-mgmt-vpn]

type=worker

host=172.22.58.5

interface=af_packet::idsif0

af_packet_buffer_size=19210241024

Version 3.0.8 was working perfectly with this config.