Felix Nielsen wrote: > Is it possible to dedicate a netcard to each VM using a iSCSI interface, > which is connected to the same iSCSI controller? - to gain max performance.
I don't understand what you are suggesting to do. Do you want to make the iSCSI support built into VirtualBox use a specific netcard of the host? That is currently not possible, but would be pretty simple to implement. But I seriously doubt that the current iSCSI implementation actually warrants that small effort (it's single-threaded and only keeps one request in flight). If you meant to use an iSCSI initiator implementation in the guest which should use a separate NIC (both on the host and guest), then this is possible. Requires setting up two NICs for the guest in host interface mode (and probably two bridges on the host). -- Klaus Espenlaub InnoTek Systemberatung GmbH, http://www.innotek.de _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
