0

I have a machine with Windows 7 and Ubuntu 11.10

In Ubuntu I have about 30% packet loss when I make pings either to my router gateway or to an external site such as google.com, so my internet connection goes very slow.

Since the network works perfectly fine in Windows 7 (without any packet loss), I assume it's not a problem of the line.

Is there anything I could change in network settings or something similar in order to make this work correctly in Ubuntu?

I edit to say that I found my solution here (the problem was defective realtek drivers):

How do I stop my ethernet network connection from dropping?

rfc1484
  • 693

3 Answers3

2

I have experienced Packet Loss in Ubuntu, too under two circumstances:

  1. Routing Issues when having multiple Interfaces in the same Network I had two LAN Ports in the same network and the I suppose the routing of both interfaces overlapped and they took turns in sending/receiving from and to the network. The problem stopped as soon as i disabled one interface

    $ sudo ifconfig eth1 down
    
  2. Connections are timing out because they tried to use IPv6 at times Especially when doing DNS Requests while apt-get updating some repositories, even official ubuntu ones, cannot be resolved to an ip.

    See https://help.ubuntu.com/community/WebBrowsingSlowIPv6IPv4 in this case.

Also you should give more information, like complete output of both

$ ifconfig

and

$ route

Under no circumstances should you need to remove network-manager or any other preinstalled network management software. They work just fine, when configured correctly.

I'm sorry that both points are rather blurry, but I guarantee, that both happened as I told them.

mweinelt
  • 660
0

There is a similar problem like you and there a solution to it says:

I finally managed to download wicd with much pain and patience and I'm happy to report it is much better now. It works good enough to browse the web and post this although it is too early to say it's it is back 100%. The problem must have been with the network manager package.

and here is the link to the problem.

ashutosh
  • 1,302
0

I have had earlier versions of Ubuntu fail to get along with older router firmware. Check to see if your router is older and there is newer firmware available. You can find instructions on the internet to update this. You need to type your routers IP address into the URL bar with a web browser (there is a manufacturers default IP address for your model number). If you do not have the username and password than you will need to find the manufacturers default credentials from on the web as well. If you still cannot get in, than reset your router (small push button somewhere) and than try the default login credentials again. There should be a update button/menu in the UI somewhere to automatically update (you may need to download the file for it to update with).

NOTE: If your router has been configured, any changes to the router will be permanent. You can only go back to the manufactuaers defaults with the reset button. Any of your current deviations from the default settings will be lost!