All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] How to MARK NATtted packets coming from external interface to an internal host ?
@ 2001-12-13 12:27 Claudio L. Salvadori
  2001-12-13 13:39 ` bert hubert
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Claudio L. Salvadori @ 2001-12-13 12:27 UTC (permalink / raw)
  To: lartc

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:


                         +-----------+
Internal network        |   Linux   |        Internet
------0-----------------|  Gateway  |-------------
       |            eth0 |    NAT    | eth1
    [client]             +-----------+
   192.168.1.8


I tried to use the following command to mark the packets:

iptables -t mangle -A PREROUTING -i eth1 -d 192.168.1.8
           -j MARK --set-mark 1

But the packets are not being marked probably because they were
not NATtted yet and still have the destination ip of the external interface.

How can I classify this traffic so I can shape it ?


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







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

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

end of thread, other threads:[~2001-12-16 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2001-12-16 13:52 ` bert hubert

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.