port
-
Windows Server RDP 포트번호 변경Windows Sever 2020. 5. 13. 15:39
[목표] Windows Server의 RDP 원격접속의 포트번호(3389)를 임의의 포트번호로 수정. [단계] 1. 명령 프롬프트 실행 2. regedit (레지스트리 편집기) 3. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber 4. 10진수 5. 값 데이터 수정 6. 확인 7. 서버 재시작 [참고] https://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/he..
-
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..