用SecureCRT的干Port Forwarding

用SecureCRT的做Port Forwarding现在存在两台机器 A,C 。A需要连接C。A(192.168.2.69) windowsC(192.168.0.1

用SecureCRT的做Port Forwarding

现在存在两台机器 A,C 。A需要连接C。

A(192.168.2.69) windows

C(192.168.0.119) linux

但是A,C不在同一个网段。这样我们需要一个机器B做中间人来连接A和C。

B(192.168.0.148)(外网IP 11.11.11.11)

?

设置secureCRT

打开 option->session option->port forwording

按照以下描述填写

local port? 6000(任意数字)

remote? IP 192.168.0.119, port 1521

?

在secureCRT连接的状态下

telnet localhost 6000 连接成功