From owner-freebsd-net@FreeBSD.ORG Tue Jan 28 13:16:02 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74C6E39F for ; Tue, 28 Jan 2014 13:16:02 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 419161C87 for ; Tue, 28 Jan 2014 13:16:02 +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.7/8.14.7) with ESMTP id s0SD0ETh016578 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 28 Jan 2014 05:00:26 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <52E7A9D8.30604@freebsd.org> Date: Tue, 28 Jan 2014 21:00:08 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Beeblebrox , freebsd-net@freebsd.org Subject: Re: Jails on fib problem References: <1390909590119-5880672.post@n5.nabble.com> In-Reply-To: <1390909590119-5880672.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 13:16:02 -0000 On 1/28/14, 7:46 PM, Beeblebrox wrote: > Hi. > I'm trying to setup a pool of jails, with the gateway to the jails as a fib > device. what's a fib device? Do you mean each jail has a different default fib? you are not using vimage jails? > All jails reside on cloned interface IP xxx.xxx.x.1/28 as gateway > (fib 1). so they all have the same address?? can you even do that? or you mean that they all have the same default route? > Jail IP's start from xxx.xxx.x.2/32. The fib seems to be limited to > one jail only. That is, the first jail to grab the fib seems to keep control > of it and traffic from other jails does not get routed to the public > gateway. multiple jails can use the same fib, but I think you are confused bout what is going on. > Do I need to be using one-fib-per-jail? Does each /32 jail require its own > fib device? fibs don't have devices. I'm having a hard time working out what you are trying to do. > Thanks. > > > > ----- > FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/Jails-on-fib-problem-tp5880672.html > Sent from the freebsd-net mailing list archive at Nabble.com. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >