Help: Feeder Checking In Data Not

Just changed internet ISP and have moved both of my feeders over to the new SSID. First feeder moved over no problem, 2nd one is not having as much joy.

When checking 192.168.0.XX:8080 for the 2nd feeder flights are displayed, however when checking feeder status on the Flight Aware website it is showing the following:

Data Feed: Today - about 3 hours ago
Feeder Check-in: Live - 3 minutes ago

I then do $ sudo piaware-status and get the following:

dump1090 is running.
faup1090 is running.
piaware is running.
dump1090 is listening for connections on port 30005.
faup1090 is NOT connected to port 30005.
piaware is connected to FlightAware.
got ‘couldn’t open socket: connection timed out’
dump1090 is NOT producing data on port 30005.

Any suggestions on what I could do to isolate the issue and resolve or should I just restart a new SD image?

Thanks in advance for any help with this problem.

Check the end of the piaware log


tail -20 /tmp/piaware.out

Type


nc localhost 30003

Do you get any output? Also,


sudo netstat -ntap | grep 30005

Lemme know what you see.

tcp 0 0 0.0.0.0:30005 0.0.0.0: LISTEN 2367/dump1090
tcp 0 1 192.168.0.20:60827 127.0.0.1:30005 SYN_SENT 8593/faup1090
tcp 0 1 192.168.0.20:60819 127.0.0.1:30005 SYN_SENT 3038/fa-mlat-client*

You’ve broken localhost somehow (or your firewall)