View Single Post
Old 13th September 2017
Amithapr Amithapr is offline
Fdisk Soldier
 
Join Date: Dec 2015
Posts: 69
Default

Hi Jggimi,

Thanks for the guidance. I tried the following rules separately. But those didn't activate both queues

Code:
match out on $ext_if proto {tcp, udp} from $bmpc_wks to any port>=80 queue bmpc
Code:
pass out on $ext_if proto {tcp, udp} from $bmpc_wks to any port>=80 queue bmpc
I commented the " match out on $ext_if proto {tcp, udp} from $int_if to any port>=80 queue std " rule
Reply With Quote