Tagged Questions
3
votes
1answer
346 views
How to force Debian to wait for DHCP
I am running Debian squeeze in a virtual machine (VirtualBox). The machine has two interfaces:
eth0 in "Host-only" mode so that the machine is accessible from the outside; and
eth1 in "NAT" mode so ...
3
votes
1answer
3k views
VirtualBox guest using Bridged networking unable to obtain DHCP address
I have a computer, called Loki, that works as a virtual machine host and DHCP server. The DHCP daemon is listening on port eth0. Part of /etc/dhcp.conf:
subnet 192.168.13.0 netmask 255.255.255.0 {
...
4
votes
3answers
7k views
Why are my two virtual machines getting the same IP address?
I have two virtual machines both running on a Linux host (Fedora 16). I set both adapters as attached to NAT. When I boot them up they both have their default gateway set to 10.0.2.2. They also ...