Networking Forums

Networking Forums > Computer Networking > Linux Networking > Bandwidth & Performance

Reply
Thread Tools Display Modes

Bandwidth & Performance

 
 
Martin Greco
Guest
Posts: n/a

 
      08-20-2003, 02:19 PM
Hi everyone

I have a RedHat 8 Box as gateway for about 15 clients through NAT. The
connection is a 256Kb DSL over pptp.
the situation is this: when eth1 (which is the internal NIC) is down I have
about 26 KB downstream and 12 KB upstream in several tests, but when it is
up and there are many clients operating the performance goes down, that's it
5 or 10 KB downstram and 3KB or 4KB upstream.

Could this be possible? is it a configuration issue or a problem with the
connection?

Thanks in advance


--
###################
# Martin Greco
# Técnica | Desarrollo | Solsis SRL
# Moreno 1801 PB



 
Reply With Quote
 
 
 
 
Alexander Clouter
Guest
Posts: n/a

 
      09-01-2003, 11:22 PM
In article <bhvvs3$2g0b$(E-Mail Removed)>, Martin Greco wrote:
> Hi everyone
>
> I have a RedHat 8 Box as gateway for about 15 clients through NAT. The
> connection is a 256Kb DSL over pptp.
> the situation is this: when eth1 (which is the internal NIC) is down I have
> about 26 KB downstream and 12 KB upstream in several tests, but when it is
> up and there are many clients operating the performance goes down, that's it
> 5 or 10 KB downstram and 3KB or 4KB upstream.
>
> Could this be possible? is it a configuration issue or a problem with the
> connection?
>

Very possible. This is due to the nature of all internet links where TCP
traffic particularly is involved. With TCP, the client machines send
ACKnowledgement packets to tell the server it received the data fine and in
order. If the bandwidth is saturated in the opposite direction then these
ACK packets get lost due to conjestion.

The blind way to solve this is more bandwidth, the clever way Linux folk fix
it is with Quality of Service (QoS for short). What this does is 'shape' the
traffic and prioritizes the packets so that the packets which need low
latency (e.g. SSH) leave as quickly as possible whilst 'bulk' traffic (e.g.
FTP and file sharing software) is used as filler.

A good place to learn are read up on this is

http://lartc.org/ - Advanced-Routing-HOWTO

<cheapo_plug>
you can also look at my website and my script as a solution to the problem in
good GPL fashion. Its a script that can be dropped in and should not effect
anything thats already in place on the firewall.

http://digriz.org.uk/jdg-qos-script/
</cheapo_plug>

Regards

Alex
 
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
LAN performance pwelsh@uk2.net Windows Networking 0 01-15-2008 10:22 PM
wep vs. wpa performance Japhy Wireless Internet 7 06-27-2007 01:40 AM
Performance? Bill & Debbie Wireless Networks 1 02-17-2007 02:42 AM
VNC performance raffelm Linux Networking 4 02-05-2004 02:44 AM
Iptables bandwidth performance Örjan Johansson Linux Networking 1 06-26-2003 06:31 PM



1 2 3 4 5 6 7 8 9 10 11