05/10/26 22:42:26
putty でポートフォワードしようとしているのですが,
plink.exe -v -N -R 20022:localhost:22 myserver だとうまくいくのに,
plink.exe -v -N -R 20022:127.0.0.1:22 myserver だと
Requesting remote port 20022 forward to 127.0.0.1:22
Remote port forwarding from 20022 enabled
Received remote port 20022 open request from ::ffff:127.0.0.1:59108
Attempting to forward remote port to 127.0.0.1:22
Forwarded port opened successfully
Forwarded port closed
となって転送は成功しているように見えるのですが,
アクセス先のログには何も残っていなくて,
実際には接続されません.
また colinux に ssh するため
plink.exe -v -N -R 30022:192.168.38.10:22 myserver
としても後者と同様になってしまいます.
hosts ファイルには以下のように書いています.
127.0.0.1 localhost
192.168.38.10 colinux
cygwin の ssh や PortFowarder, Teraterm では問題ないのですが,
putty でうまくいかない原因は何が考えられるでしょうか?
putty は本家の 0.58 と開発版, ごったに版 0.58 で試しました.