ip_conntrack with QoS and bandwidth use reporting

Post new topic   Reply to topic    DD-WRT Forum Index -> Contributions Upload
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8
Author Message
wecucho
DD-WRT Novice


Joined: 11 Jan 2013
Posts: 24

PostPosted: Sun Feb 28, 2016 2:33    Post subject: Reply with quote
I just make it work by using version 0.13e Smile
Sponsor
wecucho
DD-WRT Novice


Joined: 11 Jan 2013
Posts: 24

PostPosted: Sun Feb 28, 2016 13:47    Post subject: Reply with quote
After 1 day the ASSURED issue raised... deleting traffic.asp make the page work again.

I'm currently looking for a solution.
ronaldol
DD-WRT User


Joined: 28 Apr 2011
Posts: 60

PostPosted: Fri Sep 16, 2016 5:02    Post subject: MyPage how reset counters Reply with quote
Hi,

How could I reset the counters without rebooting the router?

Thanks for any help

Ronaldo Luiz
BergRD
DD-WRT Novice


Joined: 29 Aug 2010
Posts: 37

PostPosted: Tue Aug 29, 2017 16:35    Post subject: Reply with quote
Had this working even on newer firmware but now the [ASSURED] is breaking it again. Tried all the solutions and using the new 13e files but still:

Code:
ReferenceError: ASSURED is not defined


I'm not sure if anyone has a working version but since OP and others haven't updated in a while; maybe it's lost and I'll see what I can figure out.

Thanks![/code]
BergRD
DD-WRT Novice


Joined: 29 Aug 2010
Posts: 37

PostPosted: Tue Aug 29, 2017 18:59    Post subject: Reply with quote
BergRD wrote:
Had this working even on newer firmware but now the [ASSURED] is breaking it again. Tried all the solutions and using the new 13e files but still:

Code:
ReferenceError: ASSURED is not defined


I'm not sure if anyone has a working version but since OP and others haven't updated in a while; maybe it's lost and I'll see what I can figure out.

Thanks


After some time looking, I figured out my particular issue and used a RegEX to remove them from the string array which seems to work for now.

qos_contrack.js : Line 376
- added 'conn' variable to string of u.ip_conntrack
- removed '[ASSURED],' from 'conn' value

Code:

  update.onUpdate("ip_conntrack", function(u) {
    var conn = u.ip_conntrack;
    eval('setCONTable(' + conn.replace(/[\ASSURED[\]]+/g) + ')');
    });


I'm still evaluating what I might be missing as the QoS is not color coded but that may be DD-WRT not using QoS properly.

Never easy, lol Smile
yoyoma2
DD-WRT User


Joined: 24 Sep 2016
Posts: 371

PostPosted: Wed Sep 06, 2017 14:04    Post subject: Reply with quote
This tool is abandonned. People may want to look into YAMon which is actively discussed on this thread.
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8 Display posts from previous:    Page 8 of 8
Post new topic   Reply to topic    DD-WRT Forum Index -> Contributions Upload 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