Code: Select all
Feb 13 02:19:28 death-router user.debug kernel: UDP: bad checksum. From 10.0.0.116:63488 to 10.0.0.254:5351 ulen 20
So I did tcpdump -w and checked the output in wireshark and it too is reporting UDP checksum errors. Consequently my port is not being forwarded correctly. Is this a Transmission issue? Isn't the OS network stack responsible for the UDP checksums? I mean, unless you are using SOCKET_RAW...
-David