Jay Calaus writes:
> So I guess my question si: Is it possible to configure
> zones to use the loopback interface?  If yes, how?  A
> pointer to a documentation would be great.

There's nothing to configure.  They do that by default.

It's just not possible to communicate _between_ zones using loopback.
You need a network interface to do that.

Fortunately, it doesn't need to be a real interface.  Doing something
like this should work:

# ifconfig ip.tun0 plumb 192.168.0.1 192.168.0.2 up
# ifconfig ip.tun0:1 plumb 192.168.0.2 192.168.0.1 zone test up

-- 
James Carlson, KISS Network                    <[EMAIL PROTECTED]>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to