Re: Really slow internet
The first entry is your 'local' IP; the one on the 'box' your PC is connected to. The other is a DNS IP, but it doesn't resolve here. I'm going to guess that if you ping it you will find very slow response times. Give it a try and report back the results.
I'm going to guess that your ISP changed their Domain Name Server(s), and you will need to update the second entry in your resolv.conf file to reflect it. You can edit the file (as root) and comment the second entry and then add the following:
nameserver 8.8.4.4
nameserver 8.8.8.8
Save the file, shutdown and reboot. Check your Internet connectivity. Has it improved?
The first entry is your 'local' IP; the one on the 'box' your PC is connected to. The other is a DNS IP, but it doesn't resolve here. I'm going to guess that if you ping it you will find very slow response times. Give it a try and report back the results.
I'm going to guess that your ISP changed their Domain Name Server(s), and you will need to update the second entry in your resolv.conf file to reflect it. You can edit the file (as root) and comment the second entry and then add the following:
nameserver 8.8.4.4
nameserver 8.8.8.8
Save the file, shutdown and reboot. Check your Internet connectivity. Has it improved?
Comment