Hi all, I'm working on a project where I'm creating many zones and connecting them to the global-zone via an etherstub and vnics.
My problem is that when I reboot my machine (actually a VB VM at the moment) the etherstubs and vnics aren't there, dladm show-etherstub and dladm show-vnic shows nothing in either the global zone nor the other zones... Here's an example of what I'm doing in the global zone: dladm create-etherstub global2applications_switch1 dladm create-vnic -l global2applications_switch1 global_vnic1 ifconfig global_vnic1plumb 10.0.0.1 dladm create-vnic -l global2applications_switch1 zone1 And then for the zones I'm using a script similar to this: create -b set zonepath=/export/zones/testzone set brand=ipkg set autoboot=true set ip-type=exclusive add net set physical=zone1 end verify commit exit I'm wondering whether I need to plumb the vnic into the zone to make it persistent? I've not tried that just yet, I've just thought about it? I have seen a number of bugs, but they have all been closed but no workaround has been provided? I'm using OpenSolaris 2009.06 and have no mechanism for upgrading to a dev build. Many, many thanks, Ben -- This message posted from opensolaris.org
