help needed with dummynet
Chuck Swiger
cswiger at mac.com
Mon Sep 6 11:02:52 PDT 2004
Alex Povolotsky wrote:
> I want to make ssh traffic 'top priority', giving it all bandwidth it
> wants, without explicitly limiting other kinds of traffic.
OK. Consider something like the following:
ipfw pipe 1 config
ipfw queue 1 config pipe 1 weight 100
ipfw queue 2 config pipe 1 weight 1
ipfw add queue 1 tcp from any to any ssh
ipfw add queue 2 ip from any to any
--
-Chuck
More information about the freebsd-net
mailing list