From owner-freebsd-net@FreeBSD.ORG Fri Dec 14 10:32:38 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08EFA16A421 for ; Fri, 14 Dec 2007 10:32:38 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id BB25213C45B for ; Fri, 14 Dec 2007 10:32:37 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=kcyLcxio4C4yuUjpJuGA+pKPk0McX+m7IYf9RZNqxabVFDTwwv4kTCWmpai5EmLk6ebTFQ4VMNFVT67j6FzrFbxo16t7xN0UON/wGnpWzqAOcDKjEuQoCWW90hWYEtuSgb3/ygkjm7ef6EIi64KNKhgZS2lh4Q6GD8fs4l2EVdw=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1J37qO-0007OD-KS; Fri, 14 Dec 2007 13:32:36 +0300 Date: Fri, 14 Dec 2007 13:32:35 +0300 From: Eygene Ryabinkin To: vermaden Message-ID: References: <20071214102032.51D6D259A3A@f16.poczta.interia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20071214102032.51D6D259A3A@f16.poczta.interia.pl> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.9 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: freebsd-net@freebsd.org Subject: Re: default route X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2007 10:32:38 -0000 Fri, Dec 14, 2007 at 11:20:32AM +0100, vermaden wrote: > I already used tcpdump, if ICMP packet goes in thru 192.168/16 on rl1 the > response goes out on 10/24 on rl0. And the destination MAC address of the ICMP reply that is going through rl0 is? What if you'll do two experiments: drop the default route and change it to something in the 192.168/16? Will ping results be the same or packets will be thrown out through another interfaces? What FreeBSD version you're using? -- Eygene