Tagged Questions
1
vote
2answers
448 views
Why does dhclient fail with my ISP's DHCP server on a virtual interface?
Recently I switched from a T1 to a residential cable service (Comcast). I have a virtual machine (XenServer 5.6) running Debian 6.0.6 that is acting as the default gateway for my home network, but for ...
3
votes
1answer
341 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 {
...