Re: need help with keep state and shaping

2008-08-01 Thread news
Hello once more, What difference in state-policy floating and if-bound? If i am using tagging for incoming and outgoing traffic? Which policy I need to use? Thanks, Albertas > Thanks for suggestion. Is any difference using set state-policy if-bound? > When what state policy to use? > > Thanks, Al

Re: need help with keep state and shaping

2008-07-30 Thread news
Thanks for suggestion. Is any difference using set state-policy if-bound? When what state policy to use? Thanks, Albertas > PF makes 2 states per connection, so try this > ($int_if is users LAN) > > pass in quick on $int_if from 10.0.0.1 to any tag user1 queue download1 > pass in quick on $ext_i

Re: need help with keep state and shaping

2008-07-29 Thread news
Hello once more, It whould be very interesting to hear from you how to use keep state for router, shaping in and out traffic. I am using around thousand of queues(hfsc) and it makes a lot of performace problems. Using keep state it would reduce it, but as i mention before, i have problems using it.

need help with keep state and shaping

2008-07-28 Thread news
ext_if="bge0" int_if="bge1" pass out quick on $ext_if from 10.0.0.1 to any queue upload1 pass out quick on $int_if from any to 10.0.0.1 queue download1 pass out quick on $ext_if from 10.0.0.2 to any queue upload2 pass out quick on $int_if from any to 10.0.0.2 queue download2 pass out quick on $e