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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to