All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Smith <vsmith@senet.com.au>
To: lartc@vger.kernel.org
Subject: [LARTC] limiting across singular ip's
Date: Thu, 15 Mar 2001 23:47:26 +0000	[thread overview]
Message-ID: <marc-lartc-98469934902126@msgid-missing> (raw)

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/

                 reply	other threads:[~2001-03-15 23:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-98469934902126@msgid-missing \
    --to=vsmith@senet.com.au \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.