View Single Post
Posts: 1 | Thanked: 3 times | Joined on Jul 2010 @ Bangalore, India
#20
Originally Posted by ek-zwo View Post
Thanks for the quick reply! It just worked as you described it.

Just for the records: This enables Network access only temporarily and has to be repeated each time you start the image and login.
Adding an entry to Network connections manually and use the displayed MAC address did not work...
Hi,

Thanks for providing your feedback.

I would suggest you to perform the following steps to resolve your problem permanently.

1- Edit as sudo /etc/network/interfaces in the image
2- Add the following at the top & save
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
3- Reboot the image manually from the menu or do "sudo /etc/init.d/networking restart"

Now you should be able to access the internet even without any further changes after rebooting the image.

Regards,
Niranjan

Last edited by ndash; 2010-07-13 at 11:47.
 

The Following 3 Users Say Thank You to ndash For This Useful Post: