ホームページ > 記事 > システムチュートリアル > Windows 11/10でNATタイプを変更する方法
マルチプレイヤー ゲームをオンラインでプレイする場合は、NAT タイプをストリクトからオープンに変更することができます。厳格または中程度の NAT タイプでは、ゲーム パーティーに参加するときに、突然の切断、遅延、試合のホストの困難など、ネットワークの問題が発生する可能性があります。
Windows の NAT タイプを変更して制限を緩和すると、より高速で信頼性の高いネットワーク接続が得られます。ただし、NAT を変更する場合は、ニーズと潜在的なセキュリティ リスクのバランスを取る必要があります。
ネットワーク アドレス変換 (NAT) は、家庭やオフィスのデバイスからのプライベート IPv4 アドレスを、ISP によってルーターに割り当てられたパブリック IPv4 アドレスに、またはその逆に変換するルーター (およびファイアウォール) の機能です。 NAT は、世界中で利用できる限られた数のパブリック IPv4 アドレスに対処するのに役立ちます。
NAT タイプは、ネットワーク接続のステータスを表します。 NAT の 3 つのタイプは、厳密、中程度、オープンです。
デフォルトの NAT タイプはルーターの設定によって異なります。ネットワーク関連の問題が発生した場合は、NAT タイプを Strict または Moderate から Open に変更すると解決することがあります。ただし、NAT タイプをオープンに変更することに関連する潜在的なセキュリティ リスクに注意してください。
UPnP 方式またはポート転送を使用して NAT タイプを変更する場合、それを機能させるには静的 IP アドレスが必要です。ほとんどのルーターは動的 IP アドレスを割り当てるため、Windows デバイスの静的 IP を手動で構成する必要があります。
すでにデバイスに静的 IP アドレスが割り当てられている場合は、次の手順に進んで NAT タイプを変更します。そうでない場合は、次の手順に従って Windows コンピューターに静的 IP アドレスを設定します:
<code class="hljs ">ipconfig </code>
静的 IP を取得したら、以下の手順に従って Windows コンピューターの NAT タイプを変更できます。
Network Discovery is a built-in Windows feature to help you allow other computers on the network to detect your computer. You can turn On or Off the Network Discovery mode on Windows 10 from the Settings apps. Here's how to do it on Windows 11:
You can change your NAT type to Open by enabling Universal Plug and Play (UPnP) in your router settings. This is the easiest way to change the NAT type, provided you can access your router configuration page. However, there are security concerns with the UPnP method, which hackers may exploit.
Note that the following steps apply to a TP-Link router. The process to enable UPnP may differ for routers from other manufacturers. Check your router's user manual or manufacturer knowledge base online for instructions.
Follow these steps to enable UPnP:
You can now close your router's web-based utility and check for any improvements in your network connectivity.
Alternatively, you can use the safer port forwarding method to change your NAT type for a specific game title or application. While the process is a little complicated compared to UPnP, port forwarding gives greater control over open ports and their usage with enhanced security.
To create a new port forwarding entry, you'll need to know the TCP or UDP ports used for your specific game. For example, Call of Duty: Black Ops Cold War uses the following ports:
<code class="hljs xml">TCP: 3074, 27014-27050UDP: 3074-3079</code>
To find your game's UDP and TCP ports, perform a web search with your game title for port forwarding. Often, the game developers include port information for the game on their website.
Alternatively, go to portforward, select your game, and then your router name and model using the given options. On the following page, scroll down to locate the specific ports for your game. Port Forward keeps a database of ports for games on multiple platforms and for different router makers.
To change NAT type using Power Forwarding:
エントリはポート転送テーブルに保存されます。ステータス切り替えスイッチを使用してエントリを有効または無効にできます。
ポート転送とは別に、ルーターの構成ファイルを変更して NAT タイプを変更することもできます。ただし、TP-Link などの一部のルーター メーカーは構成ファイルを暗号化しているため、必要な変更を行うことが非常に困難になっています。
ネットワーク関連の問題をトラブルシューティングするには、NAT タイプの変更が必要になる場合があります。 UPnP を有効にするか、ネットワーク探索をオンにして、ネットワーク制限を緩和できます。ただし、ネットワークのセキュリティを損なうことなくネットワークの制限を軽減するには、ポート転送をお勧めします。
以上がWindows 11/10でNATタイプを変更する方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。