Hi,
First of all, my knowledge of everything related to routing is limited. I'm aware that this forum is for advanced users, but I'm willing to learn and read
Subject: Until recently, I've been using Unlocator with an Asus RT-N13U router with a DDWRT firmware. The service is used to access in Romania services like Netflix and Hulu. I'm also using 2 chromecasts which in order to work with Netflix and Hulu, need to have the google dns (8.8.8.8 and 8.8.4.4). Yesteday I changed the router with an Asus RT-AC66U on which I'm running Asuswrt-Merlin (as I've read that ddwrt firmware is missing some important functionalities). Unfortunately I'm not able to replicate for the merlin firmware the setup given by Unlocator for ddwrt routers here: https://support.unlocator.com/custo...7-how-to-setup-dd-wrt-to-work-with-chromecast
What I've done so far: I've activated JFFS, I've installed putty and activated telnet, but with no knowledge of Run commands, I have no idea what I'm doing and I'm afraid I will break up the router I don't know exactly how to create and load the script necessary for the configuration to survive a reboot. I've been able just to insert the following lines into the http://192.168.1.1/Main_AdmStatus_Content.asp, it works, but it won't survive a reboot:
iptables -t nat -A PREROUTING -d 8.8.8.8 -j DNAT --to-destination 185.37.37.37
iptables -t nat -A PREROUTING -d 8.8.4.4 -j DNAT --to-destination 185.37.37.185
I would kindly appreciate your help!
Thanks in advance,
indicibil
First of all, my knowledge of everything related to routing is limited. I'm aware that this forum is for advanced users, but I'm willing to learn and read
Subject: Until recently, I've been using Unlocator with an Asus RT-N13U router with a DDWRT firmware. The service is used to access in Romania services like Netflix and Hulu. I'm also using 2 chromecasts which in order to work with Netflix and Hulu, need to have the google dns (8.8.8.8 and 8.8.4.4). Yesteday I changed the router with an Asus RT-AC66U on which I'm running Asuswrt-Merlin (as I've read that ddwrt firmware is missing some important functionalities). Unfortunately I'm not able to replicate for the merlin firmware the setup given by Unlocator for ddwrt routers here: https://support.unlocator.com/custo...7-how-to-setup-dd-wrt-to-work-with-chromecast
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 http://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 185.37.37.37 and 185.37.37.185
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 185.37.37.37
iptables -t nat -A PREROUTING -d 8.8.4.4 -j DNAT --to-destination 185.37.37.185
Click save firewall
Click save startup
What I've done so far: I've activated JFFS, I've installed putty and activated telnet, but with no knowledge of Run commands, I have no idea what I'm doing and I'm afraid I will break up the router I don't know exactly how to create and load the script necessary for the configuration to survive a reboot. I've been able just to insert the following lines into the http://192.168.1.1/Main_AdmStatus_Content.asp, it works, but it won't survive a reboot:
iptables -t nat -A PREROUTING -d 8.8.8.8 -j DNAT --to-destination 185.37.37.37
iptables -t nat -A PREROUTING -d 8.8.4.4 -j DNAT --to-destination 185.37.37.185
I would kindly appreciate your help!
Thanks in advance,
indicibil