Emphyrio
New Around Here
Hi all! I'm trying to mirror data sent from a Bresser weather station to a WeeWX install (so I can intercept the data sent to rtupdate.wunderground.com). Unfortunately failing to get results Can you help?
Running these commands on AsusWrt (RT-AC68U on Merlin 384.11_2):
Then running this command at the Weewx install (192.168.1.27):
Is listening but not showing any output... I was hoping to see some traffic but nothing. What can I try?
P.S. The weather station @ 192.168.1.31 is succesfully transmitting to weatherunderground.com, so that prerequisite has been provided for I believe.
Running these commands on AsusWrt (RT-AC68U on Merlin 384.11_2):
modprobe xt_TEE
iptables -t mangle -A PREROUTING -s 192.168.1.31 -j TEE --gateway 192.168.1.27
iptables -t mangle -A POSTROUTING -d 192.168.1.31 -j TEE --gateway 192.168.1.27
iptables -t mangle -A PREROUTING -s 192.168.1.31 -j TEE --gateway 192.168.1.27
iptables -t mangle -A POSTROUTING -d 192.168.1.31 -j TEE --gateway 192.168.1.27
Then running this command at the Weewx install (192.168.1.27):
tcpdump -nnSX port 80
Is listening but not showing any output... I was hoping to see some traffic but nothing. What can I try?
P.S. The weather station @ 192.168.1.31 is succesfully transmitting to weatherunderground.com, so that prerequisite has been provided for I believe.
Last edited: