hi mattias, To make your virtualbox VM to get ip from your ISP dhcp you have to set its network interface to attached to bridged. By using following command
VBoxManage -q modifyvm VMNAME --nic1 bridged --bridgeadapter1 eth0 replace VMNAME with your virtualmachine name, and assume that your default interface is eth0. cheers, cj On Sun, Aug 22, 2010 at 7:17 AM, mattias <[email protected]> wrote: > how to use network with my isps dhcp > i meen nat works out of the box > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > VBox-users-community mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/vbox-users-community > > ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community
