The problem of Atlas not sending data to WU might be that All data been 
channeled/DNS hijack to weewx, creating a loop (and similar case happened 
to me, when using DD-WRT DNSmasq). Use the following strategy and have 
weewx to feed WU.

In case of DNS hijack through router (DD-WRT or similar):

Do not use DNSmasq for hijack, but Firewall along with IPtables

iptables -t nat -A PREROUTING -s [AcessIP] -p tcp --dport 80 -j DNAT 
--to-destination [weewxIP]:80 iptables -t nat -A POSTROUTING -j MASQUERADE


Best, 
Xant

-- 
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/694178c4-8caf-468c-a49d-ce880d47c99e%40googlegroups.com.

Reply via email to