> Regarding setting up a virtual NIC, I have the same > problem as you described. Has anyone succeeded > setting up a virtual NIC under Solaris?
Yes, by changing the vnic_setup.sh and vnic_term.sh scripts. I think my comment from 2008-06-10 15:55:23 for virtual box defect #1498 http://www.virtualbox.org/ticket/1498 contains the changes to vnic_setup.sh. And I added net_rawaccess and sys_net_config privileges for the /opt/VirtualBox/VirtualBox binary, by adding this line to /etc/security/exec_attr Basic Solaris User:solaris:cmd:::/opt/VirtualBox/VirtualBox:privs=net_rawaccess,sys_net_config I'm using pfexec /opt/VirtualBox/VirtualBox to start virtualbox as an non-root user, and this is able to create vnics for virtualbox guests. This message posted from opensolaris.org
