2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Ubuntuでhamachi

Posted at

Ubuntuでhamachi

魚の話ではなく、VPNサービスの話。

Minecraftとかゲームサーバーを公開するときによく使うhamachi。
Windowsだとアプリいれてログインして適当に設定して終わりだが、UbuntuなどLinuxではコマンドもあって中々覚えられない。
自分への覚書きとして記す。

Install

debファイルを落としてきてインストール
(URLは参考から最新をもってきてね)

$ wget https://www.vpn.net/installers/logmein-hamachi_2.1.0.203-1_amd64.deb
$ sudo dpkg -i logmein-hamachi_2.1.0.203-1_amd64.deb

使い方

なんかGUIもあるらしいけどどうせSSHでしか使わないしコマンドで操作しましょう。

//hamachiネットワークに接続
$ sudo hamachi login

//ステータス確認
$ sudo hamachi

//ニックネームの変更
$ sudo hamachi set-nick [nickname]

//ネットワークの作成(作成すると自動的に参加するっぽい)
$ sudo hamachi create [network name]

//ネットワークへの参加
$ sudo hamachi join [network name]

参考URL

LogMeIn download Site
Hamachi for Linux の基礎

2
3
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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?