用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 连接成功

猜你喜欢

转载自jiang2008.iteye.com/blog/807920