From owner-freebsd-questions@FreeBSD.ORG Mon Aug 19 20:02:28 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTP id 853505EC for ; Mon, 19 Aug 2013 20:02:28 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4D5A225B2 for ; Mon, 19 Aug 2013 20:02:27 +0000 (UTC) Received: from study64.tdx.co.uk (study64.tdx.co.uk [62.13.130.231]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id r7JK2Jw1014629 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Aug 2013 21:02:20 +0100 (BST) Date: Mon, 19 Aug 2013 21:02:22 +0100 From: Karl Pielorz To: Arthur Chance Subject: Re: jail.conf ignoring exec.fib? Message-ID: In-Reply-To: <520FA592.7010305@qeng-ho.org> References: <98486B2D79D00F0898B7C9E6@Mail-PC.tdx.co.uk> <520B7F0F.7020006@a1poweruser.com> <1960A5B02323B4982B4C0320@Mail-PC.tdx.co.uk> <520FA592.7010305@qeng-ho.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2013 20:02:28 -0000 --On 17 August 2013 17:32:18 +0100 Arthur Chance wrote: > What do you get in the jail from > > sysctl net.fibs > sysctl net.my_fibnum > > ? I didn't know those sysctl's existed :) If I fire up the jail, and jexec to it, and run the above - I get: " root@jail:/ # sysctl net.fibs net.fibs: 4 root@jail:/ # sysctl net.my_fibnum net.my_fibnum: 0 " (I have 'ROUTETABLES=4' in the Kernel, so the 4 above is correct). That's for a jail which has: " jail { jid = 100; exec.fib = "1"; ... " In /etc/jail.conf So, on the surface it looks like 'exec.fib' is being ignored :( I tried it without quotes as well, to no avail. -Karl