Page 4 of 5

Re: ndpi web QOS set ndpi?

Posted: Sat Dec 03, 2016 9:37 am
by Rog66
Hi Lantis have you looked at this any further? Since my first week I'm now running between my weekly scheduled reboots constantly without issues and the blocking is working.

Re: ndpi web QOS set ndpi?

Posted: Sat Dec 03, 2016 5:41 pm
by Lantis
I was experiencing a crash more than once a week so I had to disable the module for my own sanity.
I'd say there are certain traffic markers which are crashing it. But I can't track it down.
I'd love to get it stable.

I'm currently working with Eric on the new GUI stuff. Once that is finished I'll chat to him about nDPI and see if his expertise can assist in getting it over the line.

Re: ndpi web QOS set ndpi?

Posted: Sun Dec 18, 2016 1:14 am
by nulee
Lantis wrote:I was experiencing a crash more than once a week so I had to disable the module for my own sanity.
I'd say there are certain traffic markers which are crashing it. But I can't track it down.
I'd love to get it stable.

I'm currently working with Eric on the new GUI stuff. Once that is finished I'll chat to him about nDPI and see if his expertise can assist in getting it over the line.
Openwrt gui new project?

Re: ndpi web QOS set ndpi?

Posted: Sun Dec 18, 2016 3:27 am
by nulee
Lantis wrote:I was experiencing a crash more than once a week so I had to disable the module for my own sanity.
I'd say there are certain traffic markers which are crashing it. But I can't track it down.
I'd love to get it stable.

I'm currently working with Eric on the new GUI stuff. Once that is finished I'll chat to him about nDPI and see if his expertise can assist in getting it over the line.

The author of the source code says your script has not tagged match yet

Code: Select all

查看你提供的链接里面石像鬼QoS的源码(package/qos-gargoyle/files/qos_gargoyle.init)里面没有使用nDPI模块进行流量匹配,使用的仍然是石像鬼原本的Layer7模块。看代码就知道了,不用编译测试。
顺便你截图里面QoS设置的是Layer7的协议匹配,不是nDPI的协议匹配

Re: ndpi web QOS set ndpi?

Posted: Sun Dec 18, 2016 3:31 am
by Lantis
I'm sorry I don't understand what you mean.
Can you please explain further?

Re: ndpi web QOS set ndpi?

Posted: Sun Dec 18, 2016 3:36 am
by Lantis
After translating your response, I find it to be false.

The person is clearly looking at the wrong code.

See here: https://github.com/lantis1008/gargoyle/ ... 3684260676
Where it is fully implemented, but unstable.
If they are indeed looking at that code, I'd like to know where they think I've gone wrong.

Re: ndpi web QOS set ndpi?

Posted: Sun Dec 18, 2016 4:52 am
by nulee
Lantis wrote:After translating your response, I find it to be false.

The person is clearly looking at the wrong code.

See here: https://github.com/lantis1008/gargoyle/ ... 3684260676
Where it is fully implemented, but unstable.
If they are indeed looking at that code, I'd like to know where they think I've gone wrong.
He is the author of QOS-GUOGUO

As to how to look at the flow of what is not marking the order to see?

Re: ndpi web QOS set ndpi?

Posted: Sun Dec 18, 2016 5:05 am
by nulee
Lantis wrote:After translating your response, I find it to be false.

The person is clearly looking at the wrong code.

See here: https://github.com/lantis1008/gargoyle/ ... 3684260676
Where it is fully implemented, but unstable.
If they are indeed looking at that code, I'd like to know where they think I've gone wrong.
It seems that your problem is here
package/my_package/qos-guoguo/files/qos_guoguo.init

Code: Select all

				ndpi)
					match_str="$match_str -m ndpi --$option_value"
				;;
:D
gargoyle_firewall_util.sh
This change inside guoguo said irrelevant

Re: ndpi web QOS set ndpi?

Posted: Sun Dec 18, 2016 6:40 am
by Lantis
Ok thanks. I'll take another look.

I think firewall util changes still necessary.
It was definitely marking traffic. I was using it to QoS.

Re: ndpi web QOS set ndpi?

Posted: Thu Feb 02, 2017 8:17 am
by nulee
Long time no news, the recent progress seems to have been busy branch gui_overhaul