by JohnLeoZ <JohnLeoZim@[EMAIL PROTECTED]
>
May 6, 2008 at 08:00 AM
On May 4, 6:42 pm, pdavis2...@[EMAIL PROTECTED]
wrote:
>
> I have tried running on VirtualBox under windows, but machine is
> unable to obtain
> an ipaddress, i have tried all network adapters listed.
>
> Any help appreciated
>
I've been able to get it to work using:
Adapter Type: PCnet-FAST III (Am79C793)
Attached to: Host Interface
Interface Name: VirtualBox Host Interface 0
You have to let it install the VirtualBox Host Interface among the
Windows host interfaces.
Then on the host in Network Interfaces, bridge that to a host
interface. (bridging to a wifi interface can be problematic. I had to
use a wired host interface.)
Turned out to be eth1 on my try. I had to edit /etc/network/interfaces
to include:
auto eth1
iface eth1 inet dhcp
johnleoz