All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Ingress mode
@ 2003-08-13 13:28 Raghuveer
  2003-08-13 13:32 ` Martin A. Brown
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Raghuveer @ 2003-08-13 13:28 UTC (permalink / raw)
  To: lartc

Hi,

I would like to know whether can we do bandwidth management(traffic 
control) for incomming traffic to firewall.
For ex;- If my firewall WAN interface IP is 203.145.1.2 and any data 
from internet comming to  203.145.1.2 whether can be controlled...?
If my total bandwidth= 512kb and I want to allocate 100kb to a LAN m/c 
with IP 192.168.1.2 for http traffic, how will I do it..?

-Raghu


_______________________________________________
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

* Re: [LARTC] Ingress mode
  2003-08-13 13:28 [LARTC] Ingress mode Raghuveer
@ 2003-08-13 13:32 ` Martin A. Brown
  2003-08-14  6:39 ` Raghuveer
  2003-08-15  4:24 ` Martin A. Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Martin A. Brown @ 2003-08-13 13:32 UTC (permalink / raw)
  To: lartc

Raghuveer,

 : I would like to know whether can we do bandwidth management(traffic
 : control) for incomming traffic to firewall. For ex;- If my firewall WAN
 : interface IP is 203.145.1.2 and any data from internet comming to
 : 203.145.1.2 whether can be controlled...? If my total bandwidth= 512kb
 : and I want to allocate 100kb to a LAN m/c with IP 192.168.1.2 for http
 : traffic, how will I do it..?

If your linux host is not the source or sink for any of the traffic, you
can shape the inbound traffic on the inside interface of your bandwidth
management box.  If, however, the directly connected box is the source or
sink for traffic, you'll need to look at other options.

I would suggest considering IMQ.  (Search the archives.)

  http://www.google.com/search?q=site%3Amailman.ds9a.nl+IMQ
  http://www.google.com/search?q=site%3Amailman.ds9a.nl+IMQ+ingress

You can also use an ingress qdisc and a policer.  (Search the archives.)

  http://www.google.com/search?q=site%3Amailman.ds9a.nl+ingress+policer

And there's a recent posting on this topic:

  http://mailman.ds9a.nl/pipermail/lartc/2003q3/009572.html

-Martin

-- 
Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com

_______________________________________________
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

* Re: [LARTC] Ingress mode
  2003-08-13 13:28 [LARTC] Ingress mode Raghuveer
  2003-08-13 13:32 ` Martin A. Brown
@ 2003-08-14  6:39 ` Raghuveer
  2003-08-15  4:24 ` Martin A. Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Raghuveer @ 2003-08-14  6:39 UTC (permalink / raw)
  To: lartc

Thanks Martin for valuable links, Iam going through it.
I want to apply traffic control rules for the incomming traffic to my 
firewall, which is what we call it as Ingress mode, am I right....?
Just to confirm, suppose my firewall WAN interface is eth0 with IP 
66.218.71.198 and LAN interface is eth1 with IP 192.168.1.2. So any 
traffic from Internet---->WAN is where I want to do traffic control for 
my LAN IP's. Hence amI right in saying that in ingress mode traffic 
control will be happening at eth0 interface(or ppp0 interface, WAN with 
ppp0 enabled).
I saw in the link documents that, for ingress we are using imq0, so how 
this will fit into my scenario...?. I understood that in ingress mode we 
have to drop the packets instead of queueing it like in egress mode, so 
is it going to have any effects other than latency...?

-Raghu



Martin A. Brown wrote:

>Raghuveer,
>
> : I would like to know whether can we do bandwidth management(traffic
> : control) for incomming traffic to firewall. For ex;- If my firewall WAN
> : interface IP is 203.145.1.2 and any data from internet comming to
> : 203.145.1.2 whether can be controlled...? If my total bandwidth= 512kb
> : and I want to allocate 100kb to a LAN m/c with IP 192.168.1.2 for http
> : traffic, how will I do it..?
>
>If your linux host is not the source or sink for any of the traffic, you
>can shape the inbound traffic on the inside interface of your bandwidth
>management box.  If, however, the directly connected box is the source or
>sink for traffic, you'll need to look at other options.
>
>I would suggest considering IMQ.  (Search the archives.)
>
>  http://www.google.com/search?q=site%3Amailman.ds9a.nl+IMQ
>  http://www.google.com/search?q=site%3Amailman.ds9a.nl+IMQ+ingress
>
>You can also use an ingress qdisc and a policer.  (Search the archives.)
>
>  http://www.google.com/search?q=site%3Amailman.ds9a.nl+ingress+policer
>
>And there's a recent posting on this topic:
>
>  http://mailman.ds9a.nl/pipermail/lartc/2003q3/009572.html
>
>-Martin
>
>  
>


_______________________________________________
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

* Re: [LARTC] Ingress mode
  2003-08-13 13:28 [LARTC] Ingress mode Raghuveer
  2003-08-13 13:32 ` Martin A. Brown
  2003-08-14  6:39 ` Raghuveer
@ 2003-08-15  4:24 ` Martin A. Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Martin A. Brown @ 2003-08-15  4:24 UTC (permalink / raw)
  To: lartc

Hi there Raghuveer,

Just a brief answer here.

 : I want to apply traffic control rules for the incomming traffic to my
 : firewall, which is what we call it as Ingress mode, am I right....?
 : Just to confirm, suppose my firewall WAN interface is eth0 with IP
 : 66.218.71.198 and LAN interface is eth1 with IP 192.168.1.2. So any
 : traffic from Internet---->WAN is where I want to do traffic control for
 : my LAN IP's. Hence amI right in saying that in ingress mode traffic
 : control will be happening at eth0 interface(or ppp0 interface, WAN with
 : ppp0 enabled).
 :
 : I saw in the link documents that, for ingress we are using imq0, so how
 : this will fit into my scenario...?. I understood that in ingress mode
 : we have to drop the packets instead of queueing it like in egress mode,
 : so is it going to have any effects other than latency...?

If you are using the Internet-connected host simply as a
routing, firewalling, masquerading and bandwidth controlling host, simply
forget about using IMQ.  Just shape the inbound traffic on your eth0
before you transmit it to the clients, and shape the outbound traffic on
ppp0 (wan0?) before you transmit it to the Internet.

Best of luck,

-Martin

-- 
Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com

_______________________________________________
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:[~2003-08-15  4:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-13 13:28 [LARTC] Ingress mode Raghuveer
2003-08-13 13:32 ` Martin A. Brown
2003-08-14  6:39 ` Raghuveer
2003-08-15  4:24 ` Martin A. Brown

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.