- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Slow internet speed
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 09:19 AM
04-28-2005 09:19 AM
Speed tests from my LAN only show 16 kbps.
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.
Does anyone know of a speed issue with pppoe on Fedora Core 1 ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 09:59 AM
04-28-2005 09:59 AM
Re: Slow internet speed
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.
I've succesfully used Fedora Core and Red Hat ES for this function and goten maximum throuhput.
Are you using iptables to handle the routing? Its better than ipchains.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 12:03 PM
04-28-2005 12:03 PM
Re: Slow internet speed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 01:50 PM
04-28-2005 01:50 PM
Re: Slow internet speed
NIC incompatability. This is pretty rare these days, but what NIC's do you have, and what drivers are you using?
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:
tc -s qdisc dev eth0
tc -s class dev eth0
tc -s qdisc dev eth1
tc -s class dev eth1
The 'qdisc' ones should return something simliar to this:
qdisc pfifo_fast 0: [Unknown qdisc, optlen=20]
Sent 32744469947 bytes 58074299 pkts (dropped 0, overlimits 0)
The other two should return nothing. If they do, you've got some QoS stuff happening.
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.
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!
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 11:04 PM
04-28-2005 11:04 PM
Re: Slow internet speed
I found that after reading the man page that the following invocation works.
#tc -s qdisc show dev eth0
#tc -s class show dev eth1
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.
Vermon, maybe this also the right syntax on Fedora core 1 ?
Jean-Pierre Huc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 11:33 PM
04-28-2005 11:33 PM
Re: Slow internet speed
Hrm.. FC3.. *pokes the FC3 box down the street*...
qdisc pfifo_fast 0: bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
Sent 913658944 bytes 2233772 pkts (dropped 0, overlimits 0 requeues 0)
would be what the 'qdisc' would show... slightly different.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 12:12 AM
04-29-2005 12:12 AM
Re: Slow internet speed
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.
if that looks okay, then go on searching into the PPPoE issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 01:05 AM
04-29-2005 01:05 AM
Re: Slow internet speed
service iptables stop
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.
Top shows 93% idle.
Retest; still very sluggish; shows 16.4 kbps.
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.
I'm not sure of the eth0 card, it's been about 5 years since I installed it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 02:50 AM
04-29-2005 02:50 AM
Re: Slow internet speed
Figure out what sort of processor, but more importantly, what type of network card is in there.
Start with 'lsmod' and /proc/{cpuinfo,ioports}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 03:14 AM
04-29-2005 03:14 AM
Re: Slow internet speed
:))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 03:52 AM
04-29-2005 03:52 AM
SolutionThe 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.
"/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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 09:36 AM
04-29-2005 09:36 AM
Re: Slow internet speed
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.
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.
I can ping the IP from the box itself but not from outside it. Can't get to the internet yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2005 10:54 AM
04-29-2005 10:54 AM
Re: Slow internet speed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2005 12:11 AM
04-30-2005 12:11 AM
Re: Slow internet speed
My problem getting back up was that I forgot that 127.0.0.1 would work as the gateway for the DHCP assigned IP.