LoginSignup
0
0

More than 3 years have passed since last update.

global IP の定期的な取得

Posted at

家のDesktopに外からsshで繋ぎたい、けれどglobal IPがたまに変更されてしまうときに使えます

get_global_ip.sh
while true; do curl --silent inet-ip.info > output_file; sleep 36000; done

あとはoutput_fileをクラウドにあげるなり、メールで定期的に自分に送れば知らないうちにglobal ipが変更になっていてもsshを繋げます。

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