UPDATE: How to run Opensolaris in Virtualbox
Well, my last article about virtualbox and opensolaris is
outdated.why?because the new vbox(2.1.0) version replace TUN/TAP on
Linux.
What does that mean?
You don't need anymore a tun/tap interface.
You can attach to a real interface as eth0, eth0:1, br0, or another
"real" interface.
So, my bash script is useless now.
Anyway, to update your virtual opensolaris, run this command:
outdated.why?because the new vbox(2.1.0) version replace TUN/TAP on
Linux.
What does that mean?
You don't need anymore a tun/tap interface.
You can attach to a real interface as eth0, eth0:1, br0, or another
"real" interface.
So, my bash script is useless now.
Anyway, to update your virtual opensolaris, run this command:
VBoxManage modifyvm "opensolaris" -nic1 hostif -hostifdev1 eth1
More info about virtualbox 2.1.0 here
That is all :)
Comments