UPDATE

*1) WU DNS forwarding by DD-WRT router*

Although DNSmasq strategy "partially" works, but ALL updates or attempt 
connections to 'rtupdate.wunderground.com' are redirected in local loop. 
That is, able to read from Acurite Access, but WeeWX not able to update to 
WU.

BETTER Strategy (pls, ignore the DNSmasq):

Apply some firewall rules:


   - From within the dd-wrt web interface go to the Administration menu > 
   Commands sub menu. Enter the following into the box and click Save Firewall 
   (editing IPs to match your setup):


iptables -t nat -A PREROUTING -s X.X.X.X -p tcp --dport 80 -j DNAT 
--to-destination Y.Y.Y.Y:80
iptables -t nat -A POSTROUTING -j MASQUERADE




   - Where X.X.X.X with is the IP of your Acurite Access, and Y.Y.Y.Y:80 
   the IP of your RaspberryPi/WeeWX.



   - Reboot DD-WRT router.
   

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/5c3d819a-56be-4308-a55b-1e96e8fe9aaf%40googlegroups.com.

Reply via email to