Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 21:02:22 +0100
From:      Karl Pielorz <kpielorz_lst@tdx.co.uk>
To:        Arthur Chance <freebsd@qeng-ho.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: jail.conf ignoring exec.fib?
Message-ID:  <CC37CC84B8445F8B72E58E1F@study64.tdx.co.uk>
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>

next in thread | previous in thread | raw e-mail | index | archive | help


--On 17 August 2013 17:32:18 +0100 Arthur Chance <freebsd@qeng-ho.org> 
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CC37CC84B8445F8B72E58E1F>