When using server (mysql) only and configured ListenIP/SourceIP and performing snmp checks zabbix uses the first ip of interfaces for sending the snmpcheck.
As you see the source ip 10.4.128.6 is wrongly used.
In this configuration the result will never be received. Can this be fixed in 1.6.3?
ListenIP=10.4.128.240
SourceIP=10.4.128.240
SourceIP=10.4.128.240
$ sudo tcpdump -n -i eth0 -c 1 udp and port 161
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
21:01:17.031031 IP 10.4.128.6.43633 > 10.4.190.16.161: GetRequest(30) .1.3.6.1.2.1.2.2.1.2.2
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
21:01:17.031031 IP 10.4.128.6.43633 > 10.4.190.16.161: GetRequest(30) .1.3.6.1.2.1.2.2.1.2.2
In this configuration the result will never be received. Can this be fixed in 1.6.3?
Comment