ipfw traffic shaping

I have following rules:

Code:
pipe 1 config bw 1Mbit/s
add 8380 pipe 1 tcp from any to any src-port www
add 8380 pipe 1 tcp from any to any dst-port www

yet my MRTG show's way more traffic then just 1Mbit/s

can someone help me?
 
kenbukan said:
Hello i have the same problems try

Code:
pipe 1 config bw 10Kbit/s

i don't know where is the bug.

I don't understand, are you asking me to try it as it as a solution for my issue? or as you showing me what you doing and it's similar to mine?
 
Hello alexus,

i use two Gbit ethernet cards as bridge and to shape the traffic of this, if i use
Code:
ipfw pipe 1 config bw 10Mbit/s
the traffic is more than 10Mbit/s.

If i use
Code:
ipfw pipe 1 config bw 100Kbit/s
the traffic is shaping of 10Mbit/s

But the bridge is break after 2 minutes.
 
Back
Top