All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Claudio L. Salvadori" <cls@xpnet.com.br>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] How to MARK NATtted packets coming from external interface to an internal host ?
Date: Thu, 13 Dec 2001 16:42:59 +0000	[thread overview]
Message-ID: <marc-lartc-100826175719569@msgid-missing> (raw)
In-Reply-To: <marc-lartc-100824638812421@msgid-missing>

Hi,

I have considered using 'tc filter' with the u32 classifier
but I couldn't find a way to differentiate between traffic coming
from the Internet (source ip = any) from traffic originating
in the gateway (source ip = ip of eth0). I need this because
I would like to shape only traffic coming from the Internet.
Internal clients should be able to download data from the gateway 
without any bandwidth restriction.

If at least there was a NOT (! like in iptables) operator
in the match syntax  I could assume that traffic not coming from the 
source ip of eth0 is coming from the Internet. Something like this:

tc filter add dev eth0 parent 10:1\
                        protocol ip\
                        prio 1\
                        u32\
  NOT operator -->      match ip src ! (eth0 IP)\
                        match ip dst (client IP)\
                        classid 10:2

Any ideas on how to differentiate these two kinds of traffic
using 'tc filter' ?

Best regards,
Claudio Leonel Salvadori
cls@xpnet.com.br




bert hubert wrote:

> On Thu, Dec 13, 2001 at 10:27:37AM -0200, Claudio L. Salvadori wrote:
> 
>>Hi,
>>
>>I would like to control download bandwidth from the Internet for
>>clients inside a network. The gateway is a Linux box using
>>'iptables nat'.
>>I would like to use 'iptables mangle' to mark the packets coming
>>from the Internet and going to specific clients and then use CBQ
>>to shape it:
>>
> 
> 
> Mangle is being upgraded by the netfilter people to be available everywhere.
> In he meantime, you should use tc filters to shape on eth0's egress. For
> what you want, the commands are very simple.
> 
> 
>>How can I classify this traffic so I can shape it ?
>>
> 
> http://ds9a.nl/lartc/HOWTO//cvs/2.4routing/output/2.4routing-9.html#ss9.6
> 'All the filtering commands you will normally need'.
> 
> Regards,
> 
> bert
> 
> 



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

  parent reply	other threads:[~2001-12-13 16:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-13 12:27 [LARTC] How to MARK NATtted packets coming from external interface to an internal host ? Claudio L. Salvadori
2001-12-13 13:39 ` bert hubert
2001-12-13 16:42 ` Claudio L. Salvadori [this message]
2001-12-16 13:52 ` bert hubert

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-100826175719569@msgid-missing \
    --to=cls@xpnet.com.br \
    --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.