From owner-freebsd-net@FreeBSD.ORG Mon Mar 2 09:05:54 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B713322 for ; Mon, 2 Mar 2015 09:05:54 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D00242C9 for ; Mon, 2 Mar 2015 09:05:53 +0000 (UTC) Received: from Julian-MBP3.local (50-196-156-133-static.hfc.comcastbusiness.net [50.196.156.133]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id t2295pZV003230 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 2 Mar 2015 01:05:52 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <54F427EA.2010406@freebsd.org> Date: Mon, 02 Mar 2015 01:05:46 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: =?UTF-8?B?TG/Dr2MgQmxvdA==?= , freebsd-net@freebsd.org Subject: Re: fib issue with jails. References: <54F4205D.1030405@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2015 09:05:54 -0000 On 3/2/15 12:44 AM, Loïc Blot wrote: > Hi Julian, > > with tcpdump i see the packet on vlan136 but i don't see it on lagg0, whereas it must appear. > > it was working without vnet/vimage before the reboot. so my guess is that it is independent of the fib part.. If you make a jail with normal fib, but set routes to use vlan136 where do the packets go? > > Regards, > > > >