Now we will dig deeper and see how to configure traffic control on OpenWRT.
This is done as part of the #cops:activeinfra learning group. We are organizing a series of gatherings to share learnings about topics related to active infrastructure, that being the elements of the infrastructure that are configurable and customizable (like wireless routers).
Hi all!! Thank you for the session.
I am testing TC together with pirania. The idea is to manage bandwidth of who has voucher, I have tried adding a filter based on the mark made by pirania iptables filtering.
Them based in an example from Linux Advanced Routing & Traffic Control HOWTO
I added a filter: tc filter add dev wlan0-apname parent 1:0 protocol ip prio 1 handle 9124714 fw classid 1:10
This class has a limit of 1mibt tc class add dev wlan0-apname parent 1:1 classid 1:10 htb rate 1mbit ceil 1mbit prio 0
But looking to tc, seems it is not restricting it: