From: Sudheer Divakaran <sudheer@svw.com>
To: lartc@vger.kernel.org
Subject: [LARTC] multiple gateways causes problem
Date: Tue, 24 Aug 2004 14:33:15 +0000 [thread overview]
Message-ID: <412B4EDB.7070704@svw.com> (raw)
Hi all,
My machine has got two network cards and both of them are connected to
two different ISPs. I have added two ISPs to my default gateway with
same metric.
Let a.b.c.d be the IP of 1st network card and e.f.g.h be the ip of the
second network card
i.e., Card1 - IP=a.b.c.d, Gateway=gateway1.isp1.net
Card2 - IP=e.f.g.h, Gateway=gateway2.isp2.net
route add -net 0/0 gw gateway1.isp1.net metric 0
route add -net 0/0 gw gateway2.isp2.net metric 0
My problem is, if I try to access the 1st Network card (a.b.c.d --
ISP1) from a remote machine, sometimes the connection takes a long time
to establish. Is it due to the reply packets going through the second
ISP?. If so how can I rectify this while maintaining both routes?.
When I removed the second ISP from the routes, everything is working
fine. Also, I don't have any problem in accessing these machine from
my Lan.
One more thing to note is that I don't have any problem in access the
second IP (e.f.g.h of ISP2) even if BOTH THE ROUTES are in my routing
table (with same metric).
What could be wrong here?
Thanks,
Sudheer
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
reply other threads:[~2004-08-24 14:33 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=412B4EDB.7070704@svw.com \
--to=sudheer@svw.com \
--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.