Hi to all, I'm trying to set dummynet(4) to limit in/out traffic for each IP.
I have searched on web and I found it.
This is just for a range of IP but I want to set all IP limit.
I have searched on web and I found it.
Code:
ipfw add pipe 4 src-ip 10.1.2.0/24 in
ipfw pipe 4 config bw 300Kbit/s queue 20 mask dst-ip 0x000000ff
This is just for a range of IP but I want to set all IP limit.