PDA

View Full Version : transfear rate is too slow



theoldnyx
02-10-2007, 02:23 PM
well i have two boxs on the same lAN one is windows xp box and the other is knoppix 5.1.1 box and i can Access to the shared drives on the winxp box but when i try to copy any thing from the winxp box to knoppix box it copy 20 kb/s which is very slow
how can i solve this problem ?
thanks

the output of /etc/resolv.conf :
nameserver 192.168.1.1

the output of /etc/sysconfig/network-scripts/ifcfg-eth0:
DEVICE=eth0
IPADDR=192.168.1.8
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.8
ONBOOT=yes

this is the output of ifconfig -a during transfearing filesfrom the winxp box
eth0 Link encap:Ethernet HWaddr 00:16:E6:40:74:76
inet addr:192.168.1.8 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::216:e6ff:fe40:7476/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2777 errors:0 dropped:0 overruns:0 frame:0
TX packets:2822 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1971444 (1.8 MiB) TX bytes:365419 (356.8 KiB)
Interrupt:17

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:36 errors:0 dropped:0 overruns:0 frame:0
TX packets:36 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2252 (2.1 KiB) TX bytes:2252 (2.1 KiB)

marhleet
02-10-2007, 11:19 PM
this will need the
lspci -v

too
it woul dbe an ethernet card problem
I had an onboard gigabit that wouldn't talk to the 10/100 until i actually locked it back to 100 in the windows proerties sheet

hal8000
02-13-2007, 09:55 PM
I have spotted an error in your config

he output of /etc/sysconfig/network-scripts/ifcfg-eth0:
DEVICE=eth0
IPADDR=192.168.1.8
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.8
ONBOOT=yes


The line that start broadcast should end in 255
BROADCAST=192.168.1.255

should be correct. I have checked my ifconfig scripts and as I also use a Class C network 192.168.x.x that is how they are set.
Not sure if it will sure the problem, but I would try running netcardconfig again as root.
HTH