
Originally Posted by
skiamakhe
I realize this is probably more of a Virtualbox problem than a BT4 problem, but I've been trying to solve this for 3 or 4 days now with no luck. Here's the setup:
Host: XP pro
Guest: BT4 (pre) Final, installed to 20GB virtual hd
Sun Virtualbox 3.0.4
Two virtual nics:
adapter 0 = eth0, bridged mode
adapter 1 = eth1, NAT mode (for testing)
Ok, so I start up both nics with ifconfig, then use dhclient on eth1. No problem, it pulls an IP from the internal DHCP server of virtualbox. So, my BT4 installation is able to process a DHCP offer packet.
I try the same on eth0, and it continues to send out the DHCP discover packets, but doesn't get a response. I ran wireshark on both the host and the guest and confirmed that the dhcp discover packet is leaving from the guest, through the host nic, out to the network, and the network dhcp server is returning a DHCP offer. My host wireshark can see it, but the guest wireshark cannot.
Firewall on the host shouldn't be a problem cause I can already see the packets come back via wireshark. I turned it off just in case with no luck. I verified that ufw on the BT4 guest is not running, but it never sees the DHCP offer packets. Somewhere, it is getting lost.
adcast
This is not a huge deal as I can manually set up the networking, but I'd like to figure out why this isn't working. Thoughts?