All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] TCNG
@ 2004-03-01 20:28 Barry Rooney
  2004-03-03  6:30 ` Martin A. Brown
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Barry Rooney @ 2004-03-01 20:28 UTC (permalink / raw)
  To: lartc

<P>Hi All,</P>
<P>I'm using TCNG to restrict certain types of traffic to certain ip
addresses using a Linux router, and some masq'd computers behind it.</P>
<P>Unfortunately something like this...</P>
<P>#include "fields.tc"&nbsp;&nbsp;&nbsp;&nbsp; <BR>#include "ports.tc"</P>
<P>#define INTERFACE&nbsp; eth1&nbsp; </P>
<P>dev INTERFACE {<BR>&nbsp;&nbsp;&nbsp; egress { </P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* In class selection path,
the filters come first!&nbsp; DSmark */ <BR>&nbsp;class ( &lt;$video&gt; )
if tcp_sport = 554 &amp;&amp; ip_dst =
10.1.1.10;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class (
&lt;$other&gt; )&nbsp; if 1 ; </P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* section in which we
configure the qdiscs and classes */ </P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; htb () {
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class
( rate 3500kbps, ceil 3500kbps ) {
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $video = class ( rate 50kbps,
ceil 50kbps ) { sfq; } ;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
$other&nbsp; = class ( rate 1000kbps, ceil 3450kbps ) { sfq; }
;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;
}<BR>}</P>
<P>Doesn't seem to be working...</P>
<P>Any ideas</P>
<P>Thanks.</P>
<P>&nbsp;</P>

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

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

end of thread, other threads:[~2006-03-15  4:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-01 20:28 [LARTC] TCNG Barry Rooney
2004-03-03  6:30 ` Martin A. Brown
2004-03-03 10:41 ` Barry Rooney
2004-03-04  4:55 ` Martin A. Brown
2006-03-07  0:41 ` [LARTC] tcng Juan Felipe Botero
2006-03-14  0:11 ` Jason Boxman
2006-03-14 16:42 ` Larry Brigman
2006-03-15  4:00 ` Jason Boxman

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.