Search found 16 matches
- Wed Apr 13, 2016 2:30 pm
- Forum: General Discussion
- Topic: Displaying pertentage of unused bandwidth
- Replies: 2
- Views: 2496
Displaying pertentage of unused bandwidth
Currently in the Bandwidth Distribution page shows pie charts and percentages of currently used bandwidth. Obviously there will be times that not all of the bandwidth will be used. Is there a way to show the unused bandwidth in the charts on this page?
- Mon Apr 11, 2016 2:24 am
- Forum: General Discussion
- Topic: QOS Classification
- Replies: 1
- Views: 2307
QOS Classification
My Requirements: I am trying to figure out the correct way to set up my QOS. Currently Person 2 who plays a lot of videos is taking a lot of bandwidth away from Person 1 who is trying to type information on a remote SSH server. Here are my requirements: Person 1: Requires fast access to SSH for bus...
- Sat Apr 09, 2016 10:13 pm
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND V3
- Replies: 140
- Views: 174342
Re: TL-WR1043ND V3
Oviano's can be found on page 1 of this topic. He posted both a 1.8 and 1.9 link to drop box files.
- Sat Apr 09, 2016 9:37 pm
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND V3
- Replies: 140
- Views: 174342
Re: TL-WR1043ND V3
Glad you got it all figured out. So, if we both using the same image how come I don't see bandwidth chart? Any suggestion? Hi meazz1, which image are you using? I was using Lantis' image, but switched to oviano's images. Both of oviano's images are working for bandwidth charts. Lantis' wasn't worki...
- Sat Apr 09, 2016 2:31 pm
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND V3
- Replies: 140
- Views: 174342
Re: TL-WR1043ND V3
Well, it seems like I reached a stand still and couldn't figure out the issue. I have now tried both of oviano's images (1.8.1 and 1.9.0) and they both work great for me. I can now see bandwidth charts and the firewall/qos is not generating any errors. Thanks everyone for your help especially Lantis...
- Sat Apr 09, 2016 1:07 pm
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND V3
- Replies: 140
- Views: 174342
Re: TL-WR1043ND V3
Also, when I enable QOS I still have the following errors when restarting the firewall:
Cannot find device "imq0" (repeated several times)
iptables v1.4.21: unknown option "--todev"
Cannot find device "imq0" (repeated several times)
iptables v1.4.21: unknown option "--todev"
- Sat Apr 09, 2016 2:29 am
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND V3
- Replies: 140
- Views: 174342
Re: TL-WR1043ND V3
Okay, I had to change the following line: wan_ip=$(uci -P "/var/state" get network.wan.ipaddr) to: . /lib/functions/network.sh; network_get_ipaddr ip wan; wan_ip=$ip in both of these files: /usr/lib/gargoyle_firewall_util/gargoyle_firewall_util.sh /etc/init.d/bwmon_gargoyle This fixed the ...
- Fri Apr 08, 2016 2:24 am
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND V3
- Replies: 140
- Views: 174342
Re: TL-WR1043ND V3
On this page https://wiki.openwrt.org/doc/uci it has the following information: Get WAN IP address Backfire uci -P/var/state get network.wan.ipaddr The uci state vars are deprecated and not used anymore for network related information. In Trunk (not really uci) do . /lib/functions/network.sh; networ...
- Fri Apr 08, 2016 1:35 am
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND V3
- Replies: 140
- Views: 174342
Re: TL-WR1043ND V3
I tracked down the first "uci: Entry not found" error to the file /usr/lib/gargoyle_firewall_util/gargoyle_firewall_util.sh. This was the line giving the error: wan_ip=$(uci -p /tmp/state get network.wan.ipaddr) Not familiar with uci, but when I run "uci -p /tmp/state show" there...
- Fri Apr 08, 2016 1:05 am
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND V3
- Replies: 140
- Views: 174342
Re: TL-WR1043ND V3
I'm not sure what I'm looking for, so maybe this will help someone track down what the issue is. If you need me to do something to help track this down just let me know. Investigating the file restart_firewall.sh gives the following info: 1. The line "/etc/init.d/bwmon_gargoyle stop >/dev/null ...