Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 18:48:17 -0500
From:      Garrett Wollman <wollman@bimajority.org>
To:        freebsd-net@freebsd.org
Subject:   Per-jail private loopback
Message-ID:  <22131.18881.757188.951230@hergotha.csail.mit.edu>

next in thread | raw e-mail | index | archive | help
I'm a bit new to managing jails, and one of the things I'm finding I
need is a way for jails to have their own private loopback interfaces
-- so that things like sendmail and local DNS resolvers actually work
right without explicit configuration.  Is there any way of making this
work short of going all the way to full VIMAGE?  (I'm reluctant to do
the latter because it then means I have to carry two separate kernels,
one for performance and one for jail hosts.)  Or is VIMAGE cheap
enough that I won't notice the performance hit?  Does that even get me
to where I need to be (with each jail having its own 127.0.0.1)?

-GAWollman




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