web-dev-qa-db-ja.com

私のISPはgoogle.comのDNSエントリを書き換えています。どうすれば回避できますか?

私はタイにいて、ISPはToTで、Windowsを使用しています。

Google.comのnslookupを実行すると、次のようになります。

C:\Windows\System32>nslookup
DNS request timed out.
    timeout was 2 seconds.
Default Server:  UnKnown
Address:  8.8.8.8

> set querytype-soa
> google.com
Server:  UnKnown
Address:  8.8.8.8

Non-authoritative answer:
Name:    google.com
Addresses:  2404:6800:4001:805::1007
          118.174.25.178
          118.174.25.172
          118.174.25.163
          118.174.25.187
          118.174.25.183
          118.174.25.152
          118.174.25.177
          118.174.25.157
          118.174.25.168
          118.174.25.162
          118.174.25.182
          118.174.25.153
          118.174.25.158
          118.174.25.173
          118.174.25.148
          118.174.25.167

これらのIPアドレスは私のISPに属していることがわかります: http://118.174.25.177.ipaddress.com/#ipinfo

IPConfigを見ると、DNSサーバーがGoogle(8.8.8.8および8.8.4.4)とワシントン大学(128.95.120.1)に設定されていることがわかります。

C:\Windows\System32>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : jasons-work
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
   Physical Address. . . . . . . . . : 14-DA-E9-E9-8C-9A
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   Link-local IPv6 Address . . . . . : fe80::90fd:63af:fa41:c4%12(Preferred)
   IPv4 Address. . . . . . . . . . . : 10.0.10.15(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Lease Obtained. . . . . . . . . . : Monday, March 3, 2014 10:53:28 AM
   Lease Expires . . . . . . . . . . : Sunday, March 23, 2014 12:07:51 PM
   Default Gateway . . . . . . . . . : 10.0.0.1
   DHCP Server . . . . . . . . . . . : 10.0.0.1
   DHCPv6 IAID . . . . . . . . . . . : 253025001
   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-19-80-FE-47-14-DA-E9-E9-8C-9A
   DNS Servers . . . . . . . . . . . : 8.8.8.8
                                       8.8.4.4
                                       128.95.120.1
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter isatap.{9F166031-E04C-443A-9EF0-66CFA35C6943}:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Teredo Tunneling Pseudo-Interface:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
   IPv6 Address. . . . . . . . . . . : 2001:0:5ef5:79fb:475:993a:49cb:1d76(Preferred)
   Link-local IPv6 Address . . . . . : fe80::475:993a:49cb:1d76%14(Preferred)
   Default Gateway . . . . . . . . . : ::
   NetBIOS over Tcpip. . . . . . . . : Disabled

それで、私のISPはどういうわけかgoogle.comのDNS結果を書き換えていますか?これは悪意があると思う人もいるかもしれませんが、おそらく彼らの無能さだと思います。 (* .google.comへの私のリクエストはネットワークタイムアウトを返します)

ISPのカスタムソフトウェアをインストールしておらず、現在のウイルス対策ソフトウェアを最新の状態にしています。

DNSエントリのこの書き換えを回避するにはどうすればよいですか?

イーサネットアダプタでIPv6を無効にしましたが、影響はありませんでした。 (後でipconfig flushdns/renewを実行しました)

編集:http://118.174.25.177.ipaddress.com/#ipinfo のwhois登録者データで「GoogleキャッシングシステムのIP割り当て」というテキスト。だから確かにそれは私のISPがグーグルをキャッシュしようとして失敗していることを確認しているようです。これをどのように回避するかという問題はまだ残っています。

4
JasonS

Nslookupを正しく運転していないだけだと思います。まず、set querytype-soaでエラーが発生するはずです。本当にset querytype=soaを意味する場合は、アドレスレコードではなく、Start Of Authorityレコードを要求することになります。したがって、表示する応答は確実に得られません。

そうは言っても、あなたが得た答えは、あなたがいる世界の一部(タイ)にぴったりです。 Googleは、負荷を処理するために世界中にWebファームを広げています。米国のさまざまな地域にいくつかあります。

1
milli

ISPはGoogleとピアリング契約を結んでいます。 IPはISPネットワークによって所有され、ISPネットワーク内にありますが、サーバーはGoogleのものです。

https://peering.google.com/about/ggc.html

1
Keith

DnsCryptそのためのGUIインターフェース をダウンロードしました。これで問題は解決しました。

他の誰かがより良い、より侵襲性の低い解決策を持っているかどうかについては、質問を開いたままにしておきます。

0
JasonS