This was strange, as it had been working fine all along, and I had the /etc/network/interfaces set up as follows:
auto eth0After prolonged searching on the Internet, I found two entries on Ubuntu forums:
iface eth0 inet dhcp
that helped, but didn't quite work in my case.
I finally added a line to the /etc/network/interfaces file to make it read like this:
auto eth0and then, hey presto, the network card now picks up an IP address automatically on boot.
iface eth0 inet dhcp
pre-up ifconfig eth0 up
No comments:
Post a Comment