Re: 2.6.23-rc[68]-mm: network hangs

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>
Cc: Kernel development list <linux-kernel@...>, <netdev@...>
Date: Saturday, September 29, 2007 - 5:22 am

Le 29.09.2007 10:31, Andrew Morton a écrit :

mmm... I don't use PPP at all, nor dhcp. 

My DSL box act as a NAT-router. Its local adress is 192.168.0.254 and my PC 
is at 192.192.0.9 (fixed IP).

       /--- telephone line 
       |
 +----------+
 | ADSL box |
 +----------+
 192.168.0.254
       |
  192.168.0.9
 +-----------+
 |    PC     |
 +-----------+

Firstly, I suspected a bug in the DSL box, so I reset it but it did not help. 
I have to reboot the PC (don't need to reset the DSL box). 

Could a router problem prevent "ping 127.0.0.1" from working ?

[this becomes somewhat off-topic for LKML, sorry]

Here's my routing table:

linux-2.6-mm$ LANG=C netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.0.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
0.0.0.0         192.168.0.254   0.0.0.0         UG        0 0          0 eth0

It seems it lacks a route for 127.0.0.1 through lo, isn't it? In this case, if 
eth0 hangs, 127.0.0.1 hangs too, no?

So, it could be an ethernet driver bug. I'm using ne2k-pci.
-- 
laurent
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.23-rc[68]-mm: network hangs, Laurent Riffard, (Fri Sep 28, 3:48 pm)
Re: 2.6.23-rc[68]-mm: network hangs, Andrew Morton, (Sat Sep 29, 4:31 am)
Re: 2.6.23-rc[68]-mm: network hangs, Laurent Riffard, (Sat Sep 29, 5:22 am)
Re: 2.6.23-rc[68]-mm: network hangs, David Miller, (Sat Sep 29, 5:35 am)