using pf for packet filtering and ipfw's dummynet for bandwidth limiting at the same time
- by krdx
I would like to ask if it's fine to use pf for all packet filtering (including using altq for traffic shaping) and ipfw's dummynet for bandwidth limiting certain IPs or subnets at the same time.
I am using FreeBSD 10 and I couldn't find a definitive answer to this. Googling returns such results as:
It works
It doesn't work
Might work but it's…