I have PiAware running on an RPi. While trawling my syslog for an unrelated error, I came across a “UFW BLOCK” entry blocking traffic between IP 206.253.80.198 (cagso.hou.flightaware.com) and my instance from port 1200 to port 44975.
I just checked my logs. It would seem that this UFW BLOCK has only happened twice this week. I’m going to ignore it while I sort out the other problem which may actually have caused the BLOCK.
If I had to guess, it would be that the Pi had just rebooted (the kernel message is timestamped 45s after reboot) and the traffic that got blocked was for a pre-reboot connection that was not cleanly torn down (i.e. the server side thinks it is still live). But the post-reboot firewall state doesn’t know about that connection at all and drops the traffic.
That’s about right. I’ve had to reboot the Pi often due to a problem with fr24feed - keeps getting lost and then going ‘berserk’. Need to first do a power reboot, then when it comes back a software reboot. I don’t fully understand that problem yet - have to fill idle gaps with that research at the moment. Anyhow, that’s not your problem.