Networking Forums

Networking Forums > Computer Networking > Linux Networking > My Internet connection (ADSL) dies under load

Reply
Thread Tools Display Modes

My Internet connection (ADSL) dies under load

 
 
tootoon92
Guest
Posts: n/a

 
      02-16-2004, 09:25 AM
Hi,

At home, I've recycled my old Pentium 150 Mhz into a router in order
to share my Internet Connection between all my computers. It's working
fine for "normal" web access such as mail reading, web browsing, ...
However my connection seems to dye as soon as there is some load, for
example a P2P client (emule) or
the HTTP download of a Linux ISO.
Everything works fine for a while (for ex, 250 MB on the ISO at 250
Kbits per second) and then there seems to be no more answer from the
internet : in this case, the only solution is to log on the linux box,
do a "ifconfig eth1 down" followed by request for a "udhcpc -i eth1"
and the connection is back ...

I've tried everything I could think of and have no more track. If
someone has an idea or even better a solution ;-) please let me know.

My Linux Router hardware configuration is the following :
- Pentium 150 Mhz / 48 Mb of RAM
- Sagem F@st 800 Modem (usb) on a DSL connection 2400 DL / 384 UL
- NEC USB Controller
- Realtek 8139
- one floppy drive

My software configuration is :
- Linux kernel 2.4.24
- Eagle driver 1.9.4 (modem)
- Busybox 1.00 pre 7
- Uclibc 0.9.24
- iptables 1.2.9

Everything fits on a single floppy which allows me to get rid of my
noisy hard disk.

Unfortunately, the system logs are completely empty.
I've been trying without much success wondershaper & dsl_qos_queue.

Thanks in advance for any help.
Regards,
TooToon.
 
Reply With Quote
 
 
 
 
Jem Berkes
Guest
Posts: n/a

 
      02-16-2004, 01:56 PM
> At home, I've recycled my old Pentium 150 Mhz into a router in order
> to share my Internet Connection between all my computers. It's working
> fine for "normal" web access such as mail reading, web browsing, ...
> However my connection seems to dye as soon as there is some load, for
> example a P2P client (emule) or
> the HTTP download of a Linux ISO.


A few possibilities stand out to me:

1) ADSL stuffs data over the phone lines by utilizing non-voice bands
within your phone line's frequency range. When there's more data flowing,
a larger portion of the total phone line bandwidth is used for data, and
it crowds the voice band. There is a risk of the voice interfering with
the data. You might want to try adding an extra ADSL filter to your other
phones. However this all only makes sense if your connection drops around
when the phone line is in use for voice calls.

> - Sagem F@st 800 Modem (usb) on a DSL connection 2400 DL / 384 UL


2) Are you using the appropriate ADSL modem for your ISP? There are
various high-speed models, some which are set to use a higher data
bandwidth than the ISP wants you to use. They can cutoff the connection
if it exceeds their predefined subscriber rate. Your 2.4 Mbps downstream
is huge... are you actually paying for that?

3) Variation of the above, it could simply be that the clarity of audio
signal required to sustain such a large data bandwidth (into the Mbps) is
unattainable given your telephone lines and physical distance from your
ISP. In such a case you will have better results by using a slower modem,
or maybe there's software that allows you to configure the modem?

4) The ISP could be cutting off people who transfer too much data -- e.g.
punitive for file swapping but I kind of doubt this is your case because
it happens even when you're downloading. Typically this form of ISP's
sense of morality is enforced when you're uploading.

--
Jem Berkes
http://www.sysdesign.ca/
 
Reply With Quote
 
User
Guest
Posts: n/a

 
      02-17-2004, 12:34 AM
"Jem Berkes" <(E-Mail Removed)> wrote in message
news:Xns94915B095DB30jbuserspc9org@130.179.16.24.. .
> > At home, I've recycled my old Pentium 150 Mhz into a router in order
> > to share my Internet Connection between all my computers. It's working
> > fine for "normal" web access such as mail reading, web browsing, ...
> > However my connection seems to dye as soon as there is some load, for
> > example a P2P client (emule) or
> > the HTTP download of a Linux ISO.

>
> A few possibilities stand out to me:
>
> 1) ADSL stuffs data over the phone lines by utilizing non-voice bands
> within your phone line's frequency range. When there's more data flowing,
> a larger portion of the total phone line bandwidth is used for data, and
> it crowds the voice band. There is a risk of the voice interfering with
> the data. You might want to try adding an extra ADSL filter to your other
> phones. However this all only makes sense if your connection drops around
> when the phone line is in use for voice calls.


It would be more likely that interference with high frequencies on the phone
line interferes with high data rates. Voice is at the bottom end. There
may be too much attenuation at the high end. Possibly too far from the
exchange. Try asking the ISP to set a lower maximum data rate.

> > - Sagem F@st 800 Modem (usb) on a DSL connection 2400 DL / 384 UL

>
> 2) Are you using the appropriate ADSL modem for your ISP? There are
> various high-speed models, some which are set to use a higher data
> bandwidth than the ISP wants you to use. They can cutoff the connection
> if it exceeds their predefined subscriber rate. Your 2.4 Mbps downstream
> is huge... are you actually paying for that?


I thought the modems autonegotiated maximum speed and the ISP set the
maximum for the modem at the exchange.

> 3) Variation of the above, it could simply be that the clarity of audio
> signal required to sustain such a large data bandwidth (into the Mbps) is
> unattainable given your telephone lines and physical distance from your
> ISP. In such a case you will have better results by using a slower modem,
> or maybe there's software that allows you to configure the modem?


Yes - but you don't mean audio clarily but frequencies way above audio.

> 4) The ISP could be cutting off people who transfer too much data -- e.g.
> punitive for file swapping but I kind of doubt this is your case because
> it happens even when you're downloading. Typically this form of ISP's
> sense of morality is enforced when you're uploading.


There could also be intermittent fauls on the line with (moist) dirt or
contaminants coming across the wires. If the impedance was right this would
affect higher frequencies but may not be noticable of voice. There could
also be terminations not done correctly having the same result.

> --
> Jem Berkes
> http://www.sysdesign.ca/



 
Reply With Quote
 
joseph philip
Guest
Posts: n/a

 
      02-17-2004, 05:44 AM
On Mon, 16 Feb 2004 02:25:41 -0800, tootoon92 wrote:

> Hi,
>
> At home, I've recycled my old Pentium 150 Mhz into a router in order
> to share my Internet Connection between all my computers. It's working
> fine for "normal" web access such as mail reading, web browsing, ...
> However my connection seems to dye as soon as there is some load, for
> example a P2P client (emule) or
> the HTTP download of a Linux ISO.
> Everything works fine for a while (for ex, 250 MB on the ISO at 250
> Kbits per second) and then there seems to be no more answer from the
> internet : in this case, the only solution is to log on the linux box,
> do a "ifconfig eth1 down" followed by request for a "udhcpc -i eth1"
> and the connection is back ...
>
> I've tried everything I could think of and have no more track. If
> someone has an idea or even better a solution ;-) please let me know.
>
> My Linux Router hardware configuration is the following :
> - Pentium 150 Mhz / 48 Mb of RAM
> - Sagem F@st 800 Modem (usb) on a DSL connection 2400 DL / 384 UL
> - NEC USB Controller
> - Realtek 8139
> - one floppy drive
>
> My software configuration is :
> - Linux kernel 2.4.24
> - Eagle driver 1.9.4 (modem)
> - Busybox 1.00 pre 7
> - Uclibc 0.9.24
> - iptables 1.2.9
>
> Everything fits on a single floppy which allows me to get rid of my
> noisy hard disk.
>
> Unfortunately, the system logs are completely empty.
> I've been trying without much success wondershaper & dsl_qos_queue.
>
> Thanks in advance for any help.
> Regards,
> TooToon.



Check if the 8139 NIC is faulty by transfering data between it and another
computer.


Try to replace the USB with an ethernet modem and see if it solves
problem.


 
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
Internet connection, but IE won't load/browse Marissa Wireless Networks 3 05-06-2008 08:48 PM
Load Balance For Internet Connection Yu Ling Windows Networking 1 11-18-2005 05:31 PM
Pick up the handset and BT ADSL dies Aidan Whitehall Broadband 8 09-28-2004 04:43 PM
Wireless Connection Dies Oliver Sievers Wireless Internet 1 06-12-2004 02:02 AM
load balancing / sharing internet connection query Jeroen Geilman Linux Networking 3 08-13-2003 05:03 PM



1 2 3 4 5 6 7 8 9 10 11