LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-10-2005, 09:42 AM   #1
lackluster
Member
 
Registered: Apr 2002
Location: D.C - USA
Distribution: slackware-current
Posts: 488

Rep: Reputation: 30
Local net - slow down, good up


Peeps -

Here's the deal: On my local network I have a file/web/ftp/etc server, and some wireless goons. On the server it's wired into the router, and gets pretty good (~450Kbps) download and so-so (~65Kbps) upload. The goons, however, have a different story to tell. When downloading files from the server locally, th5ey get crappy rates (~35Kpbs). But when they upload they get acceptable rates (~500Kpbs (802.11(a))).

To illustrate the point:

Server:
===========================
Download (from internet): ~450
Upload (across internet): ~65

Goons (linux, osx):
===========================
Download (from internet): ~400
Upload (across internet): unknown/who cares

Download (from server): ~35
Upload (to server): ~500

Anyone know how to get the download from server on internal network rate up? Please treat me as a networking layman, 'cause I don't know much about it :-/.

Thanks!
 
Old 09-10-2005, 12:49 PM   #2
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
It would be easier if you could draw some ASCII schema of your network, I'm a bit loss there, what is connected to what?

Sometime, slowdown is due to fragmentation, caused by a too high MTU. My first guess would be to reduce the MTU a bit to see if it does any good. The command is like "ifconfig eth0 mtu 1444". The higher is the better, but if you pass throught a router, it could create fragmentation, which is always bad.

Still, on a local network, "450KB/sec" is sluggish... are you on the net at some point in there? A lot of ISP will give you a very good download speed, but will limit the upload (mine give me 385KB down, but only 85KB down).
 
Old 09-10-2005, 02:06 PM   #3
lackluster
Member
 
Registered: Apr 2002
Location: D.C - USA
Distribution: slackware-current
Posts: 488

Original Poster
Rep: Reputation: 30
I'm glad you want me to draw an ascii schema. I love ascii tables, schemas, and diagrams

Code:
[ ========= ]
[  internet ] ---------- { linksys router }
[ ========= ]                     |                             [ ====================== ]
                                  | <-- ethernet cable          [      wireless B        ]
                                  |                             [ ====================== ]
                 [ ============================= ]
                 [          file   server        ]               [ ==================== ]
                 [ ============================= ]               [     wireless A       ]
                                                                 [ ==================== ]
Pretty standard setup, really.

I get moderate speeds on my local network because I'm accessing over 802.11(a) (least that's why I thought so).

I'll try the mtu thing, thanks for the help thus far.
 
Old 09-10-2005, 02:25 PM   #4
lackluster
Member
 
Registered: Apr 2002
Location: D.C - USA
Distribution: slackware-current
Posts: 488

Original Poster
Rep: Reputation: 30
The mtu thing didn't seem to have any effect.
 
Old 09-10-2005, 02:38 PM   #5
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
It's a bit weird that only download is slowed down... have you changed the MTU on clients or on server as well? It might be a good guess to try this on the server network card as well...
The problem is probably on the server or (worst case) on the router... I would suggest the usual tricks, like listenning to the network connection using tcpdump or taking a look in logfiles (dmesg and such), maybe it could give you some hints... :/
 
Old 09-10-2005, 02:48 PM   #6
lackluster
Member
 
Registered: Apr 2002
Location: D.C - USA
Distribution: slackware-current
Posts: 488

Original Poster
Rep: Reputation: 30
I think my problems may be larger. I logged into the router and looked at the 'DHCP Clients Table'. It had an unknown computer listed as 10.1.1.104 over ethernet. The only possibility I see is that there's somebody in my basement using all my bandwidth. When I deleted that name from the table, I got my usual speeds back. Does this sound like the work of a 'hacker'? (there is nobody in the basement)
 
Old 09-10-2005, 04:16 PM   #7
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Well if you haven't secured your wireless, it's (sorry to be rude) your damn fault. It's less a hacker than just a bright teenager. It's very very important to secure a wireless network, at the very least with WEP key (WEP key are bad, could be craked in 15mins but it will keep most teens away... WPA is quite better). You have no idea how far your network can go,it may not even be in your basement but 3 streeet away, it is always very hard to predict.
 
Old 09-10-2005, 04:29 PM   #8
Snowbat
Member
 
Registered: Jun 2005
Location: q3dm7
Distribution: Mandriva 2010.0 x86_64
Posts: 338

Rep: Reputation: 31
I have a schematically identical setup and my goons (using 802.11b) can pull 650 kilobytes/sec off the file server.

Last edited by Snowbat; 09-10-2005 at 04:31 PM.
 
Old 09-10-2005, 04:34 PM   #9
lackluster
Member
 
Registered: Apr 2002
Location: D.C - USA
Distribution: slackware-current
Posts: 488

Original Poster
Rep: Reputation: 30
Yeah, I'm aware of the implications. I don't mind a surfer on the network, but a snooper or malicious kid is another thing. I'm actually pretty confused now because my rates have dropped again, and I seem to be the only one on the network. Maybe I'll try yelling at it.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Second server in local net klemen Linux - Networking 2 06-20-2005 12:59 PM
Not visiable sub partition on local net klemen Linux - Networking 1 02-04-2005 09:52 AM
Small local net with 2 PCs arthur_mueller Linux - Networking 7 05-17-2004 04:50 AM
difficulties to parameter local net christophe.dr Linux - Networking 1 02-07-2004 03:26 PM
PPP and local net conflicting isolationist Linux - Networking 1 02-20-2003 01:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration