Windows 中 nat 的 iptables 替代品

Windows 中 nat 的 iptables 替代品

在設定通訊伺服器時,我通常在 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

你需要安裝遠端遠端存取系統。然後您可以按照中列出的步驟進行操作這一頁

相關內容