I'm currently working on a Zabbix Server over an Oracle Linux 8 (Zabbix Cloud Image, with Zabbix 5.4).
I have the zabbix_trap_recivier.pl working properly... but only works on loopback interface!
If I do a "tcpdump port 162 -i lo" and send to "localhost" a trap (from the server), appears in tcpdump and in the "zabbix_traps.tmp".
If I do a "tcodump port 162 -i eth0" and send to "<server_ip> a trap (from a proxy), appears in tcpdump but not in the "zabbix_traps.tmp".

I'm going crazy with this problem, any help is appreciated.
I have the zabbix_trap_recivier.pl working properly... but only works on loopback interface!
If I do a "tcpdump port 162 -i lo" and send to "localhost" a trap (from the server), appears in tcpdump and in the "zabbix_traps.tmp".
If I do a "tcodump port 162 -i eth0" and send to "<server_ip> a trap (from a proxy), appears in tcpdump but not in the "zabbix_traps.tmp".
I'm going crazy with this problem, any help is appreciated.

Comment