I know it is weird, But I just discovered this, jquery.com is not opening in my ubuntu firefox or other KDE browser and hence many sites that copy codes from code.jquery.com also hanged. Is there any solution to this problem.
I have found the problem It is actually with the DNS servers I am using, Google DNS, 8.8.8.8 and 8.8.4.4, whenever I use these DNS in ubuntu my system stop responding to some sites, actually they are connected nicely, but the request end up in waiting.. I dont understand why...???
I checked my DNS with
cat /etc/resolv.conf
Even after using Google DNS, it is showing DNS servers I received automatically after connecting to the service provider. I am connecting using Network Manager, not using DNS I provided but using the default one.
Any Solution??
have just found the solution... but will test it for sometime to check if it is permanent..
I found this post http://ubuntuforums.org/showpost.php?p=11722053&postcount=16 and follow the instructions.
echo 'manual' | sudo tee /etc/init/resolvconf.override
sudo rm /etc/resolv.conf
and then with
sudo kate
I created new /etc/resolve.conf with contents..
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 127.0.0.1
and then deleted all my network manager connections and then created 2 new DSL connections one with simple configuration and other with Automatic(pppoe) and 2nd with Automatic(pppoe) address only with DNS servers(may the settings of DNSmasq) set to 8.8.8.8,8.8.4.4. Now resolv.conf and NM both have same DNS and at least for now everything is working fine.