From owner-freebsd-net@FreeBSD.ORG Wed Jan 29 15:25:48 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6829DD68 for ; Wed, 29 Jan 2014 15:25:48 +0000 (UTC) Received: from mail-ve0-x229.google.com (mail-ve0-x229.google.com [IPv6:2607:f8b0:400c:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A74B15D3 for ; Wed, 29 Jan 2014 15:25:47 +0000 (UTC) Received: by mail-ve0-f169.google.com with SMTP id oy12so1342268veb.28 for ; Wed, 29 Jan 2014 07:25:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:cc:content-type; bh=qBWtuonJSeSW9j90vQXkW/So1WD/pth3iNzrF38T8To=; b=S7nh81WmP/nuYrv6n21YvPiQPkUN4xK+k5H7N7kNuVzCxnFMHhy8WBnTDfbOEHbx5m GwHK79L70itSoYzxPsHkUn+9V3DAxM/OsXh454zSF6ydffozb+41rHQTcMxEj5BpsuM8 3dRft8Tdu6sP5wyNxBfmpkIs/zPIEvZOPodtE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:sender:in-reply-to :references:date:message-id:subject:from:cc:content-type; bh=qBWtuonJSeSW9j90vQXkW/So1WD/pth3iNzrF38T8To=; b=JWiPlP7C9sfNQXBGIhSI+RvqQzrh44Kma3lDOAmkYtPI/DoSSbawc14zyx3ebTAyxJ OYewcDmJ88sQxAf+CT0yYuajrVK21hRxackxxicR6mLZc5Eernri59WhXXE52zppvWY8 1E3nZzaYPd1CiZ6LO9iL4hnvl/McIvgDmHJdQU/KJasxOuPZf9kn71JcR355zPs+7WgM 7temX+UcQ49VRTI7mhmv2Tp8CRHC0tpUTFdnw8d7UfEuccV2472ljUTlWVZSChroJJGu v4qwFBeTkswGPUOvqbiZMw11MQjzEQcUiPxTewTQnLAQhwLgmKwV4Gb5HkgiSnFmce0L D8zA== X-Gm-Message-State: ALoCoQmuLOwUJTeiQIIDa876MrUetdW5Okk28xH7wlDxMC0yDRmEAg3Q8M21TlyUp+PKteQisGyP MIME-Version: 1.0 X-Received: by 10.52.76.105 with SMTP id j9mr63825vdw.52.1391009147000; Wed, 29 Jan 2014 07:25:47 -0800 (PST) Sender: rsb@berentweb.com Received: by 10.220.146.145 with HTTP; Wed, 29 Jan 2014 07:25:46 -0800 (PST) X-Originating-IP: [83.66.213.78] In-Reply-To: References: <1390909590119-5880672.post@n5.nabble.com> <52E7A9D8.30604@freebsd.org> Date: Wed, 29 Jan 2014 17:25:46 +0200 X-Google-Sender-Auth: kRr8nH3JEYnx1S6iqVMYT08EpRo Message-ID: Subject: Re: Jails on fib problem From: Beeblebrox Cc: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: zaphod@berentweb.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 15:25:48 -0000 I forgot about this details - again: From ifconfig man page's FIB section: The FIB is not inherited, e.g. vlans or other sub-interfaces will use the default FIB (0) irrespective of the parent interface's FIB. What alternatives are there to get this setup working? FIB it seems, is not the answer?