Displaying 2 results from an estimated 2 matches for "melgaard".
Did you mean:
elgaard
2006 Feb 02
2
limit number of connections per ip
Hello!
I''ve read a lot of mail archives, but can''t find solutions for my problem.
I have router with about 700 users. I''m using HTB with SFQ leaf qdiscs for every user (client ip). So, different IP can have its own rate limit.
This scheme ir working fine for a long time. But how can I limit number of connections (sessions) from one host? I see from ip_conntrack
2006 Jan 30
1
Shared ADSL SHAPER
...the
uplink speed in Azureus the downlink will grow again, it is quiet obvious.
I''ve tried adding some trick from the net, to especially improve ACK
performance, but it hasn''t helped.
Setup:
Clients (1-32)---Switch---Linux(shaper+firewall)---Cisco Soho 78---ISP
BR
Rasmus Melgaard
------------------------------------
FIREWALL: Firewall script:
#First we flush our current rules
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
#Setup default policies to handle unmatched traffic
iptables -P INPUT ACCEPT
iptables -P OUTP...