On Wednesday 20 September 2006 15:50, Norberto Meijome wrote: > gotcha, so i may end up using 2 firewalls anyway... :-) I think I may go > with ipfw and dummynet to keep it to one set.... I'll have to read on some > comparisons before making up my mind...
Perhaps you can combine ipfw/dummynet and pf/ALTQ. I know for sure that you can use pf and ipfw at the same time. The filtering is done in a serial way(packets that are allowed through the first packet filter, go through the second etc). You can load the modules in any order you like and this will be the order packets flow through the packet filters... Don't know if that's the case with dummynet and ALTQ... Also, ipfw can "inject" packets to altq. You still have to use pf for setting up the queues. HTH, Nikos _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"