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 ...
- 10-15-2006 #1Just 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?
- 10-15-2006 #2Linux 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
- 10-15-2006 #3Just 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.
- 10-16-2006 #4Just 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


Reply With Quote
