Softether VPN Client의 vpncmd가 지정된 서버에 연결할 수 없는 이유는 무엇입니까?

Softether VPN Client의 vpncmd가 지정된 서버에 연결할 수 없는 이유는 무엇입니까?

Linux Mint Sonya에 Softether를 설치하고 sudo ./vpnclient start 실행한 sudo ./vpncmd 후 아래 지침을 따랐습니다. 이 튜토리얼

, VPN 클라이언트 관리를 위해 2를 누른 다음 어댑터 이름으로 "se"를 remoteenable실행하고 튜토리얼에서 파일을 가져옵니다(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 클라이언트는 이러한 문제 중 일부를 기본적으로 해결합니다.

관련 정보