[LARTC] arp src ip trouble

2004-03-18 Thread Alexander Trotsai
Hi I have some troubles with linux src ip selection algoritm for arp request My scheme is Server IP1 (service) IP2 (one of vlan) <> Network Net with address IP3 IP4 - client for service Client open tcp connection and transfer data Cl

Re: [LARTC] IMQ Stability

2004-01-28 Thread Alexander Trotsai
On Fri, Jan 23, 2004 at 10:29:13AM -0700, Michael S. Kazmier wrote: MSK>Hello all, MSK>I have been doing a lot of archive searching over the last week reading MSK>posts on IMQ and it's apparent stability / instability. I have seen a MSK>number of posts about it not being maintained as well. Can

Re: Re: [LARTC] IMQ and kernel-2.4.22

2003-09-02 Thread Alexander Trotsai
On Tue, Sep 02, 2003 at 10:38:26AM -0300, Toshiro Viera wrote: TV>> Hi, TV>> does anyone know if IMQ can be installed on linux kernel-2.4.22 ? TV>> The latest version until now it seems to be IMQ patch against linux 2.4.21 TV>> and when I tried to apply the patch to 2.4.22 I've got some errors. TV

Re: [LARTC] packet rate limiting

2003-09-01 Thread Alexander Trotsai
On Sat, Aug 30, 2003 at 10:39:11AM +0200, [EMAIL PROTECTED] wrote: >I'm currently looking for a QoS extension that allows to limit the packet >rate to a given value. As I'm using HTB at the moment bandwidth limiting works >pretty well but packet rate limiting would be superb. >I do traffic shaping

[LARTC] equal cost multipath

2003-07-23 Thread Alexander Trotsai
Hi Could soneone tell me how linux divide traffic between interfaces? I have two equal speed interfaces but traffic divided not equal. Can I make few non-equal bandwidth channel into multipath? -- Best regard, Aleksander Trotsai aka MAGE-RIPE aka MAGE-UANIC My PGP key at ftp://blackhole.adamant.

Re: [LARTC] imq device

2003-07-08 Thread Alexander Trotsai
Do you patch iptables? Do you make .IMQ-test executable? On Tue, Jul 08, 2003 at 12:10:57PM -0300, Esteban wrote: E>hi, E>i cant get the -j IMQ on netfilter. The module is loaded E>Module Size Used byTainted: P E>ipt_IMQ 768 0 (unused) E>imq

Re: Re: [LARTC] Out of IMQ interfaces

2003-07-08 Thread Alexander Trotsai
On Tue, Jul 08, 2003 at 12:50:26PM +0300, Hasso Tepper wrote: HT>Alexander Trotsai wrote: HT>> May you need mark packets with iptables and one IMQ device HT>> with htb queue HT>> Something like HT>> iptables -t mangle -A PREROUTING -i intf1 -j MARK --set-mark 1 HT>&

Re: [LARTC] Out of IMQ interfaces

2003-07-08 Thread Alexander Trotsai
May you need mark packets with iptables and one IMQ device with htb queue Something like iptables -t mangle -A PREROUTING -i intf1 -j MARK --set-mark 1 . iptables -t mangle -A PREROUTING -i intfN -j MARK --set-mark N iptables -t mangle -A PREROUTING -j IMQ And to imq0 attach HTB qdisc with sha

Re: Re: [LARTC] imq patches for 2.4.21 available

2003-06-18 Thread Alexander Trotsai
s On Wed, Jun 18, 2003 at 04:09:50PM +0200, Patrick McHardy wrote: PM>Alexander Trotsai wrote: PM> PM>>Something about IMQ device PM>>I try to add imq0 with standard way in redhat distribution PM>>via ifcfg-imq0 file (and add line in modules.conf) and got PM>>BUG PM>

Re: [LARTC] imq patches for 2.4.21 available

2003-06-18 Thread Alexander Trotsai
Something about IMQ device I try to add imq0 with standard way in redhat distribution via ifcfg-imq0 file (and add line in modules.conf) and got BUG If I attache IP address to IMQ device withing next hours (may be days, randomly) kernel crash with stack dump and panic Without address same configura

Re: [LARTC] IMQ ingress shaping

2003-03-21 Thread Alexander Trotsai
On Mon, Mar 17, 2003 at 01:22:38AM +0100, Jirka Pirko wrote: JP>is here anybody successfully running HTB + IMQ for ingress traffic?? i can't JP>do it :( JP>i'm using following commands: JP># ifconfig imq0 up JP># iptables -A PREROUTING -t mangle -i eth2 -j IMQ --todev imq0 I see mistake at line

Re: [LARTC] howto mark packet's dscp value

2003-03-13 Thread Alexander Trotsai
On Thu, Mar 13, 2003 at 03:56:48PM +0800, Philip Ho wrote: PH>Dear all PH>can anyone tell me how to mark packet's DSCP value using tc? You must use iptable not tc iptable -t mangle -A -s DSCP --set-dscp -- Best regard, Aleksander Trotsai aka MAGE-RIPE aka MAGE-UANIC My PGP key at ftp://black

Re: Re: [LARTC] filters parent

2003-02-26 Thread Alexander Trotsai
On Wed, Feb 26, 2003 at 03:44:03PM +0100, Stef Coene wrote: SC>On Wednesday 26 February 2003 08:39, Alexander Trotsai wrote: SC>> Could someone tell me about filter's parent value. SC>> I want make such config SC>> htb tree SC>> at leaf attach prio and at last pr

[LARTC] filters parent

2003-02-25 Thread Alexander Trotsai
Could someone tell me about filter's parent value. I want make such config htb tree at leaf attach prio and at last prio leaf attach sfq htb tree wocker successfully (split with ip fw mark) but if I try attach prio I want split traffic only for this leaf (not any) so I have root qdisc 1: and prio q

Re: [LARTC] what NIC for heavy load?

2002-12-06 Thread Alexander Trotsai
On Mon, Dec 02, 2002 at 10:30:10PM +0100, Anton Tinchev wrote: AT>Hi, AT>first i wonna thank you for the great work. AT>I have few slack boxes with several 3com cards that acts as routers. AT>Some of them has 50+ vlans, 100 000+ routing entries, full BGP (zebra) with 10+ peers AT>and routes 50-70

[LARTC] Could someone help me understand htb queuening

2002-11-06 Thread Alexander Trotsai
Hi anyone I try to use htb and got some strange situation My hbt config is root htb with default to 999 class Then I make 2 classes 999 and 998 And make many many (near 60) leafs attached to 998 root ! ! 999 998 ---...---> many leafs root att

Re: [LARTC] LARTC and TUN/TAP interface

2002-10-17 Thread Alexander Trotsai
ee log-messages) FD>Does anybody have experience with this? FD>Thanks and regards. I'm apply tbf to tunnel unterface and all work ok Work on linux 2.4.20pre4 and redhat distribution kernel -- Best regard, Alexander Trotsai aka MAGE-RIPE aka MAGE-UANIC My PGP at ftp://blackhole.adaman

[LARTC] masq vs snat

2002-08-29 Thread Alexander Trotsai
Hi all Is snat /x -> 1IP equal to masquerade? If I want specify address for masquerade, could I use snat for this? -- Best regard, Alexander Trotsai aka MAGE-RIPE aka MAGE-UANIC My PGP at ftp://blackhole.adamant.net/pgp/trotsai.key[.asc] ___ LA

[LARTC] [Q] htb

2002-07-15 Thread Alexander Trotsai
Hi Can I make htb node (class) without rate limit For example limit ip1/len1 to xx kb limit ip2/len2 to yy kb any other traffic - without limit? -- Best regard, Alexander Trotsai aka MAGE-RIPE aka MAGE-UANIC My PGP at ftp://blackhole.adamant.net/pgp/trotsai.key[.asc] Big trouble - Your modem

[LARTC] IMQ crash dump

2002-07-12 Thread Alexander Trotsai
Jul 10 10:08:55 EEST 2002 i686 unknown May be I do something wrong or any other ideas? -- Best regard, Alexander Trotsai aka MAGE-RIPE aka MAGE-UANIC My PGP at ftp://blackhole.adamant.net/pgp/trotsai.key[.asc] Big trouble - The Borg tried to assimilate your system. Resistance

Re: Re: [LARTC] HTB does not work

2002-07-10 Thread Alexander Trotsai
On Wed, Jul 10, 2002 at 10:29:43AM +0200, bert hubert wrote: bh>On Wed, Jul 10, 2002 at 11:07:20AM +0300, Alexander Trotsai wrote: bh>> [root@watcher root]# tc qdisc add dev eth0 root handle 1: bh>> htb default 20 bh>Make doubly sure that you are running a patched tc. Verify w

Re: [LARTC] HTB does not work

2002-07-10 Thread Alexander Trotsai
10, 2002 at 11:04:35AM +0300, Alexander Trotsai wrote: AT>Hi AT>Could someone help me. I'm successfully install htb patches AT>and new tc binary, but htb won't work AT>[root@watcher root]# uname -a AT>Linux watcher.adamant.ua 2.4.19-pre8-ac5 #2 Wed Jul 10 AT>10:08:55 EES

[LARTC] HTB does not work

2002-07-10 Thread Alexander Trotsai
ot@watcher root]# tc qdisc change dev lo root handle 2: htb RTNETLINK answers: No such file or directory [root@watcher root]# why? -- Best regard, Alexander Trotsai aka MAGE-RIPE aka MAGE-UANIC My PGP at ftp://blackhole.adamant.net/pgp/trotsai.key[.asc] Big trouble - Decreasing ele