Q. I'm connection at 33.8k to my ISP, but my transfer rates for ftp'ing
only average out to 1700 cps. The site I am
ftp'ing from is on a machine on my ISP's network, so there is no going out
on the net for what I am
transfering. All other transfers are just as slow, no matter where I
download from. IP_MASQ is complaining as
well with the TCP/UDP chechsum error. Here's the output from netstat and
ifconfig. Does anyone see anything
to be concerned with?
'netstat -i':
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR
Flags
lo 3584 0 71 0 0 0 71
0 0 0 BLRU
eth0 1500 0 2984 0 0 0 2920
0 0 0 BRU
sl0 296 0 944 0 0 923 836
0 0 655 PRU
'ifconfig':
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:71 errors:0 dropped:0 overruns:0
TX packets:71 errors:0 dropped:0 overruns:0
eth0 Link encap:10Mbps Ethernet HWaddr 00:C0:93:00:3A:4F
inet addr:10.0.0.7 Bcast:10.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2992 errors:0 dropped:0 overruns:0
TX packets:2928 errors:0 dropped:0 overruns:0
Interrupt:15 Base address:0x300
sl0 Link encap:VJ Serial Line IP
inet addr:204.248.52.18 P-t-P:204.248.52.7 Mask:255.255.255.0
UP POINTOPOINT RUNNING MTU:296 Metric:1
RX packets:944 errors:0 dropped:0 compressed:923
TX packets:836 errors:0 dropped:0 compressed:655
Thanks in advance.
Dom