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.
如果我理解正确,SSH 隧道允许通过 SSH 服务器将本地端口绑定到远程端口。如果我是对的,可以用 IPsec 做类似的事情吗?
是的,IPSec VPN 通过 IPSec 发送流量,而拆分隧道是您仅通过 vpn 发送部分数据的地方。
我没有过多地使用拆分隧道,我只看到它配置为按目标 IP 拆分流量,但我相信会有办法通过 tcp/udp 端口来实现。如果不知道您要在哪个操作系统上执行此操作,则无法真正为您指出更多信息。
希望这可以帮助。