Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-02-2005, 02:10 AM
|
#1
|
|
Senior Member
Registered: Apr 2003
Location: Colombia
Distribution: Kubuntu, Debian, Knoppix
Posts: 1,888
Rep:
|
if a route fails in a multipath route?
What happens if only one of many routes in a multpiath rote fails?
Suppose that there are three gateways thru 3 different ISPs connected to a single host.
eth0 GW: 201.201.201.201
eth1 GW: 202.202.202.202
eth2 GW: 203.203.203.203.
I would do this:
Code:
ip route add default netxhop via 201.201.201.201 dev eth0 nexthop via 202.202.202.202 dev eth1 nexthop via 203.203.203.203 dev eth2
Perfect... now I have a single default route joining all three connections. But what happens in case one of the three connections fails? Will iproute2 "deactivate" it from the multipath route automaginally until it comes back online again?
Last edited by eantoranz; 07-02-2005 at 02:11 AM.
|
|
|
|
07-03-2005, 01:22 PM
|
#2
|
|
Moderator
Registered: Nov 2004
Location: San Jose, CA
Distribution: Ubuntu
Posts: 8,505
Rep: 
|
iproute2 should, as I understand it, drop the down route until it comes back up. The first time it tries to send packets over the down route, you'll probably see some latency, but then it should come back up, I believe.
|
|
|
|
07-03-2005, 01:31 PM
|
#3
|
|
Senior Member
Registered: Apr 2003
Location: Colombia
Distribution: Kubuntu, Debian, Knoppix
Posts: 1,888
Original Poster
Rep:
|
the whole multipath route?
|
|
|
|
07-03-2005, 01:40 PM
|
#4
|
|
Moderator
Registered: Nov 2004
Location: San Jose, CA
Distribution: Ubuntu
Posts: 8,505
Rep: 
|
It should just bring down the single component, I believe. That's how it handles bonding anyway.
|
|
|
|
07-03-2005, 01:51 PM
|
#5
|
|
Senior Member
Registered: Apr 2003
Location: Colombia
Distribution: Kubuntu, Debian, Knoppix
Posts: 1,888
Original Poster
Rep:
|
Good to know. What's bonding?  (I'm seriously thinking about dropping my Guru status after this question  )
|
|
|
|
07-03-2005, 02:03 PM
|
#6
|
|
Moderator
Registered: Nov 2004
Location: San Jose, CA
Distribution: Ubuntu
Posts: 8,505
Rep: 
|
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:22 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|