Netflix Update for Gaming Consoles (PlayStation, Xbox)

Recent changes to network configuration in the latest updates of the consoles’ apps for Netflix are now forcing Google DNS to be used by those devices. Unfortunately, this process forces your Consoles to use Google’s DNS service rather than Smart DNS Proxy.

There is not much that can be done at the consoles’ level but if you have a Linux-based router, which supports iptables, (DD-WRT, OpenWRT or Tomato), you can make Google DNS to be redirected to our DNS to access American Netflix.

If you have a DD-WRT router or any other Linux-based router, you can bypass forcing Google’s DNS using your routers custom firewall rules.

In order to do this, please follow these steps:

1. Log in to your DD-WRT router and select Setup and then Basic Setup.

2. Scroll down to Network Address Server Settings (DHCP) and Enable DHCP.

3. Disable Use DNSMasq for DNS. 
Scroll down and click on Apply Settings.

4. On your DD-WRT control panel, select ADMINISTRATION from the top right section. Then Select Commands from the tabs below.

5. Paste Followings to the Commands Shell > Commands section.

iptables -I PREROUTING -t nat -p udp --dport 53 -j DNAT --to-destination 23.21.43.50
iptables -I PREROUTING -t nat -p udp --dport 53 -j DNAT --to-destination 54.229.171.243
iptables -I PREROUTING -t nat -p tcp --dport 53 -j DNAT --to-destination 23.21.43.50
iptables -I PREROUTING -t nat -p tcp --dport 53 -j DNAT --to-destination 54.229.171.243

iptables -I FORWARD --destination 8.8.8.8 -j REJECT
iptables -I FORWARD --destination 8.8.4.4 -j REJECT

iptables -I FORWARD -d 37.77.176.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 108.175.32.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 198.45.48.0/255.255.240.0 -j REJECT
iptables -I FORWARD -d 185.2.220.0/255.255.252.0 -j REJECT
iptables -I FORWARD -d 23.246.0.0/255.255.192.0 -j REJECT
iptables -I FORWARD -d 37.77.184.0/255.255.248.0 -j REJECT

6. Click on Save Startup. If needed Paste the above code again and then Click on Save Firewall.

Reboot your router and then every device connected to your router will be benefiting from Smart DNS Proxy.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.