Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 PC 上的所有 tcp 请求重定向到另一台计算机。我怎样才能做到这一点?
例如:我希望所有到 10.42.43.10:5000 的 tcp 请求都重定向到 10.42.43.25:6000。我可以用linux命令做到这一点吗?
使用 redir 命令
redir [--laddr=incoming.ip.address] [--bind_addr=my.other.ip.address]