0
0

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 5 years have passed since last update.

RTX1200 から CLI(コマンド)で、Wake On Lan する

Last updated at Posted at 2020-01-09

mac から wakeonlanコマンドで起動させたかったけど、RTX経由でVPN接続してからwakeonlan叩くと

send : Can't assign requested address at /usr/local/bin/wakeonlan line 83.

と怒られて無理やった。

同じセグメント内に常時起動しているマシンが無いからRTXから実行することにした。

以下手順。

1.telnet 接続する

RTXはデフォルトだとSSH許可されてないはずなので、telnetで接続する。
macの場合、telnetクライアントがインストールされてない場合があるので


brew install telnet

などでインストールしてから接続する。

2.特権ユーザに昇格する

RTXにログインできたら

> admin

する。

3.WakeOnLan実行する

wol send lan1 まっくあどれす

以上。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?