tbatchelli / vmfest

manage your local VMs from the repl
140 stars 25 forks source link

Make IP acquisition via DHCP from images more robust #32

Open tbatchelli opened 12 years ago

tbatchelli commented 12 years ago

Hi tbatchelli, After 2 hours trying to solve the lacking ip problem, it seems the easiest workaround for this is to run dhclient when booting, so I inserted

/sbin/dhclient eth0

into /etc/rc.local, and it worked although according to interfaces (5) manual, it should not be needed.