Menu Content/Inhalt
Home arrow Blog arrow Fixing Ubuntu's Network Issues
Fixing Ubuntu's Network Issues PDF Print E-mail
Written by Webmaster   
Monday, 28 July 2008

Image
Linux
I use Kubuntu (KDE version of Ubuntu) quite a bit. Since I run it under VMWare on my Mac Pro, I have had occasions when booting the virtual machine it does not see my network interface.

This is very irritating.

To fix this, do the following: 

sudo nano /etc/network/interfaces

This is what I use for my network: 

auto eth0
iface eth0 inet dhcp

Close the file and you are (hopefully) done. Now reboot the virtual machine.
Last Updated ( Friday, 01 August 2008 )
 
< Prev   Next >