Re: Not another internet question!
Thanks for that.
It is eth0 like a zero.
The crux of the matter is that your interface eth0 is not recognised and cannot be addressed. All other networking services appear to be running no probs.
Could you post the output of
It should look exactly like so:
If it doesn't, make a backup copy of your current file and create a new one which contains only the above lines. Now restart the networking daemon
And do a
Any good?
Thanks for that.
It is eth0 like a zero.
The crux of the matter is that your interface eth0 is not recognised and cannot be addressed. All other networking services appear to be running no probs.
Could you post the output of
Code:
cat /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
iface eth0 inet dhcp
Code:
sudo /etc/init.d/networking restart
Code:
sudo ifconfig eth0 up
Comment