vnic
Hi,
-In solaris 11 can i create many natives zones that shares the same NIC->nic1?
zonecfg -z zone1 or zone2
add net
set physical=net1
If i use vnics then i must use set ip-type=exclusive.RIGHT?
zonecfg -z zone1 or zone2
add net
set physical-vnet1 or vnet2
-If i create kernel zones then only vnic can be used and no net1 or net2.Right?