Hi , checkout the 'netnice' tool , here is the link : http://www.netnice.org/
you can use 'netnice' just like the well know 'nice' except the fact that the ressource managed by 'nice' is the cpu , while 'netnice' manages the network interface access. Enjoy , -- Saber On Tue, September 7, 2004 3:02 am, Chuck Swiger said: > 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]" > ------------------------------------------------------------------- Saber Zrelli Japan Advanced Institute of Science and Technology School of Informations Science , Shinoda Lab. Url : www.jaist.ac.jp/~zrelli Gpg key-id : E3A7EC6C _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"