<mok2@lucifer.armageddonnet.com>
2001-Dec-13 20:36 UTC
How do i configure my kernel for equal cost MultiPath?
I am tyring to get to my machine from both my cable and dialup connection from the outside. ?"How do i configure my kernel for equal cost MultiPath"? -thx
<mok2@lucifer.armageddonnet.com>
2001-Dec-13 21:08 UTC
Re: How do i configure my kernel for equal cost MultiPath?
On Thu, 13 Dec 2001 mok2@lucifer.armageddonnet.com wrote:> I am tyring to get to my machine from both my cable and dialup connection > from the outside. > > ?"How do i configure my kernel for equal cost MultiPath"? >i have been trying this http://mailman.ds9a.nl/pipermail/lartc/2000q4/000092.html assuming these are real ip''s eth2 192.168.1.1 netmask nemask 255.255.255.192 gw 192.168.1.254 ppp0 10.2.2.1/32 gw 10.2.3.254 ip route add 192.168.1.1 dev eth2 table 200 ip route add default via 192.168.1.254 dev eth2 table 200 ip route add 10.2.2.1 dev ppp0 table 100 ip route add default via 10.2.3.254 dev ppp0 table 100 ip route add 192.168.1.1 src 192.168.1.254 dev eth1 ip route add 10.2.2.1 src 10.2.3.254 dev eth2 ip route add default scope global nexthop via 192.168.1.254 \ nexthop via 10.2.3.254 i get this error Error: either "to" is duplicate, or "netxhop" is a garbage
<mok2@lucifer.armageddonnet.com>
2001-Dec-13 21:23 UTC
Re: How do i configure my kernel for equal cost MultiPath?
Yea this is good.. I will dig in thx On Thu, 13 Dec 2001, Christoph Simon wrote:> On Thu, 13 Dec 2001 15:36:01 -0500 (EST) > <mok2@lucifer.armageddonnet.com> wrote: > > > I am tyring to get to my machine from both my cable and dialup connection > > from the outside. > > > > ?"How do i configure my kernel for equal cost MultiPath"? > > > > -thx > > This might get you started: > > http://www.linuxvirtualserver.org/~julian/#routes > > > -- > Christoph Simon > ciccio@kiosknet.com.br > --- > ^X^C > q > quit > :q > ^C > end > x > exit > ZZ > ^D > ? > help > . > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/ >
<mok2@lucifer.armageddonnet.com>
2001-Dec-13 21:35 UTC
Re: How do i configure my kernel for equal cost MultiPath?
nope.. same prob Error: either "to" is duplicate, or "gw" is a garbage. On Fri, 14 Dec 2001, Julian Anastasov wrote:> > Hello, > > On Thu, 13 Dec 2001 mok2@lucifer.armageddonnet.com wrote: > > > ip route add default scope global nexthop via 192.168.1.254 \ > > nexthop via 10.2.3.254 > > Simply add "dev XXX" to each nexthop > > Regards > > -- > Julian Anastasov <ja@ssi.bg> > > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/ >
Christoph Simon
2001-Dec-13 22:18 UTC
Re: How do i configure my kernel for equal cost MultiPath?
On Thu, 13 Dec 2001 15:36:01 -0500 (EST) <mok2@lucifer.armageddonnet.com> wrote:> I am tyring to get to my machine from both my cable and dialup connection > from the outside. > > ?"How do i configure my kernel for equal cost MultiPath"? > > -thxThis might get you started: http://www.linuxvirtualserver.org/~julian/#routes -- Christoph Simon ciccio@kiosknet.com.br --- ^X^C q quit :q ^C end x exit ZZ ^D ? help .
Julian Anastasov
2001-Dec-14 00:33 UTC
Re: How do i configure my kernel for equal cost MultiPath?
Hello, On Thu, 13 Dec 2001 mok2@lucifer.armageddonnet.com wrote:> ip route add default scope global nexthop via 192.168.1.254 \ > nexthop via 10.2.3.254Simply add "dev XXX" to each nexthop Regards -- Julian Anastasov <ja@ssi.bg>