Re: [LARTC] bandwidth manager using a linux bridge

2002-10-04 Thread Paul P. Pongco
=>It works very well. I used cbq with the u32 filter on a linux bridge. =>If you want to use iptables on a bridge, you will need some extra patches. yes, confirmed. I just made it work using HTB on a linux bridge. Cheers, Paul P. Pongco Mosaic Communications In

Re: [LARTC] HTB configuration

2002-10-04 Thread Stef Coene
On Friday 04 October 2002 17:39, Remus wrote: > Hi folks, > > I'm new in HTB (CBQ too). > > I want this scenario for my Internet connection: > > local IP 1 have to have half speed of internet connection (for incoming and > receiving as well) local IP 2 another half of internet speed (for incoming

Re: [LARTC] ip rule and traceroute

2002-10-04 Thread Julian Anastasov
Hello, On Thu, 3 Oct 2002, Jacob Teplitsky wrote: > I'm trying to force traceroute to use non default (not main) routing table, but it >doesn't work. > Anyclues are appriciated. > # traceroute -s 10.10.10.13 192.168.2.1 > traceroute to 192.168.2.1 (192.168.2.1) from 10.10.10.13, 30 ho

[LARTC] HTB configuration

2002-10-04 Thread Remus
Hi folks,   I'm new in HTB (CBQ too).   I want this scenario for my Internet connection:   local IP 1 have to have half speed of internet connection (for incoming and receiving as well) local IP 2  another half of internet speed (for incoming and receiving as well)   So if one of IP 1 or 2 do

Re: [LARTC] bandwidth manager using a linux bridge

2002-10-04 Thread Stef Coene
On Friday 04 October 2002 04:04, Paul P. Pongco wrote: > Hello List, > > Has anyone tried doing this using CBQ or HTB? I have seen > implementations of firewall(using ipchains and iptables) using a linux > bridge. > Thanks. It works very well. I used cbq with the u32 filter on a linux bridge. If

Re: [LARTC] dsl latency...

2002-10-04 Thread Stef Coene
On Friday 04 October 2002 06:24, Mattt wrote: > Was just reading over the script, and remembered that I re-installed it > fresh... it's *not* slightly modified as stated below, other than the > d/u link numbers... the noprio stuff is all empty... All packets are ending up in the root qdisc so you

[LARTC] rule based routing

2002-10-04 Thread Arindam Haldar
hi all, we are having 2 gateways & hence are using rule based routing on ip source. we want to do now rule based routing on users... by user i mean user of linux box itself, for eg squid ftp etc i tried to do the same using owner patch with iptables, but was unable to achieve the desired res

[LARTC] Thousands of classes, BW throttling and prioritizing??

2002-10-04 Thread Dare
Hello, I need to limit the bandwidth to 1Mbit per user IP (and never give more) and inside of each 1Mbit prioritize minimum-delay traffic (video stream from specific servers, so I mangle TOS for packets from those). The problem is I need this for *thousands* of users. I am guessing thousands

Re: [LARTC] How to use private IP on my DMZ network

2002-10-04 Thread Paul Zirnik
On Fri, 4 Oct 2002, Roselyn Calleja wrote: > I have problems with my DMZ network. I'm using Linux with three interface (eth0, >eth1,eth2). eth0 is connected to my dsl modem, eth1 is for my DMZ network where it >contains all my websites, eth2 is my private network. I'm using iptables. Below i