J'ai des cartes reseau 100mb/s identiques et peut copier des fichiers de
1giga en 4 minutes entre 2 machines windows et
si je fait un transfert FTP en local sur locahost j'ai bien > 20000ko/s !
idem FTP sur 192.168.1.1 qui est l'IP de eth1: > 20000ko/s !

Mais lorsque je fait du FTP sur le LAN via eth1 vers une machine tiers  en
192.168.1.x  le debit reste scotch� a 60ko/s ou 15ko/s dans l'autre sens !
Ce qui correspond bizarement a ma bande passante ADSL sur pp0/eth0 :  60ko/s
reception ou 15ko/s emission !!!   pourtant je suis sur eth1 !!!

Hier j'ai reinstall� linux mandrake 9.1 de A � Z:  meme probleme !

machine 1  ---------------lan100mb/s---------------------eth1------- 
machine 2 -------eth0--------------------------modem ADSL
windows  192.168.1.5
192.168.1.1   linux

w2k serveur                              ---------->  60ko/s
client Gftp linux eth1
w2k serveur                               <---------  14ko/s
client Gftp linux  eth1
cuteftp  client                              -----------> 122kB/s
proftpd  linux eth1
cuteftp  client                               <------------ 13kB/s
proftpd  linux eth1

mget linux91.gho? y
200 PORT command successful
150 Opening ASCII mode data connection for linux91.gho (926867258 bytes)
451 Transfer aborted.  Broken pipe
ftp : 256746646 octets re�us dans 18471,55Secondes 13,90Ko/sec.

Je cherche deseperement une solution car j'ai mes sauvegardes a copier via
le reseau !
(temps de transfert anonc� 38h actuelement ! ) Pas d'erreur ou de collision
sur  eth1 !

mauvaise config reseau  cot� linux mais ou ?    une id�e ?   un sugestion ?

merci beaucoup d'avance !

mes routes:
A-101-1-5- *               255.255.255.255 UH    0      0        0 ppp0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth1
169.254.0.0     *               255.255.0.0     U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         A-101-1-5- 0.0.0.0         UG    0      0        0 ppp0

bizarement :
eth0 indique  RX bytes:2666271928 (2542.7 Mb)
ppp0 indique que  RX bytes:116164552 (110.7 Mb)    pourtant c'est la meme
interface eth0 et ppp0 !

se pourrai t'il que le traffic pour  eth1 passe par eth0 a la vitesse de
ppp0 ?

[EMAIL PROTECTED] root]# ifconfig
eth0      Lien encap:Ethernet  HWaddr 00:50:FC:6C:5F:2F
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2295960 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1651242 errors:0 dropped:0 overruns:0 carrier:0
          collisions:7920 lg file transmission:100
          RX bytes:2705962725 (2580.6 Mb)  TX bytes:253194099 (241.4 Mb)
          Interruption:10 Adresse de base:0xaf00

eth0:9    Lien encap:Ethernet  HWaddr 00:50:FC:6C:5F:2F
          inet adr:169.254.237.133  Bcast:169.254.255.255
Masque:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interruption:10 Adresse de base:0xaf00

eth1      Lien encap:Ethernet  HWaddr 00:0B:6A:12:E7:6F
          inet adr:192.168.1.1  Bcast:192.168.1.255  Masque:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:6199311 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7002231 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:100
          RX bytes:1878532479 (1791.5 Mb)  TX bytes:3710674049 (3538.7 Mb)
          Interruption:11 Adresse de base:0xd800

lo        Lien encap:Boucle locale
          inet adr:127.0.0.1  Masque:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:121534 errors:0 dropped:0 overruns:0 frame:0
          TX packets:121534 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:0
          RX bytes:938111015 (894.6 Mb)  TX bytes:938111015 (894.6 Mb)

ppp0      Lien encap:Protocole Point-�-Point
          inet adr:80.11.33.42  P-t-P:80.11.33.1  Masque:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:130507 errors:0 dropped:0 overruns:0 frame:0
          TX packets:92611 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 lg file transmission:3
          RX bytes:155151592 (147.9 Mb)  TX bytes:4766726 (4.5 Mb)

[EMAIL PROTECTED] sysconfig]# cat /etc/hosts
192.168.1.1             25adsl #linux
10.0.0.10               25adsl
127.0.0.1               localhost
192.168.1.2             25scsi #linux
192.168.1.3             25w2k
192.168.1.4             18w2k
192.168.1.5             24w2k

[EMAIL PROTECTED] network-scripts]# cat ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
IPADDR=192.168.1.1
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
[EMAIL PROTECTED] network-scripts]# cat ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
IPADDR=10.0.0.10
NETMASK=255.255.255.0
NETWORK=10.0.0.0
BROADCAST=10.0.0.255
ONBOOT=yes
NEEDHOSTNAME=yes

[EMAIL PROTECTED] network-scripts]# cat "ifcfg-eth0 (using module 8139too)"
DEVICE="eth0 (using module 8139too)"
BOOTPROTO="none"
IPADDR="10.0.0.10"
NETMASK="255.255.255.0"
NETWORK=10.0.0.0
BROADCAST=10.0.0.255
ONBOOT="no"
IPXNETNUM_802_2=""
IPXPRIMARY_802_2="no"
IPXACTIVE_802_2="no"
IPXNETNUM_802_3=""
IPXPRIMARY_802_3="no"
IPXACTIVE_802_3="no"
IPXNETNUM_ETHERII=""
IPXPRIMARY_ETHERII="no"
IPXACTIVE_ETHERII="no"
IPXNETNUM_SNAP=""
IPXPRIMARY_SNAP="no"
IPXACTIVE_SNAP="no"

ma seule modif:
ifcfg-eth0 (using module 8139too)   m 'empechant de demarrer l'ADSL  j'ai
cr�� une autre interface eth0


merci a la vance pour votre aide precieuse !


----------------------------------------------------------------------------
----



Vous souhaitez acquerir votre Pack ou des Services MandrakeSoft?
Rendez-vous sur "http://www.mandrakestore.com";.

Foire Aux Questions de la liste : http://mdk.mondelinux.org

Répondre à