LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 03-19-2011, 11:46 AM   #1
nomikos
LQ Newbie
 
Registered: Nov 2008
Location: Concepción, Chile
Distribution: Centos 5.5 (server) / Zenwalk; Linux Mint (desktop)
Posts: 29

Rep: Reputation: 4
Red face Internet connection slow


Suddenly my internet connection has been decreased a lot. Please advice over some config tweaks to play.

Quote:
$ ping google.com
PING google.com (209.85.195.104) 56(84) bytes of data.
64 bytes from eze03s01-in-f104.1e100.net (209.85.195.104): icmp_seq=1 ttl=54 time=49.0 ms
64 bytes from eze03s01-in-f104.1e100.net (209.85.195.104): icmp_seq=2 ttl=54 time=39.0 ms
64 bytes from eze03s01-in-f104.1e100.net (209.85.195.104): icmp_seq=3 ttl=54 time=55.1 ms
Linux mint (ubuntu) 9
ADSL 6MB thought cable modem.

Last edited by nomikos; 03-19-2011 at 11:48 AM.
 
Old 03-19-2011, 11:55 AM   #2
Slackyman
Member
 
Registered: Mar 2011
Location: Rome - Italy
Distribution: Slackware 13.1
Posts: 347

Rep: Reputation: 44
It doesn't seem to me that connection is too slow from your pinging.
Can you show us the content of your /etc/resolv.conf?
 
Old 03-19-2011, 12:22 PM   #3
nomikos
LQ Newbie
 
Registered: Nov 2008
Location: Concepción, Chile
Distribution: Centos 5.5 (server) / Zenwalk; Linux Mint (desktop)
Posts: 29

Original Poster
Rep: Reputation: 4
THX.

# Generated by NetworkManager
nameserver 200.74.121.11
nameserver 200.83.1.5
nameserver 190.160.0.11

upload/download decreased!
 
Old 03-19-2011, 12:25 PM   #4
nomikos
LQ Newbie
 
Registered: Nov 2008
Location: Concepción, Chile
Distribution: Centos 5.5 (server) / Zenwalk; Linux Mint (desktop)
Posts: 29

Original Poster
Rep: Reputation: 4
Regarding ping: the lapsus between each line appears is 4 secs.!
 
Old 03-19-2011, 01:13 PM   #5
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Perhaps you have reached your limit, and did the ISP put you on small band.
Try to reboot the router
If you have a wireless connection, verify if no one else is using it.


Kind regards
 
Old 03-20-2011, 04:56 PM   #6
nomikos
LQ Newbie
 
Registered: Nov 2008
Location: Concepción, Chile
Distribution: Centos 5.5 (server) / Zenwalk; Linux Mint (desktop)
Posts: 29

Original Poster
Rep: Reputation: 4
I discovered that if I connect from live distros, the speed is OK as used to be.

Other important thing is that:
I am web developer so I refresh browser's pages a lot (in localhost). Well, these actions are slow too. So the problem is not due to internet connection. There is a bottle neck in some part.

Can you please advice over some config tweaks to play?

Thanks.-
 
Old 03-20-2011, 04:58 PM   #7
Slackyman
Member
 
Registered: Mar 2011
Location: Rome - Italy
Distribution: Slackware 13.1
Posts: 347

Rep: Reputation: 44
Check if you have SELinux enabled then check iptables than check your network configuration.
Can you show us these informations?
 
Old 03-20-2011, 05:28 PM   #8
nomikos
LQ Newbie
 
Registered: Nov 2008
Location: Concepción, Chile
Distribution: Centos 5.5 (server) / Zenwalk; Linux Mint (desktop)
Posts: 29

Original Poster
Rep: Reputation: 4
I did not know that selinux is included in ubuntu, but yes, here it is. And... is disabled.
I am not using any firewall.
And network configuration?

Quote:
$ ifconfig
eth0 Link encap:Ethernet HWaddr e0:cb:4e:d4:e0:10
inet addr:x.x.x.x Bcast:201.239.118.255 Mask:255.255.255.0
inet6 addr: fe80::e2cb:4eff:fed4:e010/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1896213 errors:0 dropped:0 overruns:0 frame:0
TX packets:134837 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:330379568 (330.3 MB) TX bytes:10143257 (10.1 MB)
Interrupt:27 Base address:0x8000

eth1 Link encap:Ethernet HWaddr 00:26:5a:84:bb:47
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:11 Base address:0x6c00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.255.255.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:12774 errors:0 dropped:0 overruns:0 frame:0
TX packets:12774 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16216174 (16.2 MB) TX bytes:16216174 (16.2 MB)
 
Old 03-21-2011, 01:37 AM   #9
Slackyman
Member
 
Registered: Mar 2011
Location: Rome - Italy
Distribution: Slackware 13.1
Posts: 347

Rep: Reputation: 44
I have a doubt nut I can easily be wrong...
Can you please show me the ifconfig results from a Live distro too?
 
Old 03-21-2011, 08:40 PM   #10
nomikos
LQ Newbie
 
Registered: Nov 2008
Location: Concepción, Chile
Distribution: Centos 5.5 (server) / Zenwalk; Linux Mint (desktop)
Posts: 29

Original Poster
Rep: Reputation: 4
from mint-kde10 live distro>

mint ~ # ifconfig
eth0 Link encap:Ethernet HWaddr e0:cb:4e:d4:e0:10
inet addr:x.x.x.x Bcast:201.239.118.255 Mask:255.255.255.0
inet6 addr: fe80::e2cb:4eff:fed4:e010/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6550 errors:0 dropped:0 overruns:0 frame:0
TX packets:131 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:420044 (420.0 KB) TX bytes:17340 (17.3 KB)
Interrupt:43 Base address:0x4000

eth1 Link encap:Ethernet HWaddr 00:26:5a:84:bb:47
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Base address:0xac00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:48 errors:0 dropped:0 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3136 (3.1 KB) TX bytes:3136 (3.1 KB)

----------------

Look: with this live distro when I click (GET): fast. But if I refresh the same page with [f5]: slooooooow. Make that sense?

Last edited by nomikos; 03-21-2011 at 08:41 PM.
 
Old 03-22-2011, 02:37 AM   #11
Slackyman
Member
 
Registered: Mar 2011
Location: Rome - Italy
Distribution: Slackware 13.1
Posts: 347

Rep: Reputation: 44
I cannot see nothing strange or defective or different from the two ifconf so I can only just suppose that it's some other kind of problem.
It could be a hardware issue (ethernet cable, router etc.) or an ISP issue.
What kind of ADSL modem/router have you (Vendor/model)?
I could even try to add different DNS in /etc/resolv.conf. You can try the OpenDNS ones that are 208.67.220.220 and 208.67.222.222 or the Google Public DNS that are 8.8.8.8 and 8.8.4.4.

Last edited by Slackyman; 03-22-2011 at 02:39 AM.
 
Old 03-23-2011, 10:11 AM   #12
nomikos
LQ Newbie
 
Registered: Nov 2008
Location: Concepción, Chile
Distribution: Centos 5.5 (server) / Zenwalk; Linux Mint (desktop)
Posts: 29

Original Poster
Rep: Reputation: 4
Thanks Slackyman for follow this issue so closely.
I'll try your advises ASAP.
Meanwhile I have overwrited totally the .mozilla (mv .moxilla .moxilla.old) directory (I work mostly in FF for the development tools). That has returned normal speed to the localhost. (very important to me)
Other think that I have noted today is that the bottleneck is in the request (looking up ...) not in the download (transferring ...) of pages.
I'll do some test with firebug::net and YSlow addon ASAP.
Thanks!

Last edited by nomikos; 03-23-2011 at 10:22 AM.
 
Old 03-24-2011, 09:02 PM   #13
nomikos
LQ Newbie
 
Registered: Nov 2008
Location: Concepción, Chile
Distribution: Centos 5.5 (server) / Zenwalk; Linux Mint (desktop)
Posts: 29

Original Poster
Rep: Reputation: 4
Angry Solved

You was right, was an ISP issue. The company is upgrading network to offer 120MB and has been screwed up the current customers.
But today all returned to normality. Thanks for your help.-
 
  


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
Slow Internet Connection when Connecting to Internet on Browsers lennysokol Linux - Networking 8 04-09-2011 04:29 PM
Slow INTERNET connection chuong123 Linux - Newbie 6 09-20-2009 06:09 PM
internet connection is slow redryder82 Linux - Newbie 10 03-17-2008 09:40 PM
New Fedora Internet connection slow slow slow matrim Fedora 9 07-29-2005 01:39 PM
Slow Internet Connection kicker Linux - Networking 3 11-18-2001 04:04 PM

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

All times are GMT -5. The time now is 06:23 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