CJT wrote:
> Mario wrote:
>
>> I'm having real hard times to diagnose the cause of a connection speed
>> problem... the same computer connected to different routers performs
>> very bad or very good.
>>
>> I have a Ubuntu 5.10 installed on a Dell PowerEdge SC420 with a
>> network card (eth0) connected via ADSL to my HOME ISP (fastweb).
>>
>> When I download a file I get a really low speed (wget starts with
>> 20K/s and then goes down to 9, 3, stops then restarts a few seconds
>> later, and then slows down again).
>>
>> On the same router (the one supplied by my ISP) I have a laptop (Dell
>> C840) with Ubuntu 5.10 installed. The same wget of the same file keeps
>> downloading at a the amazingly speed of 200 K/s).
>>
>> I checked the configuration of the two computers and it seemes to me
>> that they are identical (at the end of this post you'll find the config).
>>
>> I then tried to connect the same PowerEdge at the OFFICE router (which
>> is still supplied by my office ISP, fastweb, but it is a different
>> router at a different location)) and, surprisingly, the download of
>> any file from the PowerEdge computer goes at full speed.
>>
>> Now, I really don't know what else I can do to fix the problem (and
>> even to diagnose it). It seemes that the problem is not the NIC,
>> since the PowerEdge works nice at OFFICE but not at HOME. It seems
>> that the problem is not with my home router, since my laptop (and
>> another Windows computer) goes at full speed.
>>
>> I really don't have any idea of what's causing this mysterious
>> performance problem.
>>
>> I'm not a networking expert and if someoane could help I'd really
>> appreciate. Even if someone could at least say "hey, try using command
>> or tool XXX, it might help" that would be a great help.
>>
>> For any help, thanks in advance.
>>
>> Mario.
>>
>> *** Computers Config ***
>>
>>
>> * IFCONFIG for eth0:
>>
>> Power Edge:
>> Link encap:Ethernet HWaddr 00:13:20:3B:99:3E
>> inet addr:1.244.132.241 Bcast:1.244.135.255 Mask:255.255.248.0
>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> Interrupt:16
>>
>> Laptop
>> Link encap:Ethernet HWaddr 00:08:74:E5:96:24
>> inet addr:1.244.132.242 Bcast:1.244.135.255 Mask:255.255.248.0
>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> Interrupt:11 Base address:0xec80
>>
>> * "iptables -l" gives me (for both computers):
>>
>> Chain INPUT (policy ACCEPT)
>> target prot opt source destination
>>
>> Chain FORWARD (policy ACCEPT)
>> target prot opt source destination
>>
>> Chain OUTPUT (policy ACCEPT)
>> target prot opt source destination
>>
>> * "mii-tool eth0" gives me (for both computers):
>>
>> eth0: no autonegotiation, 10baseT-HD, link ok
>>
>> * "route" gives me (for both computers):
>>
>> Kernel IP routing table
>> Destination Gateway Genmask Flags Metric Ref Use Iface
>> 1.244.128.0 * 255.255.248.0 U 0 0 0 eth0
>> default 1.244.128.1 0.0.0.0 UG 0 0 0 eth0
>>
>>
>>
> When you tried it at the office, did you use the same cable you used at
> home?
>
At the office I used a different cable. However, just in case, I did
just switch the cables between the laptop and the PowerEdge and, still,
my laptop goes at full speed while the PowerEdge doesn't.
Anyway, thanks for your halp... After reading your post, I hoped that
the problem was with the cable but unfortunately it isn't.
|