Opened 16 years ago
Last modified 15 years ago
#3655 closed defect
Unable to get IP from DHCP — at Version 7
Reported by: | Josh | Owned by: | |
---|---|---|---|
Component: | network/NAT | Version: | VirtualBox 2.2.0 |
Keywords: | dhcp nat | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description (last modified by )
Since 2.2.0 the guest is unable to get an IP from DHCP using NAT ("Limited or no connectivity"). I set the guest to a static IP and was able to get the internet to work.
I see a lot of this in the log: NAT: DHCP offered IP address 10.0.2.15 But that doesn't mean
XP Pro 32-bit host and guest, w/o the host interface driver installed (shouldn't be required for NAT?).
Tried:
- Clean install of VirtualBox
- Redoing guest configuration
- Setting a new MAC address
- Reinstalling guest additions
- Clean install of XP Pro guest
Change History (10)
by , 16 years ago
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 16 years ago
Replying to frank:
Strange. Does it change anything when you change the network card to an E1000 type? One of these three types are probably detected by Windows XP, currently I don't remember which one.
The T Server (82543GC), wasn't able to get an IP with that one either.
by , 16 years ago
Attachment: | VBox.Vista.log added |
---|
follow-up: 5 comment:4 by , 16 years ago
Replying to redxii:
Does not work in Vista either.
Does the
#ipconfig /release #ipconfig /renew
in the guest fix problem for you?
comment:5 by , 16 years ago
comment:6 by , 16 years ago
So could you please do the following
#VBoxManage modifyvm <your-vm> -nictrace1 on -nictracefile1 c:/dhcp.pcap #VirtualBox -startvm <your-vm>
and attach result file to defect?
and repeating step with renew lease.
by , 16 years ago
comment:7 by , 16 years ago
Description: | modified (diff) |
---|
Strange. Does it change anything when you change the network card to an E1000 type? One of these three types are probably detected by Windows XP, currently I don't remember which one.