Linux Netfilter discussions
 help / color / mirror / Atom feed
* bandwidth
@ 2002-12-12 18:00 Andrew J. Meader
  2002-12-12 19:14 ` bandwidth Rob Sterenborg
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew J. Meader @ 2002-12-12 18:00 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

Hi,

There are a couple of situations where I need to limit bandwidth on some 
of my machines. Can anyone share some solutions they have used? Here are 
a couple of examples of what I am trying to accomplish:

    * Limit bandwidth to certain ftp sites from localhost.
    * Establish a maximum bandwidth for any connection transiting the
      firewall/router.

Thanks.

Andy


[-- Attachment #2: Type: text/html, Size: 589 bytes --]

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

* RE: bandwidth
  2002-12-12 18:00 bandwidth Andrew J. Meader
@ 2002-12-12 19:14 ` Rob Sterenborg
  2002-12-13  7:24   ` bandwidth Blizzards
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Sterenborg @ 2002-12-12 19:14 UTC (permalink / raw)
  To: netfilter

> There are a couple of situations where I need to limit 
> bandwidth on some of my machines. Can anyone share some 
> solutions they have used? Here are a couple of examples of 

HTB with iproute2 tc utility.
http://luxik.cdi.cz/~devik/qos/htb/ 

Works just fine, easy to configure.


Rob



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

* Re: bandwidth
  2002-12-12 19:14 ` bandwidth Rob Sterenborg
@ 2002-12-13  7:24   ` Blizzards
  2002-12-13  8:36     ` 2 internet link problem (forwarding help i think?) louie miranda
  0 siblings, 1 reply; 4+ messages in thread
From: Blizzards @ 2002-12-13  7:24 UTC (permalink / raw)
  To: Rob Sterenborg; +Cc: netfilter

Rob Sterenborg wrote:

>>There are a couple of situations where I need to limit 
>>bandwidth on some of my machines. Can anyone share some 
>>solutions they have used? Here are a couple of examples of 
>>    
>>
>
>HTB with iproute2 tc utility.
>http://luxik.cdi.cz/~devik/qos/htb/ 
>
>Works just fine, easy to configure.
>
>
>Rob
>
>
>
>  
>
You can use iptables USER SPACE with SHAPERED.
http://webs.sinectis.com.ar/lesanti/shaperd.

Bye.
G.




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

* 2 internet link problem (forwarding help i think?)
  2002-12-13  7:24   ` bandwidth Blizzards
@ 2002-12-13  8:36     ` louie miranda
  0 siblings, 0 replies; 4+ messages in thread
From: louie miranda @ 2002-12-13  8:36 UTC (permalink / raw)
  To: netfilter

Hi things i have to clear first!

DEFAULT GATEWAY = 203.100.100.1
MACHINE's (primary) IP = 203.100.100.2 - NIC1
MACHINE's (secondary) IP = 203.100.100.3 - NIC2
MASQ BLOCK = 10.0.0.0/16 - NIC3

I have 3 NIC Cards, My only problem is i want to route all my MASQ BLOCK
that when they
access IP BLOCK 203.100.200.0/24 they will come out on NIC2 (Secondary IP of
my machine)
And all other packets to its default route.

Is this possible? Im currently mixed up also when i tried to add the `route`
on linux when i ping
that ip, the secondary IP will not work anymore but my default route to NIC1
will be still the same.

Its like this, I can access 203.100.100.3 (Im not yet adding my secondary
ip/route) When i add
my secondary ip/route 203.100.100.3 "ifconfig eth2 203.100.100.3 netmask
255.255.255.240 up"
I can no longer access 203.100.100.3 But all of my other connections are
working except for that.

my kernel routing table after adding.. (not real ip's)

panic:/# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
203.100.100.*  0.0.0.0         255.255.255.248 U     0      0        0 eth0
203.100.100.*  0.0.0.0         255.255.255.240 U     0      0        0 eth2
10.0.0.0        0.0.0.0         255.255.0.0     U     0      0        0 eth1
0.0.0.0         203.100.100.1  0.0.0.0         UG    0      0        0 eth0


Hope someone can help!


--
thanks,
louie miranda




--
thanks,
louie miranda




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

end of thread, other threads:[~2002-12-13  8:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-12 18:00 bandwidth Andrew J. Meader
2002-12-12 19:14 ` bandwidth Rob Sterenborg
2002-12-13  7:24   ` bandwidth Blizzards
2002-12-13  8:36     ` 2 internet link problem (forwarding help i think?) louie miranda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox