Ok
Thank you Eric.
If possible, take a look on these files too.
It is for show USB DEVICE STATUS.
I'd like you to improve that.
Thank you very much.
qos upload load (kbps)
Moderator: Moderators
Re: qos upload load (kbps)
- Attachments
-
- UsbDeviceStatus.zip
- overview.sh overview.js
- (4.07 KiB) Downloaded 464 times
-
- usb_device_status.png (5.33 KiB) Viewed 5852 times
DLink DIR-320 1.3.X (custom latest brcm47xx)
Re: qos upload load (kbps)
Chico,
What specific advantage is there to changing from ip_conntrack to nf_conntrack as you propose?
Isn't your change to gargoyle_header_footer enough to resolve the issue you saw?
What specific advantage is there to changing from ip_conntrack to nf_conntrack as you propose?
Isn't your change to gargoyle_header_footer enough to resolve the issue you saw?
Linksys WRT1900ACv2
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM
Re: qos upload load (kbps)
Hi pbix,
As I said before, it is required to correctly show l7proto on connection list page.
Check the output of the commands:
cat /proc/net/ip_conntrack
tcp 6 580 ESTABLISHED src=192.168.1.101 *edited* [ASSURED] mark=771 use=2
cat /proc/1/net/nf_conntrack
ipv4 2 tcp 6 94 TIME_WAIT src=192.168.1.101 *edited* [ASSURED] mark=771 l7proto=unknown use=2
Using the first command with 2.6 kernel we don't have "l7proto=".
Therefore it is necessary to edit the file conntrack.js.
Change this command at line 99.
And change the line 115 to:
var protocol= (line.split(/[\t ]+/))[2];
By the way, the change in the gargoyle_header_footer is working perfectly.
Thanks.
As I said before, it is required to correctly show l7proto on connection list page.
Check the output of the commands:
cat /proc/net/ip_conntrack
tcp 6 580 ESTABLISHED src=192.168.1.101 *edited* [ASSURED] mark=771 use=2
cat /proc/1/net/nf_conntrack
ipv4 2 tcp 6 94 TIME_WAIT src=192.168.1.101 *edited* [ASSURED] mark=771 l7proto=unknown use=2
Using the first command with 2.6 kernel we don't have "l7proto=".
Therefore it is necessary to edit the file conntrack.js.
Change this command at line 99.
And change the line 115 to:
var protocol= (line.split(/[\t ]+/))[2];
By the way, the change in the gargoyle_header_footer is working perfectly.
Thanks.
- Attachments
-
- After change in conntrack.js
- L7proto.png (20.62 KiB) Viewed 5824 times
-
- After change in the gargoyle_header_footer.c
- QosUploadOk.png (17.28 KiB) Viewed 5824 times
DLink DIR-320 1.3.X (custom latest brcm47xx)
Re: qos upload load (kbps)
Chico,
I changed the connections page from ip_conntrack to nf_contrack as you suggested and pushed it to the server. The next time Eric makes a build this fix will be in place and the L7proto field should again display correctly.
Eric is looking at your suggested change to gargoyle_header_footer. Identifying the correct interface to use turns out to be tricky. I for example use PPPoE and do not have the issue you report. Not sure why OpenWRT does not do a better job of standardizing these interfaces. We will have to wait on what Eric decides to do.
Thanks for your help on this.
I changed the connections page from ip_conntrack to nf_contrack as you suggested and pushed it to the server. The next time Eric makes a build this fix will be in place and the L7proto field should again display correctly.
Eric is looking at your suggested change to gargoyle_header_footer. Identifying the correct interface to use turns out to be tricky. I for example use PPPoE and do not have the issue you report. Not sure why OpenWRT does not do a better job of standardizing these interfaces. We will have to wait on what Eric decides to do.
Thanks for your help on this.
Linksys WRT1900ACv2
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM
Netgear WNDR3700v2
TP Link 1043ND v3
TP-Link TL-WDR3600 v1
Buffalo WZR-HP-G300NH2
WRT54G-TM
Re: qos upload load (kbps)
The selected attachment does not exist anymore.
The file ./../files/1335_ee26bde82f8fa3eaea3577c39f892688 does not exist.
The file ./../files/1335_ee26bde82f8fa3eaea3577c39f892688 does not exist.
Buffalo WZR-HP-G300NH2 DD-WRT v24SP2-MULTI (10/31/11) std
Buffalo WZR-HP-G300NH Gargoyle 1.5.9+1f082daf
Linksys WRT54GL Gargoyle 1.4.4
TP-Link TL-WR1043ND Gargoyle 1.5.9+1f082daf
Buffalo WZR-HP-G300NH Gargoyle 1.5.9+1f082daf
Linksys WRT54GL Gargoyle 1.4.4
TP-Link TL-WR1043ND Gargoyle 1.5.9+1f082daf