All of lore.kernel.org
 help / color / mirror / Atom feed
From: senthil <senthil@multitech.co.in>
To: lartc@vger.kernel.org
Subject: [LARTC] Two routing cache entries
Date: Wed, 25 May 2005 05:45:02 +0000	[thread overview]
Message-ID: <42940E0E.6030008@multitech.co.in> (raw)

hi all,
i am setting up a load balancing network with failover,
i have applied julian patch,
but whenever i try to establish a new connection from any client node, it gives me two
entries in the routing cache for that destination with different or same interface for those entries,
but off the two entries only one route path is used for the transmission. 

the ip rule/route are as follows,

        ip rule add prio 222 table 222
        ip route add default table 222 proto static \
                nexthop via $GWE1 dev $IFE1 weight 1\
                nexthop via $GWE2 dev $IFE2 weight 1

if i see the routing cache for that ip,
shows following,

205.158.62.141 via 203.88.135.213 dev eth1  src 203.88.135.212
    cache  mtu 1500 advmss 1460
205.158.62.141 from 192.168.1.51 via 203.88.135.205 dev eth2  src 192.168.1.242
    cache <src-direct>  mtu 1500 advmss 1460 iif eth0

please see eth1 and eth2 in both entries,

what can be the reason behind this,
thanx in advance,
Regards,
senthil


_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

                 reply	other threads:[~2005-05-25  5:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42940E0E.6030008@multitech.co.in \
    --to=senthil@multitech.co.in \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.