From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 23:47:00 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7469B37B401 for ; Tue, 12 Aug 2003 23:47:00 -0700 (PDT) Received: from ktts.kharkov.ua (ktts.kharkov.ua [193.124.57.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA06243F3F for ; Tue, 12 Aug 2003 23:46:57 -0700 (PDT) (envelope-from greg@Thing-Fish.Kharkov.NET) Received: from Thing-Fish.Kharkov.NET (greg@Thing-Fish.Kharkov.NET [193.124.57.81]) by ktts.kharkov.ua (8.12.9/8.12.9) with ESMTP id h7D6ktm3014324 for ; Wed, 13 Aug 2003 09:46:55 +0300 (EEST) Received: from localhost (greg@localhost) by Thing-Fish.Kharkov.NET (8.9.0/8.9.0) with SMTP id JAA12746 for ; Wed, 13 Aug 2003 09:46:53 +0300 (EEST) Date: Wed, 13 Aug 2003 09:46:51 +0300 (EEST) From: Gregory Edigaroff To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: complicated routing q X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 06:47:00 -0000 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