Hi all,
I am tearing my hair out trying to get the interceptor driver to capture
data. I have been searching this forum for days and I am simply out of
ideas. Here is a brief description of my current issue.
- Weather station WS21902a with an IP of 192.168.0.198
- RPII with a fresh copy of Weewx / Interceptor dirver with an IP of
192.168.0.6
- Configured my USG with the following (No iptables with UniFi Security
Gateway 3P):
<code>
{
"service":{
"nat":{
"rule":{
"4500":{
"description":"ws-highjack",
"destination":{
"port":"80"
},
"inbound-interface":"eth1",
"inside-address":{
"address":"192.168.0.6",
"port":"80"
},
"protocol":"tcp",
"source":{
"address":"192.168.0.198"
},
"type":"destination"
}
}
}
}
}
</code>
- Can confirm the NAT rule is working as configured as the hit count
continues to climb:
rule count type IN OUT description
---- ---------- ---- -------- -------- -----------
4500 38 DST eth1 - ws-highjack
- On the Pi, I run the following command with no return of
information: sudo PYTHONPATH=/usr/share/weewx python
/usr/share/weewx/user/interceptor.py --device=observer --mode=sniff
--iface=eth0 --filter="src 192.168.0.6 and dst port 80" --debug
I am confident that the router is configured properly, but no matter what I
try I simply cannot get the interceptor driver to capture any data. On a
side note, I am also running PIHole on this device, but I had changed the
admin console listening port away from port 80. Does anyone have any ideas
for me?
Thanks in advance,
Kev
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.