hi :
i used ros 6.x version;
I encountered a problem when using ROS
I just want to limit client access Internet bandwidth
Without the need to restrict all internal and external network
help
hi :
i used ros 6.x version;
I encountered a problem when using ROS
I just want to limit client access Internet bandwidth
Without the need to restrict all internal and external network
help
Hi,
You could just put a simple queue with bigger bandwidth for your LAN-LAN traffic.
/queue simple
add dst=192.168.0.0/24 max-limit=100M/100M name=LAN target=192.168.0.0/24
Make sure to put this before your other queue for actual shaping.
Cheers