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?

MacOSでVPN使用時にグローバルIPアドレスが変更されない場合の解決方法

Posted at

背景

  • MacbookPro(M1)でVPNに接続したが、グローバルIPアドレスがVPNに接続する前と変化しない問題が発生。
  • グローバルIPアドレスが変わっていないということはVPNにつながっていないということ。

解決方法

  • MacOSにはネットワークの優先順位設定が存在するので、VPNの優先順位を一番上にすることで解決。
  1. 設定>ネットワークを開く
  2. 「サービスの順序を設定...」を押下
  3. VPNの設定を一番上に設定
  4. 以下のコマンドでグローバルIPアドレスを確認
$ curl inet-ip.info

参考

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?