I have mine configure like this:
weewx.conf

[Interceptor]
    driver = user.interceptor
    device_type = observer
    port = 666

And to redirect the traffic to that port I edited /etc/firewall.user in my 
router and added the following:

iptables -t nat -A PREROUTING -s 192.168.1.103 -p tcp --dport 80 -j DNAT 
--to-destination 192.168.1.6:666
iptables -t nat -A POSTROUTING -j MASQUERADE

sexta-feira, 23 de Novembro de 2018 às 12:09:13 UTC, Massimiliano Neri 
escreveu:
>
>
> I did a search with a port scanner. The observer basically does not have a 
> door 80 or any other door. I saw a post in this group made by Tanwe Hyalin, 
> but I did not understand how he ran the wh2650 station. in your opinion how 
> was it configured?
>
> Il giorno venerdì 23 novembre 2018 00:11:49 UTC+1, Massimiliano Neri ha 
> scritto:
>>
>> Hi, I just bought a WaldBeck Halley WH-2650, basically a clone of the 
>> WH-2650 Fine Offset, can you tell me how to configure weewx.conf to 
>> intercept its data string?
>>
>> I thank you in advance.
>>
>

-- 
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.

Reply via email to