Firewall
-
Windows Server 임의의 포트번호 방화벽 해제Windows Sever 2020. 5. 13. 15:37
[목표] 명령어를 통해 특정 포트번호에 대한 방화벽을 해제한다. [단계] 1. 명령 프롬프트 2. netsh advfirewall 명령어 netsh advfirewall firewall add rule name="Open Port ()" dir=in action=allow protocol=TCP localport=() [참고] www.support.microsoft.com/en-us/help/947709/how-to-use-the-netsh-advfirewall-firewall-context-instead-of-the-netsh https://support.microsoft.com/en-us/help/947709/how-to-use-the-netsh-advfirewall-firewall-context-i..