<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Slow internet speed in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534406#M17302</link>
    <description>I shutdown IPtables with &lt;BR /&gt;service iptables stop&lt;BR /&gt;Shutdown apache, named, and mysql, disconnected the LAN and tested directly from the server, using X only to do the tests. Normally the box in in run level 3.&lt;BR /&gt;&lt;BR /&gt;Top shows 93% idle.&lt;BR /&gt;&lt;BR /&gt;Retest; still very sluggish; shows 16.4 kbps.&lt;BR /&gt;&lt;BR /&gt;I notice the link light on the modem blinks during the test. Normally it is solid green when the cable between the DSL modem and eth0 is plugged in. It didn't blink when it worked at the slower 750 kbps ISP service.&lt;BR /&gt;&lt;BR /&gt;I'm not sure of the eth0 card, it's been about 5 years since I installed it.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Apr 2005 08:05:29 GMT</pubDate>
    <dc:creator>Vernon Brown_4</dc:creator>
    <dc:date>2005-04-29T08:05:29Z</dc:date>
    <item>
      <title>Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534399#M17295</link>
      <description>I'm running Apache on Fedora core 1 with the server acting as a router with eth1 connected to my LAN and eth0 connected to a dsl modem to the internet. It worked fine when CentruyTel, my ISP, served advertised speed of 750 kbps. Now they serve advertised speed of 3000 kbps. When they changed speed I noticed very sluggish internet access from my LAN.&lt;BR /&gt;&lt;BR /&gt;Speed tests from my LAN only show 16 kbps.&lt;BR /&gt;&lt;BR /&gt;I get close to the 3000 kbps when connected direct from a Windows laptop through the same dsl modem using the same cable that plugs into my server.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a speed issue with pppoe on Fedora Core 1 ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Apr 2005 16:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534399#M17295</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2005-04-28T16:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534400#M17296</link>
      <description>Its possible its a Fedora Core issue. Have you run yum or up2date and still had the problem?&lt;BR /&gt;&lt;BR /&gt;It could be a problem with the network driver for the lan card you are using or the system is merely overloaded with other work.&lt;BR /&gt;&lt;BR /&gt;I've succesfully used Fedora Core and Red Hat ES for this function and goten maximum throuhput.&lt;BR /&gt;&lt;BR /&gt;Are you using iptables to handle the routing? Its better than ipchains.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 28 Apr 2005 16:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534400#M17296</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-28T16:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534401#M17297</link>
      <description>I'm using IPtables; top shows 85% idle, this while running UpToDate from the icon. I haven't updated since the ISP increased advertised speed to 3.0 mbps. Updating now; I'm hoping.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Apr 2005 19:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534401#M17297</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2005-04-28T19:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534402#M17298</link>
      <description>Slow throughput can be caused by a number of things.  What to look  out for:&lt;BR /&gt;&lt;BR /&gt;NIC incompatability.  This is pretty rare these days, but what NIC's do you have, and what drivers are you using?&lt;BR /&gt;&lt;BR /&gt;TC and IPTables limiting.  using 'iptables -nvL | grep limit' to see if IPTables is doing any throttling (doubtful), and also check the output of the following commands:&lt;BR /&gt;&lt;BR /&gt;tc -s qdisc dev eth0&lt;BR /&gt;tc -s class dev eth0&lt;BR /&gt;tc -s qdisc dev eth1&lt;BR /&gt;tc -s class dev eth1&lt;BR /&gt;&lt;BR /&gt;The 'qdisc' ones should return something simliar to this:&lt;BR /&gt;&lt;BR /&gt;qdisc pfifo_fast 0: [Unknown qdisc, optlen=20] &lt;BR /&gt; Sent 32744469947 bytes 58074299 pkts (dropped 0, overlimits 0) &lt;BR /&gt;&lt;BR /&gt;The other two should return nothing.  If they do, you've got some QoS stuff happening.&lt;BR /&gt;&lt;BR /&gt;Cabling..  You have the DSL plugged directly into 'eth0' right?  The other interface, is that plugged into a Hub or a Switch? or Cross-over directly to the other PC?  Make sure there isn't network congestion.&lt;BR /&gt;&lt;BR /&gt;Next... You said you clicked on the 'Up2Date icon'.  So you're running X on the Linux box.  Are you using it as an active desktop computer, or only as a webserver/router/etc. ?  If not a desktop, then shut X down (telinit 3).  It saps resources!&lt;BR /&gt;&lt;BR /&gt;Resources..  Use top, see how much memory is in use, how much is as swap.  If the kernel code is swapping too much, packet-monkey stuff will be slowed down considerably.&lt;BR /&gt;&lt;BR /&gt;I'm doing pretty much what you're doing.  I've got a FC1 box here running Squid, Apache, Sendmail, firewall, packet monkey etc. for my LAN through a DSL, with LAN via a switch on one interface and DSL on the other.  I've only got a 1536Kbps (1.5Mbit) pipe, but have no issues such as you're witnessing.</description>
      <pubDate>Thu, 28 Apr 2005 20:50:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534402#M17298</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-28T20:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534403#M17299</link>
      <description>Stuard, maybe a typo error in you reply ? I try your tc command but they did not work as such, I am trying this on Fedora core 3 as I do not have a Fedora core 1&lt;BR /&gt;&lt;BR /&gt;I found that after reading the man page that the following invocation works.&lt;BR /&gt;&lt;BR /&gt;#tc -s qdisc show dev eth0&lt;BR /&gt;#tc -s class show dev eth1&lt;BR /&gt;&lt;BR /&gt;Thank for passing on this command, reading the man page open up a whole lot of stuff I did not know about how the kernel works with the network interfaces.&lt;BR /&gt;&lt;BR /&gt;Vermon, maybe this also the right syntax on Fedora core 1 ?&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Fri, 29 Apr 2005 06:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534403#M17299</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-04-29T06:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534404#M17300</link>
      <description>err, yea, you're right.. I left the 'ls' (or 'list' or 'show') out.&lt;BR /&gt;&lt;BR /&gt;Hrm.. FC3.. *pokes the FC3 box down the street*...&lt;BR /&gt;&lt;BR /&gt;qdisc pfifo_fast 0: bands 3 priomap  1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1&lt;BR /&gt; Sent 913658944 bytes 2233772 pkts (dropped 0, overlimits 0 requeues 0) &lt;BR /&gt;&lt;BR /&gt;would be what the 'qdisc' would show... slightly different.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 06:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534404#M17300</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-29T06:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534405#M17301</link>
      <description>You tested from the lan, from a directly connected laptop - please also test from the server itself.&lt;BR /&gt;&lt;BR /&gt;If You don't get the 3Mbit's there, You should try lookup at Your pathmtu and window size settings, maybe something got mixed up.&lt;BR /&gt;&lt;BR /&gt;if that looks okay, then go on searching into the PPPoE issues.</description>
      <pubDate>Fri, 29 Apr 2005 07:12:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534405#M17301</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-04-29T07:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534406#M17302</link>
      <description>I shutdown IPtables with &lt;BR /&gt;service iptables stop&lt;BR /&gt;Shutdown apache, named, and mysql, disconnected the LAN and tested directly from the server, using X only to do the tests. Normally the box in in run level 3.&lt;BR /&gt;&lt;BR /&gt;Top shows 93% idle.&lt;BR /&gt;&lt;BR /&gt;Retest; still very sluggish; shows 16.4 kbps.&lt;BR /&gt;&lt;BR /&gt;I notice the link light on the modem blinks during the test. Normally it is solid green when the cable between the DSL modem and eth0 is plugged in. It didn't blink when it worked at the slower 750 kbps ISP service.&lt;BR /&gt;&lt;BR /&gt;I'm not sure of the eth0 card, it's been about 5 years since I installed it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 08:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534406#M17302</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2005-04-29T08:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534407#M17303</link>
      <description>Hrm.. What class of machine are we talking about here?  5 years ago?&lt;BR /&gt;&lt;BR /&gt;Figure out what sort of processor, but more importantly, what type of network card is in there. &lt;BR /&gt;&lt;BR /&gt;Start with 'lsmod' and /proc/{cpuinfo,ioports}</description>
      <pubDate>Fri, 29 Apr 2005 09:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534407#M17303</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-04-29T09:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534408#M17304</link>
      <description>The first guy to tell that a 586 won't be able to handle a DSL line without nat/filtering, I'll shoot.&lt;BR /&gt;&lt;BR /&gt;:))</description>
      <pubDate>Fri, 29 Apr 2005 10:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534408#M17304</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-04-29T10:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534409#M17305</link>
      <description>The throughput with the Windows machine says the issue is probably the Ethernet setup between the FC1 box and the modem.  If it were a PPPoE issue it would probably show up under Windows as well.&lt;BR /&gt;&lt;BR /&gt;The flashing light is probably indicating collisions, which shouldn't happen on the TP link  you're presumably using.  This is usually because of an half-duplex/full-duplex mismatch, and that usually results from an autonegotiation failure.  Which usually results from only one side being set to autonegotiate, with the other side locked to FD or HD.&lt;BR /&gt;&lt;BR /&gt;"/sbin/ethtool eth0" will show you your interface settings on the Fedora box (if the command was there in FC1).  See the man (man ethtool) for manipulation of the settings.  There's also the deprecated "mii-tool", which may be present in your version.  Good luck.</description>
      <pubDate>Fri, 29 Apr 2005 10:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534409#M17305</guid>
      <dc:creator>W.C. Epperson</dc:creator>
      <dc:date>2005-04-29T10:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534410#M17306</link>
      <description>I replaced both eth cards with D-Link DFE-5330TX+ cards thinking that W.C. probably nailed it. So I'm saving the bunny until I get back up and running.&lt;BR /&gt;&lt;BR /&gt;I mistakenly checked On Boot, for eth0 so it timed out on boot and DSL didn't start. Now I'm trying to remember the setup.&lt;BR /&gt;&lt;BR /&gt;I think I have pppoe.conf and pap-secrets set up right, ifconfig shows ppp0 with the correct IP. adsl-stop and adsl-start seem to function correctly. adsl-status shows the correct IP.&lt;BR /&gt;&lt;BR /&gt;I can ping the IP from the box itself but not from outside it. Can't get to the internet yet.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 16:36:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534410#M17306</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2005-04-29T16:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534411#M17307</link>
      <description>I think I don't have the gateway setup correctly on eth0. When I look at the gateway listed it is the address of the box itself. Is that what it should be ?</description>
      <pubDate>Fri, 29 Apr 2005 17:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534411#M17307</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2005-04-29T17:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internet speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534412#M17308</link>
      <description>Problem solved; it was the old card that was a 100 not a 10/100. W.C. had it right.&lt;BR /&gt;&lt;BR /&gt;My problem getting back up was that I forgot that 127.0.0.1 would work as the gateway for the DHCP assigned IP.&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Apr 2005 07:11:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/slow-internet-speed/m-p/3534412#M17308</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2005-04-30T07:11:09Z</dc:date>
    </item>
  </channel>
</rss>

