[Bug 181794] jexec(8) runs commands in Jails without taking into account of the Jail's FIB

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 19 16:34:01 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181794

--- Comment #7 from Marie Helene Kvello-Aune <marieheleneka at gmail.com> ---
(In reply to Jamie Gritton from comment #6)
That does indeed sound like a more correct implementation.

Furthermore, it should still be possible to override the default FIB by running
setfib inside the jail, as such:
# jexec some_jail_with_default_fib_2 setfib 3 ping 10.0.3.1

At least I didn't get any immediate errors when doing this, and "setfib 1 jexec
devsamba setfib 0 ping 8.8.8.8" made ping run in FIB 0 on my system.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-jail mailing list