온라인으로 멀티플레이어 게임을 플레이할 때 NAT 유형을 엄격에서 개방으로 변경하고 싶을 수도 있습니다. 엄격하거나 보통 수준의 NAT 유형은 게임 파티에 참가할 때 갑작스러운 연결 끊김, 지연, 경기 호스팅 어렵게 만드는 등의 네트워크 문제를 일으킬 수 있습니다.
Windows에서 NAT 유형을 변경하면 제한이 완화되어 더 빠르고 안정적인 네트워크 연결이 가능해집니다. 그러나 NAT를 변경할 때는 요구 사항과 잠재적인 보안 위험 사이의 균형을 맞춰야 합니다.
네트워크 주소 변환(NAT)은 집과 사무실에 있는 장치의 개인 IPv4 주소를 ISP가 라우터에 할당한 공용 IPv4 주소로 또는 그 반대로 변환하는 라우터(및 방화벽)의 기능입니다. NAT는 전 세계적으로 사용 가능한 제한된 수의 공용 IPv4 주소를 처리하는 데 도움이 됩니다.
NAT 유형은 네트워크 연결 상태를 설명합니다. 세 가지 NAT 유형은 엄격(Strict), 보통(Moderate), 개방형(Open)입니다.
기본 NAT 유형은 라우터 구성에 따라 다릅니다. 네트워크 관련 문제가 발생하는 경우 NAT 유형을 엄격 또는 보통에서 개방형으로 변경하면 도움이 될 수 있습니다. 그러나 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 중국어 웹사이트의 기타 관련 기사를 참조하세요!