iptables -t nat -A PREROUTING -s [Acurite smartHUB] -p tcp --dport 80 -j DNAT --to-destination [Raspberry Pi]:9999 iptables -t nat -A POSTROUTING -j MASQUERADE I see no results from this. I've tried port 80, 800, 8080, 2999, and 9999 for the destination. I have installed the Interceptor plugin on weewx and configured it. station_type = Interceptor [Interceptor]
driver = user.interceptor
device_type = acurite-bridge
port = 9999I have, to the best of my knowledge, configured the DD-WRT to forward hubapi.myacurite.com and www.acu-link.com to the RPi IP address. I'm exhausted from this and would really like a detailed step by step to help me if someone can do that. Seems people really want to help, but there's always a part where I get the "just do that" type of instruction and I'm lost. Here's what I see from the Acurite smartHUB, so I know it's working. |

Here's a video I followed for DNS resolution setup on the DD-WRT and what I entered.

I'm obviously doing something wrong over and over again, but in all the parts and possible combinations, I'm really lost as to where the issue is.
Can really use some step by step help and a simple method to confirm that each of the component parts is configured correctly. I've been using tail -f /var/log/syslog
to view the logs, and while that has been helpful, it's shown me that either there's a port conflict or that I'm not getting any result from weewx, which is where I'm at now.