Miiidnight
New Around Here
I've just set up the fast version of the script on my AC68U running merlin 384.4_2. Seems to work very well but I'm having trouble using the custom iptables upload rules.
I've added this to the bottom of the ##UPLOAD (OUTGOING TRAFFIC) CUSTOM RULES START HERE section of the script, .
If I look at the system log in the router admin page, I can see this line multiple times:
Am I doing something silly here? The custom download rules set by realtc seem to be working fine and I get the same results on 385.4.
I've added this to the bottom of the ##UPLOAD (OUTGOING TRAFFIC) CUSTOM RULES START HERE section of the script, .
Code:
iptables -D POSTROUTING -t mangle -o eth0 -m mac --mac-source AA:BB:CC:DD:EE:FF -j MARK --set-mark ${Downloads_mark} &> /dev/null #MINE
iptables -A POSTROUTING -t mangle -o eth0 -m mac --mac-source AA:BB:CC:DD:EE:FF -j MARK --set-mark ${Downloads_mark} #MINE
If I look at the system log in the router admin page, I can see this line multiple times:
Code:
Jul 6 10:20:34 adaptive QOS: iptables v1.4.15: unknown option "--set-mark"
Jul 6 10:20:34 adaptive QOS: Try `iptables -h' or 'iptables --help' for more information.
Am I doing something silly here? The custom download rules set by realtc seem to be working fine and I get the same results on 385.4.