connection limit per ip

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

 



I have red hat linux 7.3 with normail dialup and i have 15 clients which are connected with my linux box.
 
I am using simple MASQUERADING for internet sharing, now i want to put limit of 1kb limit for each user.
 
here is my rule for internet sharing, please advice me it is good enough or should i change my rule.
 
/sbin/iptables --flush
/sbin/iptables --table nat --flush
/sbin/iptables --delete-chain
/sbin/iptables --table nat --delete-chain
/sbin/iptables --table nat --append POSTROUTING -s 192.168.0.0/24 --out-interface ppp0 -j MASQUERADE
echo 1 > /proc/sys/net/ipv4/ip_forward


Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!

[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