Re: [LARTC] TCP window based shaping

2005-02-11 Thread marco ghidinelli
On Fri, Feb 11, 2005 at 02:57:59AM +, Ed Wildgoose wrote: I like the sound of this idea, but I don't follow the details? Certainly it seems to me that you can do most of the work by only looking at outgoing ACK packets. For example with certain assumptions we can simply measure the

[LARTC] SNAT and multiply real addresses ?

2005-02-11 Thread [EMAIL PROTECTED]
hi, I have a real networks on the eth0 side and real network on the eth1 side. a.a.a.0/24 x.x.x.0/24 eth0--SNAT-box--eth1:0 y.y.y.2/24 y.y.y.1/24 ===INTERNET z.z.z.0/24 I want to nat those behind eth0 to go out as y.y.y.0/24 (eth1 is with another address different gw and address, so that

[LARTC] Help!!! Bandwith Control with a NAT machine

2005-02-11 Thread Miguel Ángel Domínguez Durán
Hello everyone, First of all, sorry for my poor english. I've been working with this for a few weeks and I'm getting sick... I'm trying to control the bandwith in my network using the following script. The machine where the script is running makes NAT, eth0 is connected to the router and

Re: [LARTC] priorizing vlans in a bridge

2005-02-11 Thread [EMAIL PROTECTED]
Hi, You should use eth0.1 and eth0.2 in your tc statements ... ciao charles On Thu, 2005-02-10 at 23:05, [EMAIL PROTECTED] wrote: Hi, this is my Linux Box LAN 1 -|--eth1 ---br1---eth0.1 | | \|

[LARTC] load sharing

2005-02-11 Thread Payal Rathod
Hi, I am taking my machine loaded with Mandrake 10.0 and Suse 9.1 to my friend's place. She has 2 different ISP providing pppoe connections in her office. She has allowed me try load balancing on my machine on Sunday. I just wanted to know does lartc stand good with pppoe? I have heard

Re: [LARTC] load sharing

2005-02-11 Thread Kenneth Kalmer
On Fri, 11 Feb 2005 12:39:26 -0500, Payal Rathod [EMAIL PROTECTED] wrote: Hi, I am taking my machine loaded with Mandrake 10.0 and Suse 9.1 to my friend's place. She has 2 different ISP providing pppoe connections in her office. She has allowed me try load balancing on my machine on Sunday. I

Re: [LARTC] TCP window based shaping

2005-02-11 Thread Ed Wildgoose
i'm just trying to slow the traffic (it's for my master|degree|pedigree thesis, so i don't want to waste all my life on this) without changing the window size. How do we fit this thing into the linux QOS architecture anyway? i'm writing a scheduler that just delay the ack rate (it's in a

RE: [LARTC] Redundant Links Routing

2005-02-11 Thread Doug Johnson
Maybe a better way of asking this question is if I use link load balancing and one of the links fail would the remaining link continue to function normally without interruption to service. The second question is concerning the differences in link speeds will it degrade performance in comparison to

Re: [LARTC] Help!!! Bandwith Control with a NAT machine

2005-02-11 Thread Andy Furniss
Miguel Ángel Domínguez Durán wrote: Hello everyone, First of all, sorry for my poor english. I've been working with this for a few weeks and I'm getting sick... I'm trying to control the bandwith in my network using the following script. The machine where the script is running makes NAT, eth0 is

Re: [LARTC] priorizing vlans in a bridge

2005-02-11 Thread Andy Furniss
[EMAIL PROTECTED] wrote: Hi, this is my Linux Box LAN 1 -|--eth1 ---br1---eth0.1 | | \| |eth0--|- 802.1q tagged 1 Mbps link | /|

Re: [LARTC] TCP window based shaping

2005-02-11 Thread Ed Wildgoose
I did notice that there was a netfilter module which did window tracking. It's in POM under the fairly experimental section I think. Haven't checked it out, but there could be some interesting code in there Ed W ___ LARTC mailing list /

Re: [LARTC] TCP window based shaping

2005-02-11 Thread Andy Furniss
Ed Wildgoose wrote: i'm just trying to slow the traffic (it's for my master|degree|pedigree thesis, so i don't want to waste all my life on this) without changing the window size. How do we fit this thing into the linux QOS architecture anyway? i'm writing a scheduler that just delay the