Find the answer to your Linux question:
Results 1 to 4 of 4
I have internet access through a cable modem > router > Windows XP Machine & Debian linux Machine. Internet on the Debian machine is extremely slow while the internet on ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Posts
    10

    Internet extremely slow

    I have internet access through a cable modem > router > Windows XP Machine & Debian linux Machine. Internet on the Debian machine is extremely slow while the internet on the Windows machine is very fast (same time, same websites, etc.). What is wrong?

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    I have seen this occasionally in some distros. It is usually a DNS issue. Generally adding the IP addresses of your DNS (your WAN DNS, not your router/modem) to /etc/resolv.conf will fix your problem. If this improves you can then set it to hold those entries permanently. Post back if this helps.

    My resolv.conf looks like this -
    Code:
    nameserver 213.94.190.194
    nameserver 213.94.190.236
    nameserver 192.168.1.1

  3. #3
    Just Joined!
    Join Date
    May 2006
    Posts
    10
    Ok, I admit. I don't have a clue what a WAN DNS is or where to find it.

  4. #4
    Just Joined!
    Join Date
    May 2006
    Posts
    10
    Ok here is what is in my /etc/resolv.conf file. I think that the 192.168.8.1 is my WAN DNS.

    search
    nameserver 192.168.8.1
    nameserver 67.32.118.46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •