LoginSignup
0
0

【2023年10月版】Windows への socat のインストール

Posted at

はじめに

Windows で socat を使いたいのでインストールするメモ

インストール

cygwin の準備

以下の記事を参考に、 cygwin をインストールする
【2023年10月版】WindowsへのCygwinのインストールとパッケージマネージャの設定

socat のインストール

apt-cyg install libwrap0
apt-cyg install socat

※ libwrap0 がインストール出来ないときは、setup-x86_64.exe を使ってインストールする

socat の実行

socat TCP-LISTEN:13389,bind=172.16.0.5,reuseaddr,fork TCP:10.0.0.11:3389

さいごに

かんたんでしたね

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0