Ubuntu の Chrome と Firefox の両方で Web サイトが読み込まれない

Ubuntu の Chrome と Firefox の両方で Web サイトが読み込まれない

私は Ubuntu 14.04 を実行しており、DSL 接続を使用しています。ここ数日、ubuntuforums、hackerrank、mdn などの一部の Web サイトの読み込みに問題が発生しています。インターネットで利用できるほぼすべての解決策を試しました。この問題は DSL 接続でのみ発生します。WiFi ではすべて正常に動作します。

1) デフォルトの DNS を Google パブリック DNS に変更しました。

2) これが私のtraceroute 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) この提案に従って、IPv6を無効にしましたミッチの回答

4) ubuntuforums.org、hackerrank.comからのpingに成功しました

5)nameserver 8.8.8.8添付/etc/resolve.conf

6) Chromeを再インストールした

7) 以下のコマンドも試しました

sudo apt-get install resolvconf
sudo dpkg-reconfigure resolvconf

8) DNS マスカレードを無効にしてみた

9) これは、route -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) これはcat /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:~:$

これはウェブサイトを読み込むときに発生するエラーです

ERR タイムアウト

これに関して何か助けがあれば教えてください。

関連情報