On Sat, May 29, 2010 at 01:35:19PM -0500, Andres Genovez wrote: > 2010/5/29 Andres Genovez <[email protected]>: > > 2010/5/28 Christiano F. Haesbaert <[email protected]>: > >> On 28 May 2010 02:17, LeviaComm Networks NOC <[email protected]> wrote: > >>>> One thing that I would like to continue to do is filter packets based > >>>> on type, namely P2P type packets. I want to give them a low priority > >>>> in the QoS. On Linux, I use Layer7 rules, is there something similar, > >>>> or the same for OpenBSD? Also, is it possible to block those packets > >>>> between certain times and at other times, just reduce the priority?
> > Hi, I am interested in this "weak" point of OpenBSD, so I must say, > > how can I achieve such a goal? How can I trap this packets and send > > them to /dev/null for example, a guide somewhere? > http://www.openbsd.org/cgi-bin/man.cgi?query=hoststated&apropos=0&sektion=0&m > anpath=OpenBSD+Current&arch=i386&format=html I think you mean relayd(8), it has been renamed a long time ago. But yes, the best way to do this is to force all traffic through proxies and drop/slow everything else. Joachim

