|
Author: dg
Date: 05-03-01 21:25
I have been told in other posts that my ftp speed within my network was to do with a network full/half duplex missmatch, anyway I have tried asking people about this problem and most people dont have a clue/dont talk back :| , anyone here able to tell me step by step how to fix this problem ?
thanks
dg
|
|
Reply To This Message
|
|
Author: Serge
Date: 06-03-01 03:08
We had a similar problems at our company and it always involve a network card of rl type. We found that the autosense did not work properly and had to force it to
"10BaseT/UTP" even on a 100BaseT network. (I am assuming you have a HUB support 10/100 switching).
This can be accomplish by the following command.
ifconfig rl0 10BaseT/UTP.
Hope it help, if someone as a solution to make it run in 100BaseT, I am all ears.
|
|
Reply To This Message
|
|
Author: dg
Date: 06-03-01 10:11
Thanks for the help, but It didnt seem to work on my machine, Igot this back from it:
su-2.04# ifconfig rl0 10BaseT/UTP
ifconfig: 10BaseT/UTP: bad value
su-2.04#
i have no idea what to do next and I really need to get this working.
Thanks
dg
|
|
Reply To This Message
|
|
Author: Serge
Date: 06-03-01 18:36
Sorry I forgot the media keyword
ifconfig rl0 media 10baseT/UTP.
Another problem may be your cable. Improper cable may work well in 10BaseT but not in 100BaseT
|
|
Reply To This Message
|
|
Author: dg
Date: 06-03-01 20:25
Serge, thank you so much, now I have my BSD box giving out some proper speeeds, you have made my week, :), i'm getting like 255kb/s uploading and 900kb/s downloading, I'm so happy hehe. Thanks again,
take care.
dg
|
|
Reply To This Message
|
|
Author: wogney
Date: 06-03-01 21:06
dg wrote:
>
> Serge, thank you so much, now I have my BSD box giving out
> some proper speeeds, you have made my week, :), i'm getting
> like 255kb/s uploading and 900kb/s downloading, I'm so happy
> hehe. Thanks again,
>
> take care.
>
> dg
|
|
Reply To This Message
|
|