@FreshJR I'm trying to use the alternate script and I'm running into a minor problem. Within the script, I see the following under Iptable Up rules:
echo "Applying - Iptable Up Rules (ppp0)"
when I changed the rule here to reflect "eth0" as such:
echo "Applying - Iptable Up Rules (eth0)"
When I run the script, I keep getting the following message, when changing it to eth0:
Jul 25 18:45:02 adaptive QOS: Applying - Iptable Down Rules
Jul 25 18:45:02 adaptive QOS: Applying - Iptable Up Rules (eth0)
Jul 25 18:45:03 adaptive QOS: TC Modification Delayed Start (5min)
Jul 25 18:50:03 adaptive QOS: Applying TC Down Rules
Jul 25 18:50:03 adaptive QOS: /jffs/scripts/FreshJR_QOS: line 701: filter: not found
However when I changed it back to ppp0:
Jul 25 19:14:01 adaptive QOS: Applying - Iptable Down Rules
Jul 25 19:14:01 adaptive QOS: Applying - Iptable Up Rules (ppp0)
Jul 25 19:14:01 adaptive QOS: TC Modification Delayed Start (5min)
Jul 25 19:19:02 adaptive QOS: No modifications necessary
I don't think this is normal and maybe i'm not supposed to make a change here.
echo "Applying - Iptable Up Rules (ppp0)"
when I changed the rule here to reflect "eth0" as such:
echo "Applying - Iptable Up Rules (eth0)"
When I run the script, I keep getting the following message, when changing it to eth0:
Jul 25 18:45:02 adaptive QOS: Applying - Iptable Down Rules
Jul 25 18:45:02 adaptive QOS: Applying - Iptable Up Rules (eth0)
Jul 25 18:45:03 adaptive QOS: TC Modification Delayed Start (5min)
Jul 25 18:50:03 adaptive QOS: Applying TC Down Rules
Jul 25 18:50:03 adaptive QOS: /jffs/scripts/FreshJR_QOS: line 701: filter: not found
However when I changed it back to ppp0:
Jul 25 19:14:01 adaptive QOS: Applying - Iptable Down Rules
Jul 25 19:14:01 adaptive QOS: Applying - Iptable Up Rules (ppp0)
Jul 25 19:14:01 adaptive QOS: TC Modification Delayed Start (5min)
Jul 25 19:19:02 adaptive QOS: No modifications necessary
I don't think this is normal and maybe i'm not supposed to make a change here.