Date: Wed, 13 Aug 2003 09:46:51 +0300 (EEST) From: Gregory Edigaroff <greg@Thing-Fish.Kharkov.NET> To: freebsd-questions@freebsd.org Subject: complicated routing q Message-ID: <Pine.BSI.4.02A.10308130934270.12741-100000@Thing-Fish.Kharkov.NET>
next in thread | raw e-mail | index | archive | help
Hello, I have something like this: ppp1 ------ Router (FreeBSD) ----- Network ppp2 ------ Where ppp1 and ppp2 are ppp links looking at the same provider. I would like to implement a load balancing and backup over ppp links. I thought that in order to achieve this I need to add a second default route i.e. something like: route add -net default $ppp1-ip route add -net default $ppp2-ip this doesn't work. What can I do? -- With best regards, Gregory Edigarov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.4.02A.10308130934270.12741-100000>