skeal
Part of the Furniture
@FreshJR I created a rule to tag a few tcp ports to streaming. It was easy to do and worked like a charm. I found that one of my ports I listed in the rule was not needed in that rule. I tried to remove just the port I didn't want Ex. 8443,8883,21047 changed to 8883,21047. When I click apply the rule tries to update itself but spits out this log entry in syslog:
To get around this I had to remove the rule and reboot the router, or there was no way I could make the change without those log entries. I would then revert back the port I removed and apply the change and it would accept it. I don't think the rule is actually being recreated and has conflict problems. Other than this small problem, your script works awesome for me!!
Code:
Feb 24 19:53:18 adaptive QOS: Delayed Start Canceled
Feb 24 19:53:19 adaptive QOS: Applying - Iptable Down Rules
Feb 24 19:53:19 adaptive QOS: iptables v1.4.15: invalid port/service `8883,21047' specified
Feb 24 19:53:19 adaptive QOS: Try `iptables -h' or 'iptables --help' for more information.
Feb 24 19:53:19 adaptive QOS: Applying - Iptable Up Rules (eth0)
Feb 24 19:53:20 adaptive QOS: iptables v1.4.15: invalid port/service `8883,21047' specified
Feb 24 19:53:20 adaptive QOS: Try `iptables -h' or 'iptables --help' for more information.
Feb 24 19:53:20 adaptive QOS: TC Modification Delayed Start (5min)