Which one best suits my requirements

For starters, you need queue statements on your 'pass in' rules as well, or return traffic caused by those rules will not be queued properly.
 
DutchDaemon said:
For starters, you need queue statements on your 'pass in' rules as well, or return traffic caused by those rules will not be queued properly.

Nice to see new edit button.

Sir, what i got.

Code:
# .. Pass rules, Shaping for PC1
pass in quick on $ext_if from any to $pc1 [color="Red"]queue pc1_down[/color]
pass out quick on $int_if from any to $pc1 queue pc1_down

pass in quick on $int_if from $pc1 to any [color="Red"]queue pc1_up[/color]
pass out quick on $ext_if from $pc1 to any queue pc1_up

# .. Pass rules, Shaping for PC2
pass in quick on $ext_if from any to $pc2 [color="Red"]queue pc2_down[/color]
pass out quick on $int_if from any to $pc2 queue pc2_down

pass in quick on $int_if from $pc2 to any [color="Red"]queue pc2_up[/color]
pass out quick on $ext_if from $pc2 to any queue pc2_up

I made the changes in red, but still the same.

Am i doing right, if not plz send me link of any solution which works from internet, if any. i.e to understand how it works. {HFSC)

Regards!
 
Thanks to all who supported in everyaspect, Experts on this forum are doing very well, Good Job1

A tutorial with working examples will be updated on Computer Scientists at Pakistan blog soon.

Warm Regards!
 
Amanat said:
Thanks to all who supported in everyaspect, Experts on this forum are doing very well, Good Job1

A tutorial with working examples will be updated on Computer Scientists at Pakistan blog soon.

Warm Regards!

Hi. I see you solved your problem. Can you post your ruleset here. I have the same problem.

Thanks!
 
Back
Top