Quote:
|
Originally Posted by gruepig
You need root privileges to edit the file. Try 'sudo gedit /etc/network/interfaces'. Leave all the lines that are there, but add the following:
auto eth0
iface eth0 inet dhcp
Save the file and then run 'ifup eth0'.
|
Okay I edited the file with gedit. ( had to just use the first line since it wouldn't let me have two 'auto' lines)
The autput to ifup eth0 was:
Internet Systems Consortium DHCP client V3.0.1
blah blah legal stuff blah blah
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: no such device
eth0: ERROR while getting interface flags: no such device
bind socket to interface: no such device
failed to bring up eth0
>_< I am thinking this means that my NIC isn't eth0 since 'ifdown eth0' says that eth0 isn't configured yet.