From: "Korey O'Dell" <korey@zaneray.com>
To: lartc@vger.kernel.org
Subject: [LARTC] Multiple uplinks, ssh connections hang
Date: Mon, 26 Feb 2007 21:43:29 +0000 [thread overview]
Message-ID: <45E35481.5020106@zaneray.com> (raw)
Folks,
Ive got two ISP connections that I am using with:
---
ip route add 192.168.200.0/24 dev eth2 src 192.168.200.11 table connection1
ip route add default via 192.168.200.1 table connection1
ip route add x.175.244.0/24 dev eth1 src x.175.244.2 table connection2
ip route add default via x.175.244.1 table connection2
ip rule add from 192.168.200.11 table connection1
ip rule add from x.175.244.2 table connection2
echo "Enabling load balancing between ISP connections..."
ip route add default scope global nexthop via 192.168.200.1 dev eth2
weight 1 nexthop via x.175.244.1 dev eth1 weight 1
iptables -t nat -A POSTROUTING -o eth1 -j SNAT --to x.175.244.2
iptables -t nat -A POSTROUTING -o eth2 -j SNAT --to 192.168.200.11
---
The 192.168.200.x (lan) network gets to the internet via another gateway
(192.168.200.1).
Client machines on the 200.x network work ok except for ssh connections
to machines on the internet hanging. It asks for a password and hangs.
Any ideas? Thanks Korey
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
next reply other threads:[~2007-02-26 21:43 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-26 21:43 Korey O'Dell [this message]
2007-02-26 22:52 ` [LARTC] Multiple uplinks, ssh connections hang Martin A. Brown
2007-02-26 23:42 ` Ming-Ching Tiew
2007-02-27 1:12 ` Denny Zulfikar
2007-02-27 21:16 ` Alex Samad
2007-02-28 2:00 ` Luciano Ruete
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=45E35481.5020106@zaneray.com \
--to=korey@zaneray.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.