All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] always beeing able to login via ssh
@ 2002-11-25 11:34 Peter Holm
  2002-11-25 16:23 ` Stef Coene
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Holm @ 2002-11-25 11:34 UTC (permalink / raw)
  To: lartc

Hi,

how do i have to configure HTB or any other traffic shaping software
if I want to keep enough "headroom" to always beeing able to connect
to a server via ssh, even if there is a lot of traffic?



Have a nice thread,
Peter
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] always beeing able to login via ssh
  2002-11-25 11:34 [LARTC] always beeing able to login via ssh Peter Holm
@ 2002-11-25 16:23 ` Stef Coene
  2002-11-25 18:15 ` Peter Holm
  2002-11-25 18:44 ` Stef Coene
  2 siblings, 0 replies; 4+ messages in thread
From: Stef Coene @ 2002-11-25 16:23 UTC (permalink / raw)
  To: lartc

On Monday 25 November 2002 12:34, Peter Holm wrote:
> Hi,
>
> how do i have to configure HTB or any other traffic shaping software
> if I want to keep enough "headroom" to always beeing able to connect
> to a server via ssh, even if there is a lot of traffic?
If you split the traffic and put the ssh and non-ssh traffic in 2 separated 
classes, you will get some improvements.  Give the ssh class a higher 
priority and you will get some more improvements.  If you want very good 
respons, you can limit all the non-ssh traffic so it can never use 100%.  If 
you give it a maximum of 99% of the link, the other 1% is direct available 
for ssh.

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.oftc.net

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] always beeing able to login via ssh
  2002-11-25 11:34 [LARTC] always beeing able to login via ssh Peter Holm
  2002-11-25 16:23 ` Stef Coene
@ 2002-11-25 18:15 ` Peter Holm
  2002-11-25 18:44 ` Stef Coene
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Holm @ 2002-11-25 18:15 UTC (permalink / raw)
  To: lartc

On Mon, 25 Nov 2002 17:23:23 +0100, you wrote:

>If you split the traffic and put the ssh and non-ssh traffic in 2 separated 
>classes, you will get some improvements.  Give the ssh class a higher 
>priority and you will get some more improvements.  If you want very good 
>respons, you can limit all the non-ssh traffic so it can never use 100%.  If 
>you give it a maximum of 99% of the link, the other 1% is direct available 
>for ssh.

How is the syntax for limiting all non-ssh traffic to 99% ?

Thanks for your attention!



Have a nice thread,
Peter
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] always beeing able to login via ssh
  2002-11-25 11:34 [LARTC] always beeing able to login via ssh Peter Holm
  2002-11-25 16:23 ` Stef Coene
  2002-11-25 18:15 ` Peter Holm
@ 2002-11-25 18:44 ` Stef Coene
  2 siblings, 0 replies; 4+ messages in thread
From: Stef Coene @ 2002-11-25 18:44 UTC (permalink / raw)
  To: lartc

On Monday 25 November 2002 19:15, Peter Holm wrote:
> On Mon, 25 Nov 2002 17:23:23 +0100, you wrote:
> >If you split the traffic and put the ssh and non-ssh traffic in 2
> > separated classes, you will get some improvements.  Give the ssh class a
> > higher priority and you will get some more improvements.  If you want
> > very good respons, you can limit all the non-ssh traffic so it can never
> > use 100%.  If you give it a maximum of 99% of the link, the other 1% is
> > direct available for ssh.
>
> How is the syntax for limiting all non-ssh traffic to 99% ?
See lartc.org and www.docum.org

Basically, you have to add a cbq or htb root qdisc with 2 classes.  One for 
the ssh traffic, the other for non-ssh traffic.  The ssh class has a rate of 
1% of you link, the other 99%.  And you need 2 filters.  One for the ssh 
traffic (dport = 22) and an other that match all the traffic so you can put 
the traffic in the classes.

Stef


-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.oftc.net

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-11-25 18:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-25 11:34 [LARTC] always beeing able to login via ssh Peter Holm
2002-11-25 16:23 ` Stef Coene
2002-11-25 18:15 ` Peter Holm
2002-11-25 18:44 ` Stef Coene

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.