bandwitdth control

ahmettaha

Registered
Im trying to put a bandwitdth limit to my carracho server. I have made pipes for the ports but i couldnt configure them. so the connection still uses my whole bandwitdh. what I tried to do was to limit the output bandwidth to 15 kbytes/s

add 00100 pipe 1 tcp from $(host) to any 6700 via en0 out
add 00200 pipe 2 tcp from $(host) to any 6701 via en0 out
pipe 1 config bw 15KByte/s
pipe 2 config bw 15KByte/s
add 65535 allow ip from any to any


I couldnt make the ipfw to accept line 3 and 4. it gives me some errors about dummynet. How do I do it?
 
Back
Top