VBoxAddIF and group
Posted: 16. Jun 2008, 09:57
Hello,
I'm new in the forum and my problem is :
I would like to create a VirtualHostInterface for a group as VBoxAddIF is able to do
ifconfig
show : br0 , eth0, vbox0 and lo
evrythings seem to be ok but my VirtualMachine can't get an IP adresse from DHCP
instead, if I create a VHI for a user : VBoxAddIF vbox0 $USERNAME br0
evrythings work's fine.
As I have a lot of users (studients), I have to create a VHI for a group.
Any ideas ???
Thanks for all
I'm new in the forum and my problem is :
I would like to create a VirtualHostInterface for a group as VBoxAddIF is able to do
Code: Select all
VBoxAddIF vbox0 -g vboxusers br0VirtualBox host networking interface creation utility, version 1.6.2
(C) 2005-2007 Sun Microsystems, Inc.
All rights reserved.
Creating the perm host net interface "vbox0" for group vboxusers.
ifconfig
show : br0 , eth0, vbox0 and lo
evrythings seem to be ok but my VirtualMachine can't get an IP adresse from DHCP
instead, if I create a VHI for a user : VBoxAddIF vbox0 $USERNAME br0
evrythings work's fine.
As I have a lot of users (studients), I have to create a VHI for a group.
Any ideas ???
Thanks for all