I have a private network, it have 100 client computers
I want to get this limit:
one private ip to one public ip only can sent 100 packets per second.
For Example:
at same time , private Ip 192.168.0.1 can sent 99 packets to 220.220.1.1 and sent 90 packets to 221.221.1.1 per second, but cann’t sent more then 100 packets to each of public ip.
how to?
Please tell me , thanks very much!