= Reconfiguring the system =
Boot the VM and wait for the login prompt. Login as admin (default password: admin) and use su to become root. = For Fedora 14 =Using your favourite editor, create the file:
<blockquote><pre>/etc/sysconfig/network-scripts/ifcfg-eth1</pre></blockquote>
BOOTPROTO=dhcp
ONBOOT=yes}}
= For Ubuntu 10.04 =
Using your favorite editor, open the file:
<blockquote><pre>/etc/network/interfaces</pre></blockquote>
At the end of the file add:
{{Text|Text=auto eth1
iface eth1 inet dhcp}}
Now we need to reconfigure the hda to ensure that it picks up the new network config, using the command hda-change-gw and the IP address of the host-only network. In my case: