How to Setup DD-WRT to Work With Chromecast
วิธีคอนฟิกเราท์เตอร์ที่ใช้เฟิร์มแวร์ DD-WRT เพื่อให้ Chromecast สามารถสตรีม Netflix, Hulu ได้ครับ
Please be aware that DD-WRT by nature is an advanced topic. We don’t provide support for DD-WRT configuration and you are expected to have an intermediate understanding of networking.
- Go to //192.168.1.1
- Log in to your router. Default user info for DD-WRT is root/admin
- Go to Setup > Basic Setup > Network Setup > Network Address Server Settings (DHCP)
- Set DNS to 50.112.186.233 and 50.112.143.40
- Click Apply Settings
- Go to Services > Services > Services Management > DNSMasq > Additional DNSMasq Options and enter the following in the text box: strict-order
- Click Apply Settings
- Go to Administration > Commands
- input:
iptables -t nat -A PREROUTING -d 8.8.8.8 -j DNAT –to-destination 50.112.186.233
iptables -t nat -A PREROUTING -d 8.8.4.4 -j DNAT –to-destination 50.112.143.40 - Click save firewall
- Click save startup
ที่มา: Unlocator