That worked for several weeks, until my office mate returned to work, and booted into Windows (dual-boot, obviously). Now when I boot into Debian, dhcp doesn't find any address, and when I manually run "/etc/init.d/networking start" I get errors like "recieve_packet failed on eth0" and "network is down". The network works fine from Windows, as this email is proof.
I tried another kernel upgrade, this time to 2.4.18-4-686, but the network responds the same. I figured I'd try a static address, to see what that results in. Here's my interfaces file, and the results.
[EMAIL PROTECTED]:/home/westk> cat /etc/network/interfaces # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface auto lo eth0 iface lo inet loopback
#iface eth0 inet dhcp
iface eth0 inet static address 150.252.161.230 netmask 255.255.248.0
[EMAIL PROTECTED]:/etc/network> sudo /etc/init.d/networking start Setting up IP spoofing protection: rp_filter. Configuring network interfaces... done. e1000: eth0 NIC Link is Up 10 Mbps Half Duplex
Mon Aug 25 16:52:39 --------- [EMAIL PROTECTED]:/etc/network> ping 150.252.128.193 PING 150.252.128.193 (150.252.128.193): 56 data bytes ping: sendto: Network is unreachable ping: wrote 150.252.128.193 64 chars, ret=-1 ping: sendto: Network is unreachable ping: wrote 150.252.128.193 64 chars, ret=-1
Any clues would be appreciated.
-- Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]