1
netsh 명령으로 포트포워딩

cmd 실행 후

 

netsh interface portproxy reset  // 설정 초기화

 

 

netsh interface portproxy add v4tov4 listenport=10000 connectport=10000 connectaddress=10.0.0.10  // 모든 ip의 10000번 포트를 10.0.0.10의 10000번 포트로 포워딩 설정
netsh interface portproxy add v4tov4 listenport=80 connectport=80 connectaddress=10.0.0.20   // 모든 ip의 80번 포트를 10.0.0.20의 80번 포트로 포워딩 설정
netsh interface portproxy add v4tov4 listenport=8080 connectport=80 connectaddress=10.0.0.30   // 모든 ip의 8080번 포트를 10.0.0.30의 80번 포트로 포워딩 설정


netsh interface portproxy commit

이 게시물을

공유하기

번호
분류
제목
조회 수
798
사용설명
조회 수: 480
795
최적화
조회 수: 4339
792
사용설명
조회 수: 603
788
최적화
조회 수: 1087
786
조회 수: 527
784
조회 수: 20329
사용설명
조회 수: 603
조회 수: 527
조회 수: 20329

SEARCH