[bwm-tools-tech] Not shaping anymore (Where to troubleshoot)
Brought to you by:
nkukard
From: someone k. <gun...@gm...> - 2007-06-23 12:07:48
|
Hi Andrew, You can try either of the steps, In you running configuration just add the iptables rules iptables -A INPUT -i lo -j ACCEPT OR you can append this firewall.xml tags and reload the bwm_firewall -l #in the acl classes <class name="loopback"> <address src-iface="lo"/> </class> # In control lists inside the filter table in input chain add a rule <rule name="loop" target="ACCEPT"> loopback; </rule> After trying one of the following steps try running bwm_monitor. Check for the traffice shaping and make sure of it. -------------- with regards Sudip Karki Sys Admin HealthNet Nepal. |