Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] Problem With Load Balancing the Links
@ 2002-12-22  9:32 hare ram
  2002-12-22 16:42 ` Julian Anastasov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hare ram @ 2002-12-22  9:32 UTC (permalink / raw)
  To: lartc

Hi

iam following the Julian Nano.txt, iam able to setup all
but when i check the following command

[root@pdn root]# ip route list table 222
default  proto static
        nexthop via 202.x.x.254  dev eth0 weight 256 dead onlink pervasive
        nexthop via 203.x.x.17  dev eth1 weight 1


why iam getting this dead onlink pervasive, the document says i should get
weight 1
what ism doing wrong with this setup
some one suggest me

thanks
hare

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] Problem With Load Balancing the Links
  2002-12-22  9:32 [LARTC] Problem With Load Balancing the Links hare ram
@ 2002-12-22 16:42 ` Julian Anastasov
  2002-12-23  5:47 ` hare ram
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Julian Anastasov @ 2002-12-22 16:42 UTC (permalink / raw)
  To: lartc


	Hello,

On Sun, 22 Dec 2002, hare ram wrote:

> iam following the Julian Nano.txt, iam able to setup all
> but when i check the following command
>
> [root@pdn root]# ip route list table 222
> default  proto static
>         nexthop via 202.x.x.254  dev eth0 weight 256 dead onlink pervasive
>         nexthop via 203.x.x.17  dev eth1 weight 1

	This smells like one iproute utility bug, just upgrade to iproute2
from Year 2002 which fixes similar problem.

Regards

--
Julian Anastasov <ja@ssi.bg>

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] Problem With Load Balancing the Links
  2002-12-22  9:32 [LARTC] Problem With Load Balancing the Links hare ram
  2002-12-22 16:42 ` Julian Anastasov
@ 2002-12-23  5:47 ` hare ram
  2002-12-23 10:27 ` Julian Anastasov
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hare ram @ 2002-12-23  5:47 UTC (permalink / raw)
  To: lartc

Hi

iam using redhat 8.0 with Latest Kernel
2.4.18-18.0
with iproute
[root@pdn root]# rpm -q iproute
iproute-2.4.7-5


is this Corect or i need to still upgrade
if so, i did not find latest than this

thanks
hare
----- Original Message -----
From: "Julian Anastasov" <ja@ssi.bg>
To: "hare ram" <hareram@sol.net.in>
Cc: <lartc@mailman.ds9a.nl>
Sent: Sunday, December 22, 2002 10:12 PM
Subject: Re: [LARTC] Problem With Load Balancing the Links


>
> Hello,
>
> On Sun, 22 Dec 2002, hare ram wrote:
>
> > iam following the Julian Nano.txt, iam able to setup all
> > but when i check the following command
> >
> > [root@pdn root]# ip route list table 222
> > default  proto static
> >         nexthop via 202.x.x.254  dev eth0 weight 256 dead onlink
pervasive
> >         nexthop via 203.x.x.17  dev eth1 weight 1
>
> This smells like one iproute utility bug, just upgrade to iproute2
> from Year 2002 which fixes similar problem.
>
> Regards
>
> --
> Julian Anastasov <ja@ssi.bg>
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] Problem With Load Balancing the Links
  2002-12-22  9:32 [LARTC] Problem With Load Balancing the Links hare ram
  2002-12-22 16:42 ` Julian Anastasov
  2002-12-23  5:47 ` hare ram
@ 2002-12-23 10:27 ` Julian Anastasov
  2002-12-23 10:40 ` hare ram
  2002-12-23 12:05 ` Julian Anastasov
  4 siblings, 0 replies; 6+ messages in thread
From: Julian Anastasov @ 2002-12-23 10:27 UTC (permalink / raw)
  To: lartc


	Hello,

On Mon, 23 Dec 2002, hare ram wrote:

> iam using redhat 8.0 with Latest Kernel
> 2.4.18-18.0
> with iproute
> [root@pdn root]# rpm -q iproute
> iproute-2.4.7-5

	I'm not sure if 2.4.7-5 covers the desired version but here it is:

ftp://ftp.inr.ac.ru/ip-routing/iproute2-2.4.7-now-ss020116-try.tar.gz

> is this Corect or i need to still upgrade
> if so, i did not find latest than this

	You can always list the above directory for latest tarballs

> thanks
> hare

Regards

--
Julian Anastasov <ja@ssi.bg>

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] Problem With Load Balancing the Links
  2002-12-22  9:32 [LARTC] Problem With Load Balancing the Links hare ram
                   ` (2 preceding siblings ...)
  2002-12-23 10:27 ` Julian Anastasov
@ 2002-12-23 10:40 ` hare ram
  2002-12-23 12:05 ` Julian Anastasov
  4 siblings, 0 replies; 6+ messages in thread
From: hare ram @ 2002-12-23 10:40 UTC (permalink / raw)
  To: lartc

Hi

thanks, for the suggestion
let me look and install this latest one

as you have mentioned in the documents, the last time should be default, but
why iam getting 253 here

0:      from all lookup local
50:     from all lookup main
201:    from 202.63.96.0/24 lookup 201
202:    from 202.63.111.150/24 lookup 202
222:    from all lookup 222
32766:  from all lookup main
32767:  from all lookup 253

and iam not able to Ping or go out from My gateway IP
i can only Ping my Gateway IP's

thanks
hare



----- Original Message -----
From: "Julian Anastasov" <ja@ssi.bg>
To: "hare ram" <hareram@sol.net.in>
Cc: <lartc@mailman.ds9a.nl>
Sent: Monday, December 23, 2002 3:57 PM
Subject: Re: [LARTC] Problem With Load Balancing the Links


>
> Hello,
>
> On Mon, 23 Dec 2002, hare ram wrote:
>
> > iam using redhat 8.0 with Latest Kernel
> > 2.4.18-18.0
> > with iproute
> > [root@pdn root]# rpm -q iproute
> > iproute-2.4.7-5
>
> I'm not sure if 2.4.7-5 covers the desired version but here it is:
>
> ftp://ftp.inr.ac.ru/ip-routing/iproute2-2.4.7-now-ss020116-try.tar.gz
>
> > is this Corect or i need to still upgrade
> > if so, i did not find latest than this
>
> You can always list the above directory for latest tarballs
>
> > thanks
> > hare
>
> Regards
>
> --
> Julian Anastasov <ja@ssi.bg>
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

* Re: [LARTC] Problem With Load Balancing the Links
  2002-12-22  9:32 [LARTC] Problem With Load Balancing the Links hare ram
                   ` (3 preceding siblings ...)
  2002-12-23 10:40 ` hare ram
@ 2002-12-23 12:05 ` Julian Anastasov
  4 siblings, 0 replies; 6+ messages in thread
From: Julian Anastasov @ 2002-12-23 12:05 UTC (permalink / raw)
  To: lartc


	Hello,

On Mon, 23 Dec 2002, hare ram wrote:

> as you have mentioned in the documents, the last time should be default, but
> why iam getting 253 here

	Table "default" (253) is always there but we don't use it
because we want table "main" before 201 and 202.

> 0:      from all lookup local
> 50:     from all lookup main
> 201:    from 202.63.96.0/24 lookup 201
> 202:    from 202.63.111.150/24 lookup 202
> 222:    from all lookup 222
> 32766:  from all lookup main
> 32767:  from all lookup 253
>
> and iam not able to Ping or go out from My gateway IP
> i can only Ping my Gateway IP's

	Check the settings again.

> thanks
> hare

Regards

--
Julian Anastasov <ja@ssi.bg>

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

end of thread, other threads:[~2002-12-23 12:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-22  9:32 [LARTC] Problem With Load Balancing the Links hare ram
2002-12-22 16:42 ` Julian Anastasov
2002-12-23  5:47 ` hare ram
2002-12-23 10:27 ` Julian Anastasov
2002-12-23 10:40 ` hare ram
2002-12-23 12:05 ` Julian Anastasov

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