Alright. I've set up Tunlr according to the wiki for use with Netflix. All of my devices are now able to get US Netflix with one exception: Chromecast.
I found this suggestion on the XDA forums for a possible workaround.
So I tried to copy it for my configuration and used the following:
192.168.5.25 is the chromecast and 192.168.5.1 is my router.
This doesn't seem to work properly. Also, I can't tell if the iptable rules are actually being enforced since doing an
doesn't show them.
How can i tell if my iptables rules are actually being used? And should this work for the chromecast?
I found this suggestion on the XDA forums for a possible workaround.
So I tried to copy it for my configuration and used the following:
Code:
iptables -t nat -A PREROUTING -d 8.8.8.8 -s 192.168.5.25 -j DNAT --to-destination 192.168.5.1
iptables -t nat -A PREROUTING -d 8.8.4.4 -s 192.168.5.25 -j DNAT --to-destination 192.168.5.1
192.168.5.25 is the chromecast and 192.168.5.1 is my router.
This doesn't seem to work properly. Also, I can't tell if the iptable rules are actually being enforced since doing an
Code:
iptables -L -t nat
How can i tell if my iptables rules are actually being used? And should this work for the chromecast?