* [LARTC] Suggestion for improvements to nexthop implementation
@ 2001-05-24 10:18 Rolf MIssing
2001-05-24 16:24 ` Bob Puff@NLE
0 siblings, 1 reply; 2+ messages in thread
From: Rolf MIssing @ 2001-05-24 10:18 UTC (permalink / raw)
To: lartc
I have a server connected :
eth2 ADSL 500kbps ISP 1
eth1 Cable 1000kbps ISP 2
eth0 LAN 100Mbps
I am using :
ip route add default nexthop via 192.168.1.1 dev eth1 weight 2 \
nexthop via 192.168.2.1 dev eth2 weight 1
and a collection of other settings and routes that are not important
to document for this suggestion.
I would like to assign real bandwidth figures to eth1,2 and have the
Kernel decide what interface to route traffic to depending on the
statistical load on the interface.
Is this a existing feature, how do I set it up ? if not could somebody
who is smarter than me code it ?
We have cheap broad band and several friends have the same
config I have the only trick is to get them combined with a reasonable
load sharing logic.
Great stuff this Linux networking
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-05-24 16:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-24 10:18 [LARTC] Suggestion for improvements to nexthop implementation Rolf MIssing
2001-05-24 16:24 ` Bob Puff@NLE
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.