[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can't connect to internet with new kernel



Deepak Subburam <deepak@subburam.org> writes:
[before]
> eth0      Link encap:Ethernet  HWaddr 00:60:08:20:19:C8
>            inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
		...
[after]
> eth0      Link encap:Ethernet  HWaddr 00:60:08:20:19:C8
		[no ip address]
		...

Your ethernet card hasn't been assigned an IP address. See David's
message concerning /etc/network/interfaces but for a quick test you
can do it manually:

ifconfig eth0 192.168.1.101 up

You might have to update the routing tables from here, though, to ping
another box.

Elizabeth


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: