Hi Jordan,

I ask this a while back too and many thanks to Stuart Henderson who might chime in? Basically the queuing is done on the outbound interface.


So when you make your rules if you have 15Mbs upstream bandwidth then that is where you do the queuing. See the OBSD and PF manual for how to set queues up in PF. You can then monitor them through 'systat q' or 'pfctl -sq'.


Something like eg. pass out quick on $ext_if proto tcp from {WAN_ADDRESS} to any port 80  modulate state set queue http_out set prio 4


Regards,


Kaya


On 02/17/18 20:30, Jordan Geoghegan wrote:
Hi folks, I was wondering how one goes about maintaining separate upload and download queues in pf. I have been playing with various combinations and I can't seem to get both queues to apply simultaneously.

For example, I have a 150 down 15 up connection. I want to limit a specific device on the network to 100 down and 10 up. I can't for the life of me figure out how to make this apply. I either end up setting a 10 megabit limit or 100. How do the pf gurus manage their asymmetrical connections?


Reply via email to