Netgear R7500v2 support

Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Goto page Previous  1, 2, 3 ... 15, 16, 17 ... 52, 53, 54  Next
Author Message
noodle04
DD-WRT Novice


Joined: 14 Jun 2010
Posts: 26

PostPosted: Sun Oct 30, 2016 17:22    Post subject: Reply with quote
Is that mean if I create my own service based on port, it will work, but select pre-defined service could cause crash?

tatsuya46 wrote:
its not services itself, its ndpi. any custom port based entries will work. which is what i use. more accurate, less cpu etc. i tried using ndpi based entries, i too had the crashing problem around 15-40mins after
Sponsor
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Mon Oct 31, 2016 0:29    Post subject: Reply with quote
yes
_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6291
Location: Texas

PostPosted: Mon Oct 31, 2016 0:40    Post subject: Reply with quote
noodle04 wrote:
Is that mean if I create my own service based on port, it will work, but select pre-defined service could cause crash?

tatsuya46 wrote:
its not services itself, its ndpi. any custom port based entries will work. which is what i use. more accurate, less cpu etc. i tried using ndpi based entries, i too had the crashing problem around 15-40mins after

Kong new release today works
http://www.desipro.de/ddwrt/K3-AC-IPQ806X/
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Mon Oct 31, 2016 19:49    Post subject: Reply with quote
mrjcd wrote:
Kong new release today works
http://www.desipro.de/ddwrt/K3-AC-IPQ806X/


Another new important build today 10/31 fixes a few bugs by both BS and Kong ...in addition to the ndpi. Same url above.
noodle04
DD-WRT Novice


Joined: 14 Jun 2010
Posts: 26

PostPosted: Tue Nov 01, 2016 16:54    Post subject: Reply with quote
Anybody know if QoS on ICMP works? wiki page said by default ICMP priority is Premium, but I cannot find it from output of "iptables -nvL -t mangle". I tried to add ICMP into service priority (set to Premium), still cannot find it in "iptables -nvL -t mangle"
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Tue Nov 01, 2016 23:33    Post subject: Reply with quote
it should be ip_icmp, not icmp. lots of the protocols are broken or over/undermatch, also dont use any tcp packet priorities, also broken..
_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

noodle04
DD-WRT Novice


Joined: 14 Jun 2010
Posts: 26

PostPosted: Wed Nov 02, 2016 1:03    Post subject: Reply with quote
I must been blind, because I cannot find ip_icmp in 30826 build.

tatsuya46 wrote:
it should be ip_icmp, not icmp. lots of the protocols are broken or over/undermatch, also dont use any tcp packet priorities, also broken..
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Wed Nov 02, 2016 5:10    Post subject: Reply with quote
seems its gone now, try adding a custom port entry, for protocol select icmp, & name it something different, none of the previous names that were used before like "icmp2" or something
_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

noodle04
DD-WRT Novice


Joined: 14 Jun 2010
Posts: 26

PostPosted: Wed Nov 02, 2016 14:16    Post subject: Reply with quote
I tried that already, I tried to create a customized service called "m_icmp", protocol is "icmp", but still, "iptables -nvL -t mangle" didn't show anything about icmp.

"grep icmp /proc/net/ip_conntrack" also only shows "mark=0"


tatsuya46 wrote:
seems its gone now, try adding a custom port entry, for protocol select icmp, & name it something different, none of the previous names that were used before like "icmp2" or something
noodle04
DD-WRT Novice


Joined: 14 Jun 2010
Posts: 26

PostPosted: Wed Nov 02, 2016 14:24    Post subject: Reply with quote
Another issue is: service http cannot capture https traffic. I didn't found https in service list as well, so I assume http include https. But command:
grep "dport=443" /proc/net/ip_conntrack | grep -v "mark=0"
show nothing.

I tried to configure service priority for gmail (imaps, smtps) as well, but none of them (gmail, imap, imaps, smtp, smtps) work. The only way to make it work is define port based customized service.

In my understanding nDPI should be able to detect youtube, gmail even using https, but none of those work for me. Sad
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Wed Nov 02, 2016 18:08    Post subject: Reply with quote
noodle04 wrote:
In my understanding nDPI should be able to detect youtube, gmail even using https, but none of those work for me. Sad


ndpi was buggy and reverted back to the old opendpi in the latest build.
tatsuya46
DD-WRT Guru


Joined: 03 Jan 2010
Posts: 7568
Location: YWG, Canada

PostPosted: Wed Nov 02, 2016 23:34    Post subject: Reply with quote
noodle04 wrote:
Another issue is: service http cannot capture https traffic. I didn't found https in service list as well, so I assume http include https. But command:
grep "dport=443" /proc/net/ip_conntrack | grep -v "mark=0"
show nothing.

I tried to configure service priority for gmail (imaps, smtps) as well, but none of them (gmail, imap, imaps, smtp, smtps) work. The only way to make it work is define port based customized service.

In my understanding nDPI should be able to detect youtube, gmail even using https, but none of those work for me. Sad


i use a custom port for https, port 443 ~ 443 tcp only, works.

_________________
LATEST FIRMWARE(S)

BrainSlayer wrote:
we just do it since we do not like any restrictions enforced by stupid cocaine snorting managers

[x86_64] Haswell i3-4150/QCA9984/QCA9882 ------> r55797 std
[QUALCOMM] DIR-862L --------------------------------> r55797 std
▲ ACTIVE / INACTIVE ▼
[QUALCOMM] WNDR4300 v1 --------------------------> r50485 std
[BROADCOM] DIR-860L A1 ----------------------------> r50485 std


Sigh.. why do i exist anyway.. | I love you Anthony.. never forget that.. my other 99% that ill never see again..

jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Thu Nov 03, 2016 16:10    Post subject: Reply with quote
Fyi Kong uploaded a new build 11/3... hopefully fixes the issues you having.

http://desipro.de/ddwrt/K3-AC-IPQ806X/
jerrytouille
DD-WRT Guru


Joined: 11 Dec 2015
Posts: 1304

PostPosted: Sat Nov 05, 2016 17:58    Post subject: Reply with quote
<Kong> does your latest build 11/3 include this #5626 reset-gpios fix (BS changeset 30482)?
noodle04
DD-WRT Novice


Joined: 14 Jun 2010
Posts: 26

PostPosted: Tue Nov 08, 2016 23:12    Post subject: Reply with quote
Anybody noticed QoS stop working after hours?

I'm on latest Kong's build, and I defined many customized service (port based), which working pretty good. But after hours (not sure how long), QoS settings still there, "iptables -nvL -t mangle" still shows rules, but QoS is not happening.
Goto page Previous  1, 2, 3 ... 15, 16, 17 ... 52, 53, 54  Next Display posts from previous:    Page 16 of 54
Post new topic   This topic is locked: you cannot edit posts or make replies.    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum