Windows 포트 매핑 및 전달

2076 단어 서버

포트 전달

#  
netsh interface portproxy show all
#  
netsh interface portproxy add v4tov4 listenport=80 listenaddress=192.168.1.80 connectport=9000 connectaddress=192.168.1.80
#  
netsh interface portproxy delete v4tov4 listenport=80 listenaddress=192.168.1.80
#  netstat 3340 :
netstat -ano | findstr :80
 
#  
netsh firewall show state 
#   
netsh advfirewall show allprofiles
#  
netsh advfirewall set currentprofile state on
#  
netsh advfirewall set currentprofile state off

포트 매핑

Usage: D:\Download\DivertTCPconn-master\compiled_binaries\Binaries_x64\divertTCPConn.exe original_dstport new_dstport [disablechecksum] [debug]
Examples:
        D:\Download\DivertTCPconn-master\compiled_binaries\Binaries_x64\divertTCPConn.exe 3389 31337
        D:\Download\DivertTCPconn-master\compiled_binaries\Binaries_x64\divertTCPConn.exe 3389 31337 disablechecksum debug

DivertTCPconn 다운로드: DivertTCPconn.7zgithub:github 프로젝트 주소

좋은 웹페이지 즐겨찾기