Re: [zones-discuss] zones network documentation

2007-05-25 Thread James Carlson
Mike Gerdts writes: > With Nevada I have seen reproducible panics by sending an UDP packet > to a destination that does not exist on the local machine and there > was no route to send it elsewhere. See > http://bugs.opensolaris.org/view_bug.do?bug_id=6422863. The bug > report shows a rather compl

Re: [zones-discuss] zones network documentation

2007-05-25 Thread Mike Gerdts
On 3/24/06, Edward Pilatowicz <[EMAIL PROTECTED]> wrote: hey all, what documentation is available about configuring zones on machines that don't have outward facing network interfaces? i guess i'm looking for documentation on recommended networking configurations for zones using only loopback or

Re: [zones-discuss] zones network documentation redux

2006-09-23 Thread Steffen Weiberle
I do similar, but use the builtin interface, with a dummy address that is on the same network as my zones. Since this is set up after boot, I do need to remember to start my zones manually before the demo. Steffen Jay Calaus wrote On 09/22/06 10:35,: James, Fortunately, it doesn't need to

Re: [zones-discuss] zones network documentation redux

2006-09-22 Thread Jay Calaus
James, > 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 Ahh... ok. Let me try that. If you don't hear from me after this

Re: [zones-discuss] zones network documentation redux

2006-09-22 Thread James Carlson
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 loop

[zones-discuss] zones network documentation redux

2006-09-22 Thread Jay Calaus
Hi, I want to do a demo of zones with my laptop and I was told that there will be no network connection available when I do the demo. My zones work on wired and wireless interfaces but I can not figure out how to configure the zones to use the loopback interface. I already searched the forum a