All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Need information on multi-homing
@ 2002-03-02 23:49 Bruce Perens
  2002-03-03  1:21 ` bert hubert
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bruce Perens @ 2002-03-02 23:49 UTC (permalink / raw)
  To: lartc

Is there a multi-homing FAQ? I've not been able to find it.

Here's my system's configuration:

	eth0:	SDSL at 216.15.108.186 (dnai-net)
	eth1:	ADSL at 67.114.175.138 (sbc-net)
	eth2:	DHCP network at 192.168.1.1 .
	lo:	127.0.0.1

	There is a firewall box acting as the DHCP server and router for the
	systems on the DHCP net. The Linux system doesn't run DHCP or
	masquerading.

If a connection is accepted on the IP address of one of these interfaces,
I'd like its packets to go out on the same interface. If there is a failure
on the path to eth0, connections to eth1 should continue to work, and vice
versa. But right now, eth0 has the default route and just about every packet
goes out of eth0 regardless of what interface they come in. So, I tried this:

	ip rule add from 216.15.108.186 table dnai-net 
	ip rule add from 67.114.175.138 table sbc-net
	ip route add default via 216.15.108.186 dev eth0 table dnai-net
	ip route add default via 67.114.175.138 dev eth1 table sbc-net

This doesn't work. I get a destination unreachable if I try to follow either
route. So, what am I doing wrong?

	Thanks

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

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

end of thread, other threads:[~2002-03-04 18:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-02 23:49 [LARTC] Need information on multi-homing Bruce Perens
2002-03-03  1:21 ` bert hubert
2002-03-03  5:36 ` Bruce Perens
2002-03-03 11:16 ` bert hubert
2002-03-04 18:51 ` Bruce Perens

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.