post-firewall script lacks forward slash
Hi Akbor,
I just looked through the post-firewall script you attached to your first post. If the second line in this script really reads like:
/usr/local/sbin wshaper start "$1" 1300 320
then you're definately not calling your own customized wshaper script. It should look like this:
/usr/local/sbin/wshaper start "$1" 1300 320
Furthermore, I find the values in the output of the wshaper status eth1 command a bit strange... 800Mbit? 100000Kbit? Are you sure you're calling the script with correct parameters?
Good luck!