* [LARTC] limiting across singular ip's
@ 2001-03-15 23:47 Scott Smith
0 siblings, 0 replies; only message in thread
From: Scott Smith @ 2001-03-15 23:47 UTC (permalink / raw)
To: lartc
Hi list,
I'm trying to limit the bandwidth for individual ip's on a network and I
can't seem to get it to work...
I thought that maybe doing this as the final line may make it work:
tc filter add dev eth1 parent 10:0 protocol ip prio 100 u32 match ip dst
192.168.1.2/32 flowid 10:100
tc filter add dev eth1 parent 10:0 protocol ip prio 100 u32 match ip dst
192.168.1.3/32 flowid 10:100
...
etc
but its not, what it is doing is limiting the entire 192.168.1.x subnet
with the rate that I set...
Is there anything that specifically needs to be added for it to limit to
the individual IP's I set?
- Scott
--
------------------------------------------------------------
Scott Smith
Systems Support
SE Network Access Pty Ltd
222 Grote Street Adelaide SA 5000
Tel:08 8221 5221 Fax:08 8221 5220 Support:08 8221 5792
scott.smith@senet.com.au
http://www.senet.com.au
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-03-15 23:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-15 23:47 [LARTC] limiting across singular ip's Scott Smith
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.