﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
14264,VirtualBox 5 NAT won't give address to guest,chronologic,,"This can easily be reproduced on an Ubuntu 14.04 host, and I think it fails on both 32 and 64 bit hosts.  My current host is 64 bit, and the current image is 32 bit, not sure if that matters.

The following two images available via vagrant both exhibit the behavior:
vagrant init box-cutter/ubuntu1404-i386;
vagrant init sprachcaffe/php55-base;

This is the output of uname -a on my host:
Linux silver 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Virtualbox 4.3.3 comes up just fine.  But under Virtualbox 5 networking will fail to get an IP address.  At least one image (maybe both) eventually boots without networking, after which you can do:
dhclient -r eth0; dhclient -v -r eth0;
and you can see that the DHCP request is never answered.  With NAT enabled the virtual box system should be administering the IP address.  Naturally my host networking environment is working find and never receives the DHCP request from the guest (it is not expected to).

I don't think it matters what networking hardware is on the host because I have duped it on more than one host.  But anyway this is my host nic on the machine I'm using now:
Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)

I have seen other reports of NAT failing to work with any version later than 4.3 but I can't find any clear answers as to why.  I also tried NAT Network and that also didn't work.  Other reports say that bridged networking works fine, but I did not try that as I prefer NAT and I have moved back to 4.3 to continue learning about vagrant.

The ticket seems to default to priority major which sounds about right to me if this problem is common.  I'll leave it; I normally don't change defaults anyway.

",defect,closed,network/NAT,VirtualBox 5.0.0,worksforme,,,other,other
