How to Disable TCP/IPv6 Teredo Tunneling in Vista Teredoのトンネリングを無効にする方法をtcp/ipv6ビスタ

Teredo is a transition technology that allows a computer or node located behind a IPv6-unaware network address translation (NAT) device to use IPv6 connectivity to communicate with other computers that use IPv6. Teredoは、技術に移行することができるコンピュータまたはノードの位置IPv6に気付いていないの背後にあるネットワークアドレス変換( NAT )デバイスを使用するIPv6接続を他のコンピュータと通信のIPv6を使用しています。 Teredo tunneling technology Teredoのトンネリング技術 defines a way of encapsulating IPv6 packets within IPv4 UDP datagrams that can be routed through NAT devices and on the IPv4 internet. IPv6パケットをカプセル化の方法を定義するにUDPデータグラムをIPv4のNATデバイスを通すことができるとIPv4インターネットを検索する。 IPv6 and Teredo is installed and enabled by default in Windows Vista, and users cannot uninstall them. IPv6とTeredoはデフォルトで有効になっをインストールし、 Windows Vistaでは、それらとユーザをアンインストールすることはできません。

Users canユーザは、 turn off IPv6 support in Vista VistaのIPv6のサポートを無効にする .です。 Teredo client in Windows Vista is enabled but inactive by default, but it will activate automatically when required or firewall settings allow an application to use Toredo. Windows VistaでTeredoクライアントが有効になってしかし、非アクティブなデフォルトでは、しかし、それは必要なときに、自動的またはファイアウォールの設定を有効にできるようにするアプリケーションを使用するtoredoです。 When activated, the Teredo client must initially obtain information such as the type of NAT that the client is behind by connecting to one or more Teredo servers.ときに作動すると、最初に情報を入手する必要があります。 TeredoクライアントのようなタイプのNATの背後には、クライアントが1つまたは複数のTeredoサーバに接続しています。 To determine the IPv4 addresses of Teredo servers, the client may send a DNS query to resolve the name teredo.ipv6.microsoft.com. IPv4アドレスを確認するにはTeredoサーバは、クライアントのDNSクエリを送信する5月の名前を解決するteredo.ipv6.microsoft.comです。 To prevent Teredo related DNS query, or for those who doesn’t use Teredo or IPv6, users can disable or control Teredo in Windows Vista by using the following methods. Teredoの関連したDNSクエリを防止するか、またはそれらのwhoが使用されないためのIPv6 Teredoのか、ユーザーはWindows VistaでTeredoのコントロールを無効にするかを使用して、次の方法を使用します。 Microsoftマイクロソフト confirms that it is usually workable to disable Teredo, because other technologies can be used instead, for example, Intra-Site Automatic Tunnel Addressing Protocol (ISATAP).を確認して実行を無効にすることは通常Teredoのは、他の技術のために使われることはなく、たとえば、サイト内の自動トンネルアドレッシングプロトコル( isatap ) 。

Turn Off Teredo by Using the Netsh Command 無効にするTeredoのnetshコマンドを使用して、

  1. Open elevated command promptコマンドプロンプトを開いて高架 by clicking on Start, click All Programs, click Accessories, right-click Command Prompt, and click Run as Administrator.をクリックしてスタート]ボタンをクリックし、 [すべてのプログラム]をクリックし、 [アクセサリ] 、 [コマンドプロンプトを右クリックし、管理者として、 [実行]をクリックします。

    If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.の場合、ユーザーアカウント制御]ダイアログボックスが表示されたら、確認するには、アクションが表示されますが何をしたい、と入力し、 [続行]をクリックします。

  2. At the command prompt, type the following lines (press ENTER after each line):するには、コマンドプロンプトで、以下の行を入力します(各行の後で、 Enterキーを押します) :

    netsh

    interfaceインターフェイス

    teredo Teredoの

  3. At the netsh interface teredo command prompt, type: Teredoのインターフェイスには、 netshコマンドプロンプトで、次のタイプ:

    set state disabled設定状態無効になって

Note: The last 2 commands can be combined into the following single command to disable Teredo:注:最後の2は、次のコマンドを組み合わせて1つのコマンドを無効にはTeredo :

netsh interface teredo set state disabled netshインターフェイスTeredoの設定状態に無効になって

Turn Off Teredo by Specifying a Registry Setting Teredoのを無効にするには、レジストリの設定を指定する

  1. Run Registry Editor by typing the following text in Start Search and then press Enter:レジストリエディタを実行します以下のテキストを入力して検索を開始すると入力し、 Enterキーを押します:

    regeditにregedit

    If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.の場合、ユーザーアカウント制御]ダイアログボックスが表示されたら、確認するには、アクションが表示されますが何をしたい、と入力し、 [続行]をクリックします。

  2. Navigate to the following registry key:に移動して、次のレジストリキー:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\ 。 HKEY_LOCAL_MACHINE \システム\ currentcontrolset \サービス\ tcpip6 \パラメータ\

  3. Right-click “Parameters”, select “New” in the contextual menu, then select “DWORD Value”, and then type the following name for the new value (type the name exactly as shown, including capitalization):右クリックし、 "パラメータ" 、を選択し"新しい"は、コンテクストメニューを選択" DWORD値"と入力し、次の名前を入力して新しい値(入力して名前を正確に示すように、大文字と小文字を含む) :

    DisabledComponents disabledcomponents

  4. Double-click “DisabledComponents”, select Hexadecimal, and then in Value data, type:をダブルクリックして" disabledcomponents " 、 16進数を選択し、と入力し、 [値のデータは、タイプ:

    8

    Teredoのは、レジストリを無効に

  5. Click OK. [ OK ]をクリックします。
  6. Restart the computer.コンピュータを再起動します。

Turn Off Teredo by Using Graphical User Interface 無効にするグラフィカルユーザーインターフェイスを使用してはTeredo

  1. Click Start, then Control Panel. [スタート]ボタンを入力し、 [コントロールパネル]です。
  2. Click on “System and Maintenance” link.をクリックして"システムとメンテナンス"リンクをクリックします。
  3. Click on “Device Manager”.をクリックして"デバイスマネージャ"です。

    Click Continue on UAC prompt. [続行]をクリックしUACのプロンプトを起動します。

  4. In device manager, click the “View” menu and select (tick) “Show hidden devices”.デバイスマネージャでは、クリックして"表示"メニューを選択し(ダニ) "詳細非表示のデバイス"です。
  5. Expand the “Network Adapters” tree.展開し、 "ネットワークアダプタ"カテゴリです。
  6. Right click on “Teredo Tunneling Pseudo-Interface” and select “Disable”.を右クリックして"疑似的なインターフェイスはTeredoトンネリング"を選択し"無効"です。

    無効にTeredo

  7. Right click on “6to4 Adapter” and select “Disable”.を右クリックして" 6to4のアダプタを接続する"と選択して"無効"です。

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。

Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。



4 Responses to “How to Disable TCP/IPv6 Teredo Tunneling in Vista” 4つの応答を" Teredoのトンネリングを無効にする方法をtcp/ipv6ビスタ"

  1. Disable and Turn Off IPv6 Support in Vista » My Digital Life IPv6のサポートを無効にしたり、無効にするビスタ»私のデジタルライフ
    September 9th, 2007 23:51 2007年9月9日23:51
    1

    [...] ways available to disable Toredo for IPv4 and IPv6 bridge. [...] toredoの方法を利用できるように、 IPv4とIPv6ブリッジを無効にします。 Get help or contribute tips or tricks at My Digital Life [...]ヘルプまたは貢献する私のデジタルライフのヒントやトリック[...]

  2. PK pk
    September 11th, 2007 20:14 2007年9月11日20:14
    2

    Isn’t it HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters instead of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6 ?ではないこと。 HKEY_LOCAL_MACHINE \システム\ currentcontrolset \サービス\ tcpip6 \パラメータの代わりに。 HKEY_LOCAL_MACHINE \システム\ currentcontrolset \サービス\ tcpip6ですか?

  3. admin管理者
    September 12th, 2007 01:07 2007年9月12日01:07
    3 4

    PK thanks for pointing out, have corrected the errors. pkいただきありがとうございます指摘し、添削してもらうのエラーが発生します。

  4. Ed Allenエドアレン
    November 7th, 2007 02:06 2007年11月7日02:06
    4

    I found this link to be very useful.このリンクを見つけたに非常に便利です。 Thanks very much for the help.の助けいただきありがとうございます。 I now show 14 instances of Microsoft 6T04 Adapter in Device Manager after I edited the Registry using your instructions and then rebooting.私今すぐ詳細マイクロソフト6t04アダプタの14のインスタンスをした後、デバイスマネージャを使用して、私の指示は、レジストリの編集と入力し、再起動します。 I also showed the one that had the disabled exclamation point beside it.私も見せて1つの横に感嘆符無効になっていたのです。 I was able to delete that one leaving the remaining 14.私は1つを削除してできるように残し、残りの14 。 These have no error flags and appear to be working OK.これらのフラグがないと表示される作業エラーが発生します。 I am also showing no error flags for the device named “Teredo Tunneling Pseudo-Interface” I was just curious, however, as to why there are so many instances of the 6To4 Adapter showing up in Device Manager?私はまた、エラーフラグの表示中には、デバイスの名前は" Teredoのトンネリング疑似インターフェイス"私はただ好奇心旺盛、しかし、その理由が非常にたくさんのインスタンスを表示しないようにするアダプタのデバイスマネージャで6to4のですか?

Leave a Reply残して返信

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> これらのタグを使用することができます: <aのhref=のtitle= <abbrのtitle= <blockquote cite=""> <cite> <acronymのtitle= <b>ダウンロードの<code> <デル日時= " " >の<em> <i>て<strike> <strong> <q cite="">

Subscribe without commenting登録なしのコメント


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article検索用語を受信するには

teredo tunneling Teredoのトンネリング - - disable Tunnel adapter Teredo Tunneling トンネルアダプタを無効にTeredoトンネリング - - disable teredo 無効にTeredo - - ipv6/teredo ipv6/teredo - - teredo tunnel Teredoのトンネル - - teredo tunneling vista ビスタはTeredoトンネリング - - tcp/ipv6 tcp/ipv6 - - teredo tunneling pseudo-interface Teredoのトンネリング疑似インターフェイス - - Vista Teredo Tunneling ビスタはTeredoトンネリング - - Toredo Tunneling toredoトンネリング - - 6t04 adapter 6t04アダプタ - - Teredo vista Teredoのビスタ - - Teredo disable Teredoの無効 - - ipv6 teredo IPv6のTeredoの - - toredo tunneling pseudo-interface toredoトンネリング疑似インターフェイス - - teredo tunneling interface インターフェイスはTeredoトンネリング - - teredo tunneling pseudo interface driver Teredoのトンネリング疑似インターフェイスのドライバ - - disable teredo tunneling Teredoのトンネリングを無効に - - toredo tunneling pseudo interface toredoトンネリング疑似インターフェイス - - disable Teredo Tunneling Pseudo-Interface 疑似的なインターフェイスを無効にTeredoのトンネリング - - disable tcp/ipv6 無効にtcp/ipv6 - - Teredo Tunneling pseudo interface Teredoのトンネリング疑似インターフェイス - - teredo tunneling Teredoのトンネリング - - uninstall ipv6 vista IPv6のアンインストールビスタ - - tunnel teredo トンネルはTeredo - - remove teredo Teredoの削除 - - uninstall teredo Teredoのアンインストール - - all すべての - - teredo Teredoの - - uninstall ipv6 in vista IPv6をアンインストールするビスタ - - vista remove ipv6 VistaのIPv6の削除 - - teredo tunneling pseudo-interface driver 疑似的なインターフェイスのドライバはTeredoトンネリング - - vista teredo ビスタはTeredo - - uninstall ipv6/teredo アンインストールipv6/teredo - - turn off tcp setting のTCPの設定を無効にする - - How to disable TCP/IPv6 tcp/ipv6を無効にする方法 - - tunnel adapter teredo tunneling pseudo interface トンネルはTeredoトンネリング疑似インターフェイスアダプタ - - tcp ipv6 のTCPのIPv6 - - Toredo Tunneling Interface toredoトンネリングインターフェイス - - turn off IPV6 vista IPv6のビスタを無効にする - - teredo tunelling Teredoのtunelling - - disable ipv6 vista 無効のIPv6ビスタ - - vista disable teredo ビスタはTeredoを無効に - - tcp/ipv6 deactivate from registry レジストリから無効にtcp/ipv6 - - turn off ipv6 in vista ビスタのIPv6を無効にする - - install IPv6/Teredo インストールipv6/teredo - - how to disable teredo Teredoのを無効にする方法 - - vista tunneling Vistaのトンネリング - - teredo tunnels Teredoのトンネル - - how to turn off tcp settings のTCPの設定を無効にする方法 - -