From owner-freebsd-questions@FreeBSD.ORG Fri Nov 16 21:04:51 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 4995116A417 for ; Fri, 16 Nov 2007 21:04:51 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id B9D2113C481 for ; Fri, 16 Nov 2007 21:04:50 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 1031 invoked by uid 1002); 16 Nov 2007 21:04:50 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 7.241908 secs); 16 Nov 2007 21:04:50 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 16 Nov 2007 21:04:42 -0000 Message-ID: <473E05ED.7080004@ibctech.ca> Date: Fri, 16 Nov 2007 16:04:45 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: alexus 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> In-Reply-To: <6ae50c2d0711161223n4d219ce1l48636bbfe5d2f08c@mail.gmail.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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:04:51 -0000 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