Search found 8 matches

by Rafael
Sat May 25, 2013 7:39 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Trouble with L7 QoS
Replies: 11
Views: 11030

Re: Trouble with L7 QoS

Couldn't wait! I guessed that either line would be fine so I add the "| head -n 1" and it seems to be working.

UPDATE: By the way, the L7 Skype protocols suck! I disabled it...
by Rafael
Sat May 25, 2013 4:34 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Trouble with L7 QoS
Replies: 11
Views: 11030

Re: Trouble with L7 QoS

Checking the QoS script a little futher it seems the source of the problem is this command: cat /etc/l7marker.marks 2>/dev/null | grep "shoutcast" | awk '{ print $2 }' cat /etc/l7marker.marks 2>/dev/null | grep "shoutcast" | awk '{ print $2 }' 0x50000 0xD0000 Or better yet, this ...
by Rafael
Sat May 25, 2013 4:07 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Trouble with L7 QoS
Replies: 11
Views: 11030

Re: Trouble with L7 QoS

UPDATE: There is a $echo_off just above the apply_all_rules function, that is why the source of the errors did not get printed. UPDATE2: And there is no $echo_on in the function I added a echo at the line you mentioned and it printed this: iptables -t mangle -I qos_ingress -m connmark --mark 0x50000...
by Rafael
Wed May 15, 2013 10:46 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Trouble with L7 QoS
Replies: 11
Views: 11030

Re: Trouble with L7 QoS

Thanks for the reply. I will see when I can do this test you suggested. Regarding the restart, it did indeed show quite a few errors, but I have no idea if they represent a actual problem. Here is the output: BusyBox v1.19.4 (2013-01-03 08:17:10 EST) built-in shell (ash) Enter 'help' for a list of b...
by Rafael
Mon May 13, 2013 11:07 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Trouble with L7 QoS
Replies: 11
Views: 11030

Re: Trouble with L7 QoS

No L7 rule seems to be applied! I doubt that is actually a skype call but anyway (okay, I know it is not one), but it should have been applied as a call: http://rafael.org/arquivos/gargoyle/Gargoyle%20Router%20Management%20Utility%202013-05-13%2023-59-14.png I didn't put the entire page because the ...
by Rafael
Mon May 13, 2013 10:31 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Trouble with L7 QoS
Replies: 11
Views: 11030

Re: Trouble with L7 QoS

Hi! Here it is the output of command you asked me to run: BusyBox v1.19.4 (2013-01-03 08:17:10 EST) built-in shell (ash) Enter 'help' for a list of built-in commands. ------------------------------------------------------------------ | _____ _ | | | __ \ | | | | | | \/ __ _ _ __ __ _ ___ _ _| | ___ ...
by Rafael
Mon May 13, 2013 8:18 am
Forum: Monitoring / Quota / QoS Issues
Topic: Trouble with L7 QoS
Replies: 11
Views: 11030

Re: Trouble with L7 QoS

Hi! UPDATE: Gargoyle version 1.5.9 Here are the screens: connections2.png rules2.png The upload rules are the same as the download ones (exception for the source/destination). The L7 column show that the pattern has match successfully, however the classification rule haven't somehow. I double checke...
by Rafael
Sun May 12, 2013 7:23 pm
Forum: Monitoring / Quota / QoS Issues
Topic: Trouble with L7 QoS
Replies: 11
Views: 11030

Trouble with L7 QoS

Hi, everyone! *background story start* I am really new to both Gargoyle and OpenWRT! I have been using Tomato with my Linksys WRT54G for quite some time! However, I had to acquire a new router to cover a "dead zone" in my home. Since this new router (Buffalo WZR-HP-AG300H) is way more powe...