Having a little issue with dns4me + a linksys router with openwrt.
DNS Changed on the router. (Under LAN, Use custom DNS servers = the ones from dns4me)
Strict Order = Ticked
In the custom rules for the firewall I have
iptables -I PREROUTING -t nat -p udp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I PREROUTING -t nat -p tcp --dport 53 -j DNAT --to-destination 101.98.11.156
iptables -I FORWARD -d 37.77.176.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 191.45.56.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 191.45.48.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 198.38.96.0/255.255.224.0 -j REJECT
iptables -I FORWARD -d 185.2.216.0/255.255.248.0 -j REJECT
iptables -I FORWARD -d 108.175.32.0/255.255.240.0 -j REJECT
Issue being netflix will load, but it loads REALLLLY slow and will only play at low quality (If it manages to buffer/load before timing out at all)
Any ideas ??
I can run Hulu Plus etc with no dramas