Estou executando o Ubuntu 14.04 e estou usando uma conexão DSL. Nos últimos dias, estou tendo problemas para carregar alguns sites como ubuntuforums, hackerrank, mdn etc. Só estou tendo esse problema na conexão dsl. No wifi tudo funciona bem.
1) Alterei o DNS padrão para o DNS público do Google.
2) Este é o resultado do meutraceroute ubuntuforums.org
SinScary "at" avenger:~:$traceroute ubuntuforums.org
traceroute to ubuntuforums.org (91.189.94.12), 30 hops max, 60 byte packets
1 100.65.128.1 (100.65.128.1) 0.943 ms 0.916 ms 0.578 ms
2 * * *
3 172.31.210.158 (172.31.210.158) 1.657 ms 1.649 ms 1.634 ms
4 172.31.10.73 (172.31.10.73) 1.950 ms 1.901 ms 1.881 ms
5 10.0.248.2 (10.0.248.2) 2.134 ms 2.126 ms 2.225 ms
6 ws86-230-252-122.rcil.gov.in (122.252.230.86) 1.834 ms 1.372 ms 1.891 ms
7 ws85-230-252-122.rcil.gov.in (122.252.230.85) 1.716 ms 1.830 ms 1.900 ms
8 172.31.210.42 (172.31.210.42) 2.193 ms 2.184 ms 2.231 ms
9 172.31.10.66 (172.31.10.66) 39.689 ms 39.668 ms 39.665 ms
10 172.31.10.198 (172.31.10.198) 2.109 ms 2.163 ms 2.093 ms
11 aes-static-113.195.22.125.airtel.in (125.22.195.113) 1.898 ms 1.863 ms 2.436 ms
12 182.79.245.141 (182.79.245.141) 214.911 ms 182.79.222.109 (182.79.222.109) 220.000 ms *
13 * * *
14 ae-126-3512.edge5.london1.Level3.net (4.69.166.45) 151.005 ms ae-123-3509.edge5.London1.Level3.net (4.69.166.33) 149.374 ms 141.512 ms
15 SOURCE-MANA.edge5.London1.Level3.net (212.187.138.82) 195.375 ms 159.963 ms 160.023 ms
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
3) Desativei o ipv6 conforme sugerido nesteResposta de Mitch
4) Ele pingou com sucesso em ubuntuforums.org, hackerrank.com
5) Anexado nameserver 8.8.8.8
a/etc/resolve.conf
6) Chrome reinstalado
7) Também tentei os seguintes comandos
sudo apt-get install resolvconf
sudo dpkg-reconfigure resolvconf
8) Tentei desativar o DNS Masq
9) Esta é a saída deroute -n
SinScary "at" avenger:~:$route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 100.65.128.1 0.0.0.0 UG 0 0 0 ppp0
100.65.128.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
SinScary "at" avenger:~:$
10) Esta é a saída decat /etc/hosts
SinScary "at" avenger:~:$cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 avenger
127.0.0.2 sinscary.com sinscary
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
SinScary "at" avenger:~:$
Este é o erro que estou recebendo ao carregar sites
Qualquer ajuda com isso.