Softether VPN Clientのvpncmdが指定されたサーバーに接続できないのはなぜですか?

Softether VPN Clientのvpncmdが指定されたサーバーに接続できないのはなぜですか?

Linux Mint SonyaにSoftetherをインストールしてsudo ./vpnclient start 実行したsudo ./vpncmd 後、以下の指示に従いました。 このチュートリアル

、VPNクライアントを管理するには2を押しremoteenable、アダプタ名で「se」を実行してチュートリアルからファイルを取得します(IPアドレスとポートを変更し、japan0の名前をjapan4に変更)。niccreateaccountimport

# VPN Client VPN Connection Setting File
# 
# This file is exported using the VPN Client Manager.
# The contents of this file can be edited using a text editor.
# 
# When this file is imported to the Client Connection Manager
#  it can be used immediately.

declare root
{
 bool CheckServerCert false
 uint64 CreateDateTime 0
 uint64 LastConnectDateTime 0
 bool StartupAccount false
 uint64 UpdateDateTime 0

 declare ClientAuth
 {
  uint AuthType 0
  string Username vpn
 }
 declare ClientOption
 {
  string AccountName japan4
  uint AdditionalConnectionInterval 1
  uint ConnectionDisconnectSpan 0
  string DeviceName se
  bool DisableQoS false
  bool HalfConnection false
  bool HideNicInfoWindow false
  bool HideStatusWindow false
  string Hostname 125.193.56.192
  string HubName vpngate
  uint MaxConnection 1
  bool NoRoutingTracking false
  bool NoTls1 false
  bool NoUdpAcceleration false
  uint NumRetry 4294967295
  uint Port 1369
  uint PortUDP 0
  string ProxyName $
  byte ProxyPassword $
  uint ProxyPort 0
  uint ProxyType 0
  string ProxyUsername $
  bool RequireBridgeRoutingMode false
  bool RequireMonitorMode false
  uint RetryInterval 15
  bool UseCompress false
  bool UseEncrypt true
 }
}

これまではすべてうまくいきましたが、accountconnectアカウント名としてjapan4を入力すると、accountlist チュートリアルの例に示すように、アカウントのステータスは常に「connectED」ではなく「connecting」と表示されます。 VPNが機能しません。理由を知りたいです。特定のサーバーに対してアカウントを設定するにはどうすればよいですか?このリストは公式のSoftEther作者のものです。、他の人が作成したアカウントをインポートしませんか?一般的にこれをどのように接続しますか?

ベストアンサー1

設定にはパスワードが設定されていないようです。接続する前にクライアントがパスワードを設定したとします。

ドキュメントによると、VPNゲートウェイプラグインが必要なため、Windowsでのみサポートされているようです。

通常、Windowsで動作する接続を確立する最も簡単な方法は、SoftEtherクライアントを使用することです。 Windows用のSoftEther VPNクライアント(GUI)を使用すると、構成ファイルをエクスポートするのに役立ちます。次に、Linuxで設定ファイルを使用します。これにより、構成ファイルの問題を解決できます。 Windows用SoftEtherクライアントは、これらの問題のいくつかをデフォルトで解決します。

おすすめ記事