4

I can't load some domain on my ubuntu 13.04:

  • youtube.com
  • translate.google.com
  • drive.google.com
  • vk.com

When I ping them they are responding:

PING youtube.com (217.119.79.59) 56(84) bytes of data.
64 bytes from non-registered.plix.pl (217.119.79.59): icmp_req=1 ttl=59 time=21.9 ms
64 bytes from non-registered.plix.pl (217.119.79.59): icmp_req=2 ttl=59 time=20.5 ms
64 bytes from non-registered.plix.pl (217.119.79.59): icmp_req=3 ttl=59 time=21.3 ms
--- youtube.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 20.544/21.255/21.914/0.560 ms

But they don't load in any browser like firefox, chrome, lynx. They load in my media centre on XBMCbuntu.

Grzegorz
  • 83
  • 7

1 Answers1

2

You should check / change your DNS.

Set your DNS server to 8.8.8.8 and apply. This solution will work everywhere and you will always get the domain that you have chosen.To do this, follow the answers from this question: What is the proper way to change the DNS IP?

Radu Rădeanu
  • 174,089
  • 51
  • 332
  • 407