From owner-freebsd-questions@FreeBSD.ORG Fri Nov 16 21:36:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6EA716A41A for ; Fri, 16 Nov 2007 21:36:52 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 794A113C468 for ; Fri, 16 Nov 2007 21:36:52 +0000 (UTC) (envelope-from alexus@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1203250waf for ; Fri, 16 Nov 2007 13:36:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0kId3S9JS8B6kCl/sjq0zg9ZSJ+aQ+Lutlgdwf5s0oI=; b=HW6y4Z6auQVqJuUw4Wsb0d+XW40k47sujoaZUJJN3B8LOppAms4Q6utb3HsDOBGsbXKdWJpMWpk68r5HGPalQz4B+fL0OWrdozUDwDrGCSw3qpq4h4Uj6A+1R/sUPOjKK74ta8aghnHKz1g22MkoR86CqTMioJwAaCbJgdNgTM8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b/pgQaVMAGcGkMB9ZTogcs9y7kAkhGwR5+VkWcotgC60IPf6u/sI8JU91UmFr5pQ1tB63Irc3K/6lC1s0uYO5M3ClFEWHz/8I12dcT8jJ2axNIsRM3134JA4cnPzjghuA7pcneD/FdoutOGFtkdTaWDX5Ri70gmXCldkFf6Fk60= Received: by 10.114.94.1 with SMTP id r1mr1538431wab.1195249011567; Fri, 16 Nov 2007 13:36:51 -0800 (PST) Received: by 10.114.176.14 with HTTP; Fri, 16 Nov 2007 13:36:51 -0800 (PST) Message-ID: <6ae50c2d0711161336y34666fb1n90185c100178957e@mail.gmail.com> Date: Fri, 16 Nov 2007 16:36:51 -0500 From: alexus To: "Steve Bertrand" In-Reply-To: <473E05ED.7080004@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6ae50c2d0711152118h2f2a9989q2b39eba077154041@mail.gmail.com> <20071116063832.GB4164@saraswathy.susmita.org> <473DA109.6020707@ibctech.ca> <6ae50c2d0711160850x14df83c8nf278d995936349a7@mail.gmail.com> <473DCE68.6010509@ibctech.ca> <6ae50c2d0711161223n4d219ce1l48636bbfe5d2f08c@mail.gmail.com> <473E05ED.7080004@ibctech.ca> Cc: freebsd-questions@freebsd.org Subject: Re: multihome network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2007 21:36:52 -0000 but then i'm going say route _ALL_ traffic for that, and i need to be able to get in through both interfaces, as if one ISP is down, i can access in through another... thats the whole point of this thing On Nov 16, 2007 4:04 PM, Steve Bertrand wrote: > alexus wrote: > > i dont see any difference as at the end i still get this > > > > 216.112.241.24/29 216.112.241.25 UGS 0 0 fxp1 > > > > in my netstat -rn, and no its still doesn't work... > > This is not the point. > > You need a route via the gateway that 216 is connected to for the REMOTE > IP/network. Say for instance your 'home' connection is: > > 64.39.177.22, then you need a route like this: > > route add 64.39.177.22/32 $isp_gateway > > What you have: > > 216.112.241.24/29 216.112.241.25 UGS 0 0 fxp1 > > ...says '206.112.241.24/29 should be routed to 216.112.241.25. That is > ALL it will route via that path. > > Steve > -- http://alexus.org/