On Sunday, November 6, 2016 at 2:32:46 AM UTC-5, Brad Tucker wrote:
>
> Decided to turn off the FTP skin and see if it changed anything. I still 
> got the crash and here is the syslog:
>
>
tcpdump is picking up the traffic from your web server/browser and the 
weewx web pages.

you need to adjust the tcpdump filter so that it only captures traffic from 
the acurite bridge

try adding a src clause something like this:

tcpdump ... src X.X.X.X and dst port 80

where X.X.X.X is the address of the bridge

or just listen on the eth1 interface (the one to which the bridge is 
connected) instead of the eth0 interface (the one to which the rest of the 
network is connected)

m 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to