All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] giving internal traffic a own queu
@ 2003-04-23  6:48 k3ssl
  2003-04-23 18:04 ` Stef Coene
  2003-05-01  3:59 ` Martin A. Brown
  0 siblings, 2 replies; 3+ messages in thread
From: k3ssl @ 2003-04-23  6:48 UTC (permalink / raw)
  To: lartc

Hi
Im using a Linux Router, sharing dsl for the lan.
Now Im trying to set up one queue for each Computer conected from lan.
Setting up the queues is easy, but making a rule that matches them not.
tc filter add dev ppp0 parent 1: protocol ip prio 10 u32 \
   match ip src 10.0.0.2/32 \
   flowid 1:20
that doesnt work at all. It produces no error, but they still use default 
(1:50) instead of 1:20.
Now my question, how do you mark your internal traffic?
I dont want to change anything at eth1 (internal net) because the router 
works as Fileserver too.
How do I use eg. iptables? i ve found sth. calles --mark value, but nowere 
explained what "value" means and what values are legal and I dont want it 
to match any rule for the Router (eg. minimized delay or sth).
thanks
Dieter
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

end of thread, other threads:[~2003-05-01  3:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-23  6:48 [LARTC] giving internal traffic a own queu k3ssl
2003-04-23 18:04 ` Stef Coene
2003-05-01  3:59 ` Martin A. Brown

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.