株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

ローカルの30000ポートに来た通信を、connectaddressのconnectportへ転送する
sshポートフォワードなども駆使して、あらゆる環境を合体だ。

# 追加
netsh interface portproxy add v4tov4 listenport=30000 listenaddr=127.0.0.1 connectport=3389 connectaddress=192.168.21.21

# 確認
netsh interface portproxy show all

# 削除
netsh interface portproxy delete v4tov4 listenport=30000 listenaddr=127.0.0.1

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)