1. 관리자 권한으로 커맨드 창을 엽니다.
예) IP: 192.166.40.61 Port: 8008로 들어오는 패킷을 IP:172.27.74.223 Port:8008로 포워딩할 경우
netsh interface portproxy add v4tov4 listenport=8008 listenaddress=192.166.40.61 connectport=8008 connectaddress=172.27.74.223
2. 설정 확인
netsh interface portproxy show all
'Development > Windows' 카테고리의 다른 글
[Windows] 긴 파일 경로명 때문에 파일 복사 실패시 해결방법 (2) | 2023.06.29 |
---|---|
[Windows] 특정 port가 시스템에 예약되어 있어서 사용 불가능 한 경우 해결방법 (0) | 2023.06.28 |
[Excel] 엑셀파일에 특정 행들이 안보일 경우 해결방법 (0) | 2023.02.07 |
[WSL] Windows Subsystem for Linux update/export/import (0) | 2023.02.02 |
[Windows 10] FTP Server 설치 및 설정 방법 (0) | 2023.01.17 |