This is a discussion on Re: PF queueing within the lucky.openbsd.misc forums, part of the OpenBSD category; --> Tried that, didn't work. On 7/13/06, Pablo Halamaj <pablo.halamaj@gmail.com> wrote: > > On 13/07/06, Der Engel <engelster@gmail.com> wrote: > ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Tried that, didn't work. On 7/13/06, Pablo Halamaj <pablo.halamaj@gmail.com> wrote: > > On 13/07/06, Der Engel <engelster@gmail.com> wrote: > > But isn't there some config or trick to do between the two interfaces to > > achieve this? > > > > On 7/13/06, Jeff Quast <af.dingo@gmail.com> wrote: > > > > > > On 7/13/06, Der Engel <engelster@gmail.com> wrote: > > > > Hi! I have try for several days to achieve the following goal with > PF > > > but > > > > failed repeatedly, have read all the docs also, especially this > > > > http://www.openbsd.org/faq/pf/queueing.html > > > > The goal is: To be able to set dowload/upload speeds to PC's on the > lan, > > > so > > > > far i have succed in setting dowload speeds for PC's but no luck > with > > > > upload. > > > > > > > #pass in on $ext_if from $pc to any queue pcout --> I know, wrong > > > > > > > You cannot control the speed at which packets arrive on an interface. > > > Think about it. It may not be documented because its pretty much a > > > duh. > > > > > You should do the bandwith limit to the packet when it goes out of your > box! > To change the uploading of your internal network you should apply the > queue to the rule: > > pass out on $ext_if from $pc to any queue pcout |