LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   SMB file copy and internet download failing - suse 10.0 (https://www.linuxquestions.org/questions/suse-opensuse-60/smb-file-copy-and-internet-download-failing-suse-10-0-a-422741/)

owdsa 03-08-2006 02:30 AM

SMB file copy and internet download failing - suse 10.0
 
Hi,
Please excuse the long post - I have tried to give as much detail as I
can think of and am also new to linux, so not sure what is relevant:
I have a new Suse 10 installation and am experiencing very slow network
throughput. Machine configuration: IBM T42 laptop. 100MB switched
network. Lan card configured to start on cable connection, and Wireless
card (which I also cannot get connected to my access point) set to start
manually. Both cards' IP addressing set manually (no DHCP). Internal
subnet 192.168.251.0/24 gateway of 192.168.251.1. DNS resolution seems
to be working fine, and a NSLookup
resolves external hosts without any problem. I tried to do a Yast update
- this finds a mirror, retrieves (eventually) a list of available
updates, and then starts to download them - this consistently fails it
just hangs after a random percentage is downloaded.
opening a web page is also extremely slow - the name gets resolved
quickly, but then I wait a long time for the page to open completely, and
sometimes, some of the images do not get opened at all (like half of the
google name). Copying a file from a smb share on the local network also
"stalls", and never completes a copy. I am currently on the same machine
booted with a live CD of Kubuntu, and do not have the same issues with
either web access or local throughput.
I found some articles suggesting that the problem might be related to
ipv6, so I tried to disable IPv6 (Not sure if I was sussessfull??)
I have also tried to use ethtool to set my Nics speed and duplex mode manually to 100mb duplex full autoneg off. This has not seemed to help, and the cards settings revert after a reboot.
I have included the following configurations: portion of modprobe.conf,
ifconfig -a resolv.conf and route;
modprobe.conf:
alias net-pf-1 unix
alias net-pf-2 ipv4
# install net-pf-2 /bin/true
alias net-pf-3 ax25
# install net-pf-3 /bin/true
alias net-pf-4 ipx
# install net-pf-4 /bin/true
alias net-pf-5 appletalk
# install net-pf-5 /bin/true
alias net-pf-6 netrom
# install net-pf-6 /bin/true
alias net-pf-10 off
alias ipv6 off
# install net-pf-10 /bin/true
alias net-pf-11 rose
# install net-pf-11 /bin/true
alias net-pf-15 af_key
alias net-pf-17 af_packet
alias net-pf-31 bluetooth

eth1 Link encap:Ethernet HWaddr 00:11:25:43:03:56
inet addr:192.168.251.131 Bcast:192.168.251.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:164140 errors:0 dropped:0 overruns:0 frame:0
TX packets:97529 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:231400787 (220.6 Mb) TX bytes:7762486 (7.4 Mb)
Base address:0x8000 Memory:c0220000-c0240000

nameserver 196.25.1.1
search owdsa.com

inux:/home/lesliem # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.251.0 * 255.255.255.0 U 0 0 0
eth1
link-local * 255.255.0.0 U 0 0 0
eth1
loopback * 255.0.0.0 U 0 0 0
lo
default 192.168.251.1 0.0.0.0 UG 0 0 0
eth1
linux:/home/lesliem #

Thanking you in advance.
Leslie


All times are GMT -5. The time now is 01:09 AM.