I am using ubuntu 10.04 and I am having trouble accessing my Internet through terminal, while I am able to access it through browser.

In terminal, if I try to ping any server with its name, like ping google.com, I am able to do that, even I can successfully used nslookup and several other network commands, but when I tried to download something, using "wget" or install something using "gem install" or checking out some code using "svn", I got server timeout error.

Can anybody help me figure out the problem. Thanks

link|improve this question
1  
Maybe the server is down ? – Sathya Sep 19 '10 at 13:56
feedback

migrated from stackoverflow.com Sep 19 '10 at 11:18

This question came from our site for professional and enthusiast programmers.

1 Answer

If you're not sure if a particular server is up, you can try running its address through http://downforeveryoneorjustme.com/.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown