FreshJR
Very Senior Member
On some routers the location of the TC executable has moved from /usr/sbin/tc into /bin/tc. For the users affected by this recent change, this update is required.
This update also includes a change that will push an error message to the system log if any custom rules have syntax errors.
A router reboot to clear the improper mount point (from the old version of the script) is required after this update, for the script to work on the affected routers.
**Note: a reboot is sufficient, does NOT have to be a full reset!
Prerequisites:
You will need putty and pscp, as well as the script. Also you need to be on fw 382+
Install/Update Guide:
1) turn OFF qos
2) In command prompt
3) In putty
4) turn ON qos
<< OUTDATED VERSION, NEWER RELEASE AVAILABLE >>
This update also includes a change that will push an error message to the system log if any custom rules have syntax errors.
A router reboot to clear the improper mount point (from the old version of the script) is required after this update, for the script to work on the affected routers.
**Note: a reboot is sufficient, does NOT have to be a full reset!
Prerequisites:
You will need putty and pscp, as well as the script. Also you need to be on fw 382+
http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
You do not have to install these executables, they are portable. Move them, and the script, into a new folder called Putty on your C:\ drive.
It should look like this:
You do not have to install these executables, they are portable. Move them, and the script, into a new folder called Putty on your C:\ drive.
It should look like this:
- C:\Putty\putty.exe
- C:\Putty\pscp.exe
- C:\Putty\FreshJR_QOS_beta5.txt
- C:\Putty\FreshJR_QOS_fakeTC_beta5.txt
Install/Update Guide:
1) turn OFF qos
2) In command prompt
Code:
cd C:\putty\
pscp -scp C:\Putty\FreshJR_QOS_beta5.txt admin@192.168.1.1:/jffs/scripts/FreshJR_QOS
pscp -scp C:\Putty\FreshJR_QOS_fakeTC_beta5.txt admin@192.168.1.1:/jffs/scripts/FreshJR_QOS_fakeTC
3) In putty
Code:
dos2unix /jffs/scripts/FreshJR_QOS
dos2unix /jffs/scripts/FreshJR_QOS_fakeTC
chmod 0755 /jffs/scripts/FreshJR_QOS
chmod 0755 /jffs/scripts/FreshJR_QOS_fakeTC
sed -i '/FreshJR_QOS/d' /jffs/scripts/firewall-start
/jffs/scripts/FreshJR_QOS install
<< OUTDATED VERSION, NEWER RELEASE AVAILABLE >>
Attachments
Last edited: