All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] shaping on tcp ports
@ 2004-12-29 12:50 Paras pradhan
  2004-12-30 18:59 ` Stef Coene
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paras pradhan @ 2004-12-29 12:50 UTC (permalink / raw)
  To: lartc

hi all:

the following scipt is wokring perfectly with limiting ...on limimitng per
ip basis..


----
eth0=public static ip
eth2= private ip ( 192.168.2.1)
--
iptables -t mangle -A POSTROUTING -s ! 192.168.0.0/32 -d 192.168.2.101/32
-j MARK --set-mark 21012

tc class add dev eth2 parent 1:1 classid 1:2101 htb rate 32kbit ceil 64kbit

tc filter add dev eth2 parent 1:0 protocol ip prio 2 handle 21012 fw
classid 1:2101

tc qdisc add dev eth2 parent 1:2101 handle 2101: sfq perturb 10

-----------------

Now what i am trying to do is... limiting 192.168.2.101 75% for httpd and
25% to rest..

what i have to do? i am confused on iptables marking as well..

Thanks
Paras.


Paras pradhan
Systems Dept.
Bajranet PVT LTD
Kathmandu
Nepal.


_______________________________________________
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:[~2004-12-31 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-29 12:50 [LARTC] shaping on tcp ports Paras pradhan
2004-12-30 18:59 ` Stef Coene
2004-12-31 11:43 ` Paras pradhan
2004-12-31 13:57 ` 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.