Under 2.1.130 and some previous kernels, I've been noticing that
ifconfig is reporting almost 100% overrun packets for my slip line.
It is actually connected to a slirp process over a 14.4 modem (okay,
stop giggling now ;-).  I've tried reducing the MTU down to 300 bytes,
but that has no effect.

I'm running net-tools 1.47.  Here is the ifconfig report:

eth0      Link encap:Ethernet  HWaddr 00:00:C0:FA:E1:15  
          inet addr:10.0.3.15  Bcast:10.0.3.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:13 errors:0 dropped:0 overruns:0 frame:0
          TX packets:156 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          Interrupt:3 Base address:0x2d0 Memory:c8000-ca000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 

sl0       Link encap:VJ Serial Line IP  
          inet addr:10.0.2.15  P-t-P:128.255.28.64  Mask:255.255.255.0
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:300  Metric:1
          RX packets:1193 errors:0 dropped:0 overruns:1145 frame:0
             compressed:0
          TX packets:1641 errors:0 dropped:0 overruns:1590 carrier:0
          collisions:9 compressed:0 txqueuelen:10 


Here is the contents of /proc/net/dev:

Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets 
errs drop fifo colls carrier compressed
    lo:     984       4    0    0    0     0          0         0      984       4    
0    0    0     0       0          0
  eth0:    3377      14    0    0    0     0          0        14    24566     156    
0    0    0     0       0          0
   sl0:  147436    1244    0    0 1196     0          0         0    90762    1723    
0    0 1671     9       0          0
n

And, just for fun, the output of netstat -ia:

Kernel Interface table
Iface     MTU Met  RX-OK RX-ERR RX-DRP RX-OVR  TX-OK TX-ERR TX-DRP TX-OVR Flags
eth0     1500   0     14      0      0      0    156      0      0      0 BRU
lo       3924   0      4      0      0      0      4      0      0      0 LRU
sl0       300   0   1319      0      0   1270   1846      0      0   1791 OPRU


Can anyone suggestion what might be causing this, or how I can find
out more about this problem?  

Thanks,
Paul Henning
[EMAIL PROTECTED]          http://www.cs.uiowa.edu/~phenning
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to