SSブログ

有料VPNを試してみる その4(2021/12/08) [Linux]

■Linux編
LinuxはZorin16(Ubuntu、Debian系)で試してみました。
ってまあ、基本的に以下に書いてあることをそのまま実行するだけなんですけどね。
https://support.nordvpn.com/Connectivity/Linux/1325531132/Installing-and-using-NordVPN-on-Debian-Ubuntu-Raspberry-Pi-Elementary-OS-and-Linux-Mint.htm

1.ターミナルで以下を実効(sudoのパスワードを聞かれます)
sh <(curl -sSf https://downloads.nordcdn.com/apps/linux/install.sh)

そのままだと設定ガイドにある通り、Permissionの問題が出ます。
yamaha@Zorin16:~$ nordvpn status
Whoops! Permission denied accessing /run/nordvpn/nordvpnd.sock
Run 'usermod -aG nordvpn $USER' to fix this issue and log out of OS afterwards for this to take an effect.


2.以下を実行して再起動
sudo usermod -aG nordvpn $USER

以上

なお、接続はCLIになるのでちょっと敷居は高くなります。Zorin16のアプリ一覧にNordVPNのフロントエンドがありますが、バージョンの不一致なのか私のところでは使えなかったのでインストールしてもゴミになります。
yamaha@Zorin16:~$ nordvpn 
Welcome to NordVPN Linux client app!
Version 3.12.1
Website: https://nordvpn.com

Usage: nordvpn [global options] command [command options] [arguments...]

Commands:
     account        Shows account information
     cities         Shows a list of cities where servers are available
     connect, c     Connects you to VPN
     countries      Shows a list of countries where servers are available
     disconnect, d  Disconnects you from VPN
     groups         Shows a list of available server groups
     login          Logs you in
     logout         Logs you out
     rate           Rate your last connection quality (1-5)
     register       Registers a new user account
     set, s         Sets a configuration option
     settings       Shows current settings
     status         Shows connection status
     version        Shows the app version
     whitelist      Adds or removes an option from a whitelist
     help, h        Shows a list of commands or help for one command

Global options:
   --help, -h     show help (default: false)
   --version, -v  print the version (default: false)

For more detailed information, please check manual page.

Our customer support works 24/7 so if you have any questions or issues, drop us a line at https://support.nordvpn.com/


nordvpn loginでクレデンシャル情報を設定し、nordvpn connect/disconnectで接続のON/OFFです。ただこのhelpは不完全なので、きちんとWebマニュアル or manで残りのオプションも確認しておいた方が良いです。
接続先は以下から確認することができます。
https://nordvpn.com/ja/servers/tools/


タグ:VPN NordVPN
nice!(0)  コメント(0) 
共通テーマ:日記・雑感

nice! 0

コメント 0

コメントを書く

お名前:
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。