Hello i am having a bit of a hard time understanding how to use ip tables in RMerlin firmware. I have read through the info and it seems like i have to telnet into the router to run them? I have used DDWRT and it has just built in command line that you can save them to the firewall.
Here is what i am trying to do. I am trying to save the following as a "firewall" rule to block certain youtube servers that are slow.
iptables -I FORWARD -s 173.194.55.0/24 -j REJECT
iptables -I FORWARD -s 206.111.0.0/16 -j REJECT
On DDWRT i would just save those to the firewall rules in the command run window on the firmware. I am not sure how to do this in RMerlin.
Thank you
Here is what i am trying to do. I am trying to save the following as a "firewall" rule to block certain youtube servers that are slow.
iptables -I FORWARD -s 173.194.55.0/24 -j REJECT
iptables -I FORWARD -s 206.111.0.0/16 -j REJECT
On DDWRT i would just save those to the firewall rules in the command run window on the firmware. I am not sure how to do this in RMerlin.
Thank you