From: Andrew Beverley <andy@andybev.com>
To: J Webster <jw.jwebster@gmail.com>
Cc: Jon Lewis <jlewis@lewis.org>, netfilter@vger.kernel.org
Subject: Re: using iptables to speed limit connections
Date: Wed, 26 Oct 2011 16:58:40 +0100 [thread overview]
Message-ID: <1319644720.26402.6532.camel@andybev-desktop> (raw)
In-Reply-To: <4EA80ECF.8030206@googlemail.com>
On Wed, 2011-10-26 at 14:44 +0100, J Webster wrote:
> On 26/10/2011 14:20, Jon Lewis wrote:
> > On Wed, 26 Oct 2011, J Webster wrote:
> >
> >> Is there any easy way to speed limit connections on a VPN to 2 Mbps?
Not really any easy way that I am aware of...
> >> My server is 100Mbps but I have connections on a VPN of 10.8.0.0. so
> >> need to limit the outbound connection from 10.8.0.0 to 2 Mbps.
> >> I tried reading the stuff on leaf but the tutorial doesn't seem very
> >> straightforward and there is not much information on this on the net.
Agreed.
> >
> > You probably should have a look at
> > http://lartc.org/howto/lartc.qdisc.html
<Top posting fixed>
> The problem is not so much limiting the overall connection but limiting
> the connection of each individual vpn user to 2Mbps.
> So, there is 100Mbps to share between 10 users, they should each get 2,
> giving a use of 20Mbps.
In which case you'll need a classful qdisc. HTB is probably a good place
to start. You'll need a leaf class for each user, and you'll need to add
a filter for each one, probably by IP address from what you've already
said (or you can do using a netfilter mark using flowid)
> Also, I wasn't sure from those pages whether this should be applied to
> each IP on the VPN network 10.8.0.0/24 or every IP with outgoing packets
> but that would then limit the server to 2 Mbps.
If I'm reading correctly, I suggest you'll need one HTB qdisc on your
outbound interface, with a leaf class for each IP on the VPN network.
I've found these pages very helpful:
http://www.opalsoft.net/qos/DS.htm
See how you get on, and if you need more help then please shout.
Andy
prev parent reply other threads:[~2011-10-26 15:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-26 11:28 using iptables to speed limit connections J Webster
2011-10-26 13:20 ` Jon Lewis
2011-10-26 13:44 ` J Webster
2011-10-26 15:58 ` Andrew Beverley [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1319644720.26402.6532.camel@andybev-desktop \
--to=andy@andybev.com \
--cc=jlewis@lewis.org \
--cc=jw.jwebster@gmail.com \
--cc=netfilter@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox