Quota

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Is it possible to use the Quota option to put a quota on a specific IP
address?

I would assume it would look something like this

iptables -A INPUT -s (IP_ADDRESS) -m quota --quota (bytes) -j ACCEPT
iptables -A OUTPUT -d  (IP_ADDRESS) -m quota --quota (bytes) -j ACCEPT
iptables -A FORWARD -s  (IP_ADDRESS) -m quota --quota (bytes) -j ACCEPT
iptables -A FORWARD -d  (IP_ADDRESS) -m quota --quota (bytes) -j ACCEPT





[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux