통신 서버를 설정할 때 나는 일반적으로 Linux에서 iptables를 사용하여 특정 포트로 들어오는 모든 연결을 다른 서버로 전달합니다.
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
DNAT tcp -- anywhere anywhere tcp dpt:telnet to:x.x.x.x:23
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
MASQUERADE all -- anywhere anywhere
Windows에서 이 작업을 수행하는 방법을 아는 사람이 있습니까?
답변1
설치해야합니다RRAS. 그런 다음 다음에 나열된 단계를 따를 수 있습니다.이 페이지.