mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-04-03 18:00:08 +03:00
Localization of custom VPN Azure function
This commit is contained in:
parent
03ce6d47ba
commit
a202baf464
@ -4476,7 +4476,7 @@ CMD_SAVEKEYPATH 保存密钥到文件名:
|
||||
CMD_SAVEKEY_FAILED 无法保存密钥文件。
|
||||
CMD_SAVEFILE_FAILED 无法保存文件。
|
||||
CMD_LOADFILE_FAILED 无法打开文件。
|
||||
CMD_LOADCERTPATH 从……文件名读取 X.509 证书:
|
||||
CMD_LOADCERTPATH 从文件名……读取 X.509 证书:
|
||||
CMD_LOADCERT_FAILED 无法读取证书文件。
|
||||
CMD_LOADKEYPATH 从文件名……读取私钥:
|
||||
CMD_LOADKEY_FAILED 无法读取密钥文件。
|
||||
@ -6470,6 +6470,7 @@ CMD_VpnAzureGetStatus 显示 VPN Azure 功能的当前状态
|
||||
CMD_VpnAzureGetStatus_Help 获取和显示 VPN Azure 功能的当前状态。\n\nVPN Azure 可以更容易地从你家里的计算机到你办公室的计算机建立一个VPN会话。当一个 VPN 连接建立了,您可以访问您公司专用网络上的任何其他服务器。在办公室的计算机(VPN 服务器)上,你并不需要一个全球 IP 地址。它可以在防火墙或 NAT 后面工作。无需网络管理员的配置。您可以在您的家用电脑使用 Windows 内置的 SSTP VPN 客户端。\nVPN Azure 是一个云 VPN 服务由 SoftEther 公司经营。VPN Azure 是免费的,可提供给任何人。访问 http://www.vpnazure.net/ 查看详细信息和如何使用的说明。\n\nVPN Azure 主机名与动态 DNS 设置的主机名相同,但改变的域名后缀为“vpnazure.net”。要改变主机名使用 DynamicDnsSetHostname 命令。\n\n要执行此命令,你必须具有VPN 服务器管理员权限。\n此命令不能在 VPN 网桥上运行。\n以集群成员运行的 VPN 服务器的虚拟 HUB 不能执行此命令。
|
||||
CMD_VpnAzureGetStatus_Args VpnAzureGetStatus
|
||||
CMD_VpnAzureGetStatus_PRINT_ENABLED VPN Azure 功能已启用
|
||||
CMD_VpnAzureGetStatus_PRINT_CUSTOM 使用自定义 VPN Azure 服务
|
||||
CMD_VpnAzureGetStatus_PRINT_CONNECTED 至 VPN Azure 云服务器的连接建立
|
||||
CMD_VpnAzureGetStatus_PRINT_HOSTNAME 在 VPN Azure 服务上的本 VPN 服务器的主机名
|
||||
|
||||
@ -6477,9 +6478,47 @@ CMD_VpnAzureGetStatus_PRINT_HOSTNAME 在 VPN Azure 服务上的本 VPN 服务器
|
||||
# VpnAzureSetStatus command
|
||||
CMD_VpnAzureSetEnable 启用/禁用 VPN Azure 功能
|
||||
CMD_VpnAzureSetEnable_Help 启用或禁用 VPN Azure 功能。\n\nVPN Azure 可以更容易地从你家里的计算机到你办公室的计算机建立一个 VPN 会话。当一个 VPN 连接建立了,您可以访问您公司专用网络上的任何其他服务器。\n在办公室的计算机(VPN 服务器)上,你并不需要一个全球 IP 地址。它可以在防火墙或 NAT 后面工作。无需网络管理员的配置。您可以在您的家用电脑使用 Windows 内置的 SSTP VPN 客户端。\nVPN Azure 是一个云 VPN 服务由 SoftEther 公司经营。VPN Azure 是免费的,可提供给任何人。访问 http://www.vpnazure.net/ 查看详细信息和如何使用的说明。\n\nVPN Azure 主机名与动态 DNS 设置的主机名相同,但改变的域名后缀为“vpnazure.net”。要改变主机名使用 DynamicDnsSetHostname 命令。\n\n要执行此命令,你必须具有 VPN 服务器管理员权限。\n此命令不能在 VPN 网桥上运行。\n以集群成员运行的 VPN 服务器的虚拟 HUB 不能执行此命令。
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no]
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no] [/CUSTOM:yes|no]
|
||||
CMD_VpnAzureSetEnable_[yes|no] 指定“yes”,启用 VPN Azure。“no”禁用它。
|
||||
CMD_VpnAzureSetEnable_CUSTOM 指定“yes”以使用自定义 VPN Azure 服务。 “no”使用默认服务。
|
||||
CMD_VpnAzureSetEnable_PROMPT 启用 VPN Azure (yes/no):
|
||||
CMD_VpnAzureSetEnableCustom_PROMPT 使用自定义 VPN Azure 服务 (yes / no):
|
||||
|
||||
|
||||
# VpnAzureGetCustom command
|
||||
CMD_VpnAzureGetCustom 显示自定义 VPN Azure 服务的当前配置
|
||||
CMD_VpnAzureGetCustom_Help 获取并显示自定义 VPN Azure 服务的当前配置。\n\n自定义 VPN Azure 不依赖于动态 DNS 服务,并允许您将 VPN Azure 功能与私人托管的中继服务器一起使用。
|
||||
CMD_VpnAzureGetCustom_Args VpnAzureGetCustom
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERNAME 服务器地址
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERPORT 端口号
|
||||
CMD_VpnAzureGetCustom_PRINT_HOSTNAME VPN Azure 主机名
|
||||
CMD_VpnAzureGetCustom_PRINT_CLIENTCERT 已注册的客户端证书
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERCERT 已注册的服务器证书
|
||||
CMD_VpnAzureGetCustom_PRINT_VERIFYSERVER 验证服务器证书
|
||||
CMD_VpnAzureGetCustom_PRINT_DEFAULTCA 信任系统证书存储
|
||||
|
||||
|
||||
# VpnAzureSetCustom command
|
||||
CMD_VpnAzureSetCustom 设置自定义 VPN Azure 服务的当前配置
|
||||
CMD_VpnAzureSetCustom_Help 设置自定义 VPN Azure 服务的当前配置。\n\n自定义 VPN Azure 不依赖于动态 DNS 服务,并允许您将 VPN Azure 功能与私人托管的中继服务器一起使用。
|
||||
CMD_VpnAzureSetCustom_Args VpnAzureSetCustom [/SERVER:server:port] [/HOSTNAME:hostname] [/PASSWORD:password] [/LOADCERT:path] [/LOADKEY:path] [/VERIFY:yes|no] [/TRUSTCA:yes|no] [/SERVCERT:path]
|
||||
CMD_VpnAzureSetCustom_SERVER 指定 VPN Azure 服务器的主机名和端口号。
|
||||
CMD_VpnAzureSetCustom_HOSTNAME 指定 VPN Azure 客户端主机名。
|
||||
CMD_VpnAzureSetCustom_PASSWORD 指定 VPN Azure 客户端的密码。 如果不需要密码,请留空。
|
||||
CMD_VpnAzureSetCustom_LOADCERT 指定用于客户端证书认证的 X.509 格式证书文件。 如果不需要,请留空。
|
||||
CMD_VpnAzureSetCustom_LOADKEY 为证书指定 Base-64 编码的私钥文件名。 如果不需要,请留空。
|
||||
CMD_VpnAzureSetCustom_VERIFY 指定是否验证 VPN Azure 服务器的证书。
|
||||
CMD_VpnAzureSetCustom_TRUSTCA 指定在验证 VPN Azure 服务器时是否使用系统证书存储。
|
||||
CMD_VpnAzureSetCustom_SERVCERT 指定用于服务器证书验证的X.509 格式证书文件。 如果不需要,请留空。
|
||||
CMD_VpnAzureSetCustom_Prompt_Server VPN Azure 服务器地址和端口号:
|
||||
CMD_VpnAzureSetCustom_Prompt_Hostname VPN Azure 客户端主机名(例如 vpn1234.myazure.net):
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientX 从文件名……读取用于客户端身份验证的 X.509 证书:\n如果客户端不使用证书身份验证,则留空。\n
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientK 从文件名……读取用于客户端身份验证的私钥:\n如果客户端不使用证书身份验证,则留空。\n
|
||||
CMD_VpnAzureSetCustom_Prompt_Verify 验证 VPN Azure 服务器的证书(是/否):
|
||||
CMD_VpnAzureSetCustom_Prompt_TrustCA 验证 VPN Azure 服务器时使用系统证书存储(是/否):
|
||||
CMD_VpnAzureSetCustom_Prompt_ServerX 从文件名……读取 X.509 证书以进行服务器验证:\n如果不需要,请留空。\n
|
||||
CMD_VpnAzureSetCustom_MSG_ClientCertLoaded 成功保存了一对证书和私钥,用于客户端身份验证。
|
||||
CMD_VpnAzureSetCustom_MSG_ServerCertLoaded 已成功保存服务器证书以进行服务器验证。
|
||||
|
||||
|
||||
|
||||
|
@ -6489,21 +6489,21 @@ CMD_VpnAzureGetCustom_PRINT_DEFAULTCA Trust System Certificate Store
|
||||
CMD_VpnAzureSetCustom Set the current configuration of custom VPN Azure service
|
||||
CMD_VpnAzureSetCustom_Help Set the current configuration of the custom VPN Azure service.\n\nCustom VPN Azure does not rely on Dynamic DNS service and lets you use VPN Azure function with a privately hosted relay server.
|
||||
CMD_VpnAzureSetCustom_Args VpnAzureSetCustom [/SERVER:server:port] [/HOSTNAME:hostname] [/PASSWORD:password] [/LOADCERT:path] [/LOADKEY:path] [/VERIFY:yes|no] [/TRUSTCA:yes|no] [/SERVCERT:path]
|
||||
CMD_VpnAzureSetCustom_SERVER Specify the hostname or IP address, and port number of the VPN Azure server.
|
||||
CMD_VpnAzureSetCustom_SERVER Specify the hostname and port number of the VPN Azure server.
|
||||
CMD_VpnAzureSetCustom_HOSTNAME Specify the VPN Azure client hostname in FQDN.
|
||||
CMD_VpnAzureSetCustom_PASSWORD Specify the password for VPN Azure client. Leave blank if password is not needed.
|
||||
CMD_VpnAzureSetCustom_LOADCERT Specify the X.509 format certificate file for client certificate authentication. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_LOADKEY Specify the Base-64-encoded private key file name for the certificate. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_VERIFY Specify whether to verify the VPN Azure Server's certificate.
|
||||
CMD_VpnAzureSetCustom_TRUSTCA Specify whether to use the system trust store when verifying the VPN Azure Server.
|
||||
CMD_VpnAzureSetCustom_VERIFY Specify whether to verify the VPN Azure server's certificate.
|
||||
CMD_VpnAzureSetCustom_TRUSTCA Specify whether to use the system trust store when verifying the VPN Azure server.
|
||||
CMD_VpnAzureSetCustom_SERVCERT Specify the X.509 format certificate file for server certificate verification. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_Prompt_Server VPN Azure Server Address and Port Number:
|
||||
CMD_VpnAzureSetCustom_Prompt_Hostname VPN Azure Client Hostname (e.g. vpn1234.myazure.net):
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientX Read X.509 certificate from file name for client authentication:\nLeave blank if the client does not use certificate authentication.\n
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientK Read private key from file name for client authentication:\nLeave blank if the client does not use certificate authentication.\n
|
||||
CMD_VpnAzureSetCustom_Prompt_Verify Verify the VPN Azure Server's certificate (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_TrustCA Use the system trust store when verifying the VPN Azure Server (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_ServerX Read X.509 certificate from file name for server verification:\n\nLeave blank if not needed.\n
|
||||
CMD_VpnAzureSetCustom_Prompt_Verify Verify the VPN Azure server's certificate (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_TrustCA Use the system trust store when verifying the VPN Azure server (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_ServerX Read X.509 certificate from file name for server verification:\nLeave blank if not needed.\n
|
||||
CMD_VpnAzureSetCustom_MSG_ClientCertLoaded A pair of certificate and private key were saved successfully for client authentication.
|
||||
CMD_VpnAzureSetCustom_MSG_ServerCertLoaded A server certificate was saved successfully for server verification.
|
||||
|
||||
|
@ -6464,6 +6464,7 @@ CMD_VpnAzureGetStatus VPN Azure 機能の現在の状態の取得
|
||||
CMD_VpnAzureGetStatus_Help VPN Azure 機能の現在の状態を取得します。\n\nVPN Azure により、会社のパソコンに自宅や外出先のパソコンから非常に簡単に VPN 接続できるようになります。VPN 接続中は会社のパソコンを経由して、社内 LAN の他のサーバーにもアクセスできます。\n会社のパソコン (VPN Server) にはグローバル IP アドレスは不要です。ファイアウォールや NAT の内側であっても動作し、ネットワーク管理者による設定は一切必要ありません。VPN クライアントとなる自宅のパソコンでは、Windows に標準付属の SSTP VPN クライアントを使用できます。\nVPN Azure は、SoftEther VPN Server をお使いの方はどなたでも無料で利用できるクラウド VPN サービスです。ソフトイーサ株式会社によって運営されています。使い方は http://www.vpnazure.net/ に掲載されています。\n\nVPN Azure ホスト名はダイナミック DNS サービスのホスト名のドメイン部分を "vpnazure.net" に変更したものが使用されます。ホスト名を変更するには DynamicDnsSetHostname コマンドを使用してください。\n\nこのコマンドを実行するには、VPN Server の管理者権限が必要です。\nこのコマンドは、VPN Bridge では実行できません。\nこのコマンドは、クラスタとして動作している VPN Server の仮想 HUB では実行できません。
|
||||
CMD_VpnAzureGetStatus_Args VpnAzureGetStatus
|
||||
CMD_VpnAzureGetStatus_PRINT_ENABLED VPN Azure 機能が有効
|
||||
CMD_VpnAzureGetStatus_PRINT_CUSTOM カスタム VPN Azure サービスを使用
|
||||
CMD_VpnAzureGetStatus_PRINT_CONNECTED VPN Azure クラウドサーバーへ接続完了
|
||||
CMD_VpnAzureGetStatus_PRINT_HOSTNAME VPN Azure サービス上でのホスト名
|
||||
|
||||
@ -6471,9 +6472,47 @@ CMD_VpnAzureGetStatus_PRINT_HOSTNAME VPN Azure サービス上でのホスト名
|
||||
# VpnAzureSetStatus コマンド
|
||||
CMD_VpnAzureSetEnable VPN Azure 機能の有効化 / 無効化
|
||||
CMD_VpnAzureSetEnable_Help VPN Azure 機能を有効または無効にします。\n\nVPN Azure により、会社のパソコンに自宅や外出先のパソコンから非常に簡単に VPN 接続できるようになります。VPN 接続中は会社のパソコンを経由して、社内 LAN の他のサーバーにもアクセスできます。\n会社のパソコン (VPN Server) にはグローバル IP アドレスは不要です。ファイアウォールや NAT の内側であっても動作し、ネットワーク管理者による設定は一切必要ありません。VPN クライアントとなる自宅のパソコンでは、Windows に標準付属の SSTP VPN クライアントを使用できます。\nVPN Azure は、SoftEther VPN Server をお使いの方はどなたでも無料で利用できるクラウド VPN サービスです。ソフトイーサ株式会社によって運営されています。使い方は http://www.vpnazure.net/ に掲載されています。\n\nVPN Azure ホスト名はダイナミック DNS サービスのホスト名のドメイン部分を "vpnazure.net" に変更したものが使用されます。ホスト名を変更するには DynamicDnsSetHostname コマンドを使用してください。\n\nこのコマンドを実行するには、VPN Server の管理者権限が必要です。\nこのコマンドは、VPN Bridge では実行できません。\nこのコマンドは、クラスタとして動作している VPN Server の仮想 HUB では実行できません。
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no]
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no] [/CUSTOM:yes|no]
|
||||
CMD_VpnAzureSetEnable_[yes|no] VPN Azure 機能を有効にするには yes、無効にするには no を指定します。
|
||||
CMD_VpnAzureSetEnable_CUSTOM カスタム VPN Azure サービスを使用するには yes 、デフォルトのサービスを使用するには no を指定します。
|
||||
CMD_VpnAzureSetEnable_PROMPT VPN Azure 機能を有効 (yes / no):
|
||||
CMD_VpnAzureSetEnableCustom_PROMPT カスタム VPN Azure サービスを使用 (yes / no):
|
||||
|
||||
|
||||
# VpnAzureGetCustom command
|
||||
CMD_VpnAzureGetCustom カスタム VPN Azure サービスの構成の表示
|
||||
CMD_VpnAzureGetCustom_Help カスタム VPN Azure サービスの現在の構成を取得して表示します。\n\nカスタム VPN Azure は動的 DNS サービスに依存せず、プライベートにホストされたリレー サーバーで VPN Azure 機能を使用できます。
|
||||
CMD_VpnAzureGetCustom_Args VpnAzureGetCustom
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERNAME サーバーアドレス
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERPORT ポート番号
|
||||
CMD_VpnAzureGetCustom_PRINT_HOSTNAME VPN Azure ホスト名
|
||||
CMD_VpnAzureGetCustom_PRINT_CLIENTCERT 登録済みクライアント証明書
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERCERT 登録済みサーバー証明書
|
||||
CMD_VpnAzureGetCustom_PRINT_VERIFYSERVER サーバー証明書の検証
|
||||
CMD_VpnAzureGetCustom_PRINT_DEFAULTCA システム証明書ストアを信頼する
|
||||
|
||||
|
||||
# VpnAzureSetCustom command
|
||||
CMD_VpnAzureSetCustom カスタム VPN Azure サービスの構成の設定
|
||||
CMD_VpnAzureSetCustom_Help カスタム VPN Azure サービスの現在の構成を設定します。\n\nカスタム VPN Azure は動的 DNS サービスに依存せず、プライベートにホストされたリレー サーバーで VPN Azure 機能を使用できます。
|
||||
CMD_VpnAzureSetCustom_Args VpnAzureSetCustom [/SERVER:server:port] [/HOSTNAME:hostname] [/PASSWORD:password] [/LOADCERT:path] [/LOADKEY:path] [/VERIFY:yes|no] [/TRUSTCA:yes|no] [/SERVCERT:path]
|
||||
CMD_VpnAzureSetCustom_SERVER VPN Azure サーバーのホスト名とポート番号を指定します。
|
||||
CMD_VpnAzureSetCustom_HOSTNAME VPN Azure クライアントのホスト名を指定します。
|
||||
CMD_VpnAzureSetCustom_PASSWORD VPN Azure クライアントのパスワードを指定します。 パスワードが不要な場合は空白のままにします。
|
||||
CMD_VpnAzureSetCustom_LOADCERT クライアント証明書認証用の X.509 形式の証明書ファイルを指定します。 不要な場合は空欄にしてください。
|
||||
CMD_VpnAzureSetCustom_LOADKEY 証明書の Base-64 エンコードされた秘密鍵ファイル名を指定します。 不要な場合は空欄にしてください。
|
||||
CMD_VpnAzureSetCustom_VERIFY VPN Azure サーバーの証明書を検証するかどうかを指定します。
|
||||
CMD_VpnAzureSetCustom_TRUSTCA VPN Azure サーバーを検証するときにシステム証明書ストアを使用するかどうかを指定します。
|
||||
CMD_VpnAzureSetCustom_SERVCERT サーバー証明書検証用の X.509 形式の証明書ファイルを指定します。 不要な場合は空欄にしてください。
|
||||
CMD_VpnAzureSetCustom_Prompt_Server VPN Azure サーバーのアドレスとポート番号:
|
||||
CMD_VpnAzureSetCustom_Prompt_Hostname VPN Azure クライアントのホスト名 (例: vpn1234.myazure.net):
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientX 読み込むクライアント証明書認証用の X.509 証明書のファイル名:\nクライアントが証明書認証を使用しない場合は空白のままにします。\n
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientK 読み込むクライアント証明書認証用の秘密鍵のファイル名:\nクライアントが証明書認証を使用しない場合は空白のままにします。\n
|
||||
CMD_VpnAzureSetCustom_Prompt_Verify VPN Azure サーバーの証明書を検証します (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_TrustCA VPN Azure サーバーを検証するときにシステム証明書ストアを使用します (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_ServerX 読み込むサーバー証明書検証用の X.509 証明書のファイル名:\n不要な場合は空白のままにします。\n
|
||||
CMD_VpnAzureSetCustom_MSG_ClientCertLoaded クライアント認証用の証明書と秘密鍵のペアが正常に保存されました。
|
||||
CMD_VpnAzureSetCustom_MSG_ServerCertLoaded サーバー検証のためにサーバー証明書が正常に保存されました。
|
||||
|
||||
|
||||
|
||||
|
@ -6439,6 +6439,7 @@ CMD_VpnAzureGetStatus VPN Azure 기능의 현재 상태의 취득
|
||||
CMD_VpnAzureGetStatus_Help VPN Azure 기능의 현재 상태를 가져옵니다. \n \nVPN Azure하여 회사의 PC에 가정이나 이동 PC에서 매우 쉽게 VPN 연결 할 수 있습니다. VPN 연결 중에 회사의 컴퓨터를 통해 사내 LAN의 다른 서버에 액세스 할 수 있습니다. \n 회사 컴퓨터 (VPN Server)는 글로벌 IP 주소는 필요하지 않습니다. 방화벽이나 NAT 뒤에라도 작동하고 네트워크 관리자의 설정은 필요하지 않습니다. VPN 클라이언트가 될 자택의 PC에서는 Windows에 표준 부속의 SSTP VPN 클라이언트를 사용할 수 있습니다. \nVPN Azure는 SoftEther VPN Server를 사용하시는 분들은 누구나 무료로 이용할 수 클라우드 VPN 서비스입니다. 소프트 이사 회사에 의해 운영되고 있습니다. 사용법은 http://www.vpnazure.net/에 게재되어 있습니다. \n \nVPN Azure 호스트 이름은 동적 DNS 서비스 호스트 이름의 도메인 부분을 "vpnazure.net"로 변경 한 것이 사용됩니다. 호스트 이름을 변경하려면 DynamicDnsSetHostname 명령을 사용하십시오. \n \n이 명령을 실행하려면 VPN Server 관리자 권한이 있어야합니다. \n이 명령은 VPN Bridge에서는 실행되지 않습니다. \n이 명령은 클러스터로 작동하는 VPN Server의 가상 HUB에서는 실행되지 않습니다.
|
||||
CMD_VpnAzureGetStatus_Args VpnAzureGetStatus
|
||||
CMD_VpnAzureGetStatus_PRINT_ENABLED VPN Azure 기능이 활성화
|
||||
CMD_VpnAzureGetStatus_PRINT_CUSTOM Use Custom VPN Azure Service
|
||||
CMD_VpnAzureGetStatus_PRINT_CONNECTED VPN Azure 클라우드 서버에 연결 완료
|
||||
CMD_VpnAzureGetStatus_PRINT_HOSTNAME VPN Azure 서비스에서 호스트 이름
|
||||
|
||||
@ -6446,9 +6447,46 @@ CMD_VpnAzureGetStatus_PRINT_HOSTNAME VPN Azure 서비스에서 호스트 이름
|
||||
# VpnAzureSetStatus 명령
|
||||
CMD_VpnAzureSetEnable VPN Azure 기능의 활성화/비활성화
|
||||
CMD_VpnAzureSetEnable_Help VPN Azure 기능을 활성화하거나 비활성화합니다. \n \nVPN Azure하여 회사의 PC에 가정이나 이동 PC에서 매우 쉽게 VPN 연결 할 수 있습니다. VPN 연결 중에 회사의 컴퓨터를 통해 사내 LAN의 다른 서버에 액세스 할 수 있습니다. \n 회사 컴퓨터 (VPN Server)는 글로벌 IP 주소는 필요하지 않습니다. 방화벽이나 NAT 뒤에라도 작동하고 네트워크 관리자의 설정은 필요하지 않습니다. VPN 클라이언트가 될 자택의 PC에서는 Windows에 표준 부속의 SSTP VPN 클라이언트를 사용할 수 있습니다. \nVPN Azure는 SoftEther VPN Server를 사용하시는 분들은 누구나 무료로 이용할 수 클라우드 VPN 서비스입니다. 소프트 이사 회사에 의해 운영되고 있습니다. 사용법은 http://www.vpnazure.net/에 게재되어 있습니다. \n \nVPN Azure 호스트 이름은 동적 DNS 서비스 호스트 이름의 도메인 부분을 "vpnazure.net"로 변경 한 것이 사용됩니다. 호스트 이름을 변경하려면 DynamicDnsSetHostname 명령을 사용하십시오. \n \n이 명령을 실행하려면 VPN Server 관리자 권한이 있어야합니다. \n이 명령은 VPN Bridge에서는 실행되지 않습니다. \n이 명령은 클러스터로 작동하는 VPN Server의 가상 HUB에서는 실행되지 않습니다.
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no]
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no] [/CUSTOM:yes|no]
|
||||
CMD_VpnAzureSetEnable_[yes|no] VPN Azure 기능을 활성화하려면 yes 비활성화하려면 no를 지정합니다.
|
||||
CMD_VpnAzureSetEnable_PROMPT VPN Azure 기능을 활성화 (yes/no):
|
||||
CMD_VpnAzureSetEnable_CUSTOM Specify 'yes' to use custom VPN Azure service. 'no' to use the default service.
|
||||
CMD_VpnAzureSetEnableCustom_PROMPT Use custom VPN Azure service (yes / no):
|
||||
|
||||
# VpnAzureGetCustom command
|
||||
CMD_VpnAzureGetCustom Show the current configuration of custom VPN Azure service
|
||||
CMD_VpnAzureGetCustom_Help Get and show the current configuration of the custom VPN Azure service.\n\nCustom VPN Azure does not rely on Dynamic DNS service and lets you use VPN Azure function with a privately hosted relay server.
|
||||
CMD_VpnAzureGetCustom_Args VpnAzureGetCustom
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERNAME Server Address
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERPORT Port Number
|
||||
CMD_VpnAzureGetCustom_PRINT_HOSTNAME VPN Azure Hostname
|
||||
CMD_VpnAzureGetCustom_PRINT_CLIENTCERT Registered Client Individual Certificate
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERCERT Registered Server Individual Certificate
|
||||
CMD_VpnAzureGetCustom_PRINT_VERIFYSERVER Verify Server Certificate
|
||||
CMD_VpnAzureGetCustom_PRINT_DEFAULTCA Trust System Certificate Store
|
||||
|
||||
|
||||
# VpnAzureSetCustom command
|
||||
CMD_VpnAzureSetCustom Set the current configuration of custom VPN Azure service
|
||||
CMD_VpnAzureSetCustom_Help Set the current configuration of the custom VPN Azure service.\n\nCustom VPN Azure does not rely on Dynamic DNS service and lets you use VPN Azure function with a privately hosted relay server.
|
||||
CMD_VpnAzureSetCustom_Args VpnAzureSetCustom [/SERVER:server:port] [/HOSTNAME:hostname] [/PASSWORD:password] [/LOADCERT:path] [/LOADKEY:path] [/VERIFY:yes|no] [/TRUSTCA:yes|no] [/SERVCERT:path]
|
||||
CMD_VpnAzureSetCustom_SERVER Specify the hostname and port number of the VPN Azure server.
|
||||
CMD_VpnAzureSetCustom_HOSTNAME Specify the VPN Azure client hostname in FQDN.
|
||||
CMD_VpnAzureSetCustom_PASSWORD Specify the password for VPN Azure client. Leave blank if password is not needed.
|
||||
CMD_VpnAzureSetCustom_LOADCERT Specify the X.509 format certificate file for client certificate authentication. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_LOADKEY Specify the Base-64-encoded private key file name for the certificate. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_VERIFY Specify whether to verify the VPN Azure server's certificate.
|
||||
CMD_VpnAzureSetCustom_TRUSTCA Specify whether to use the system trust store when verifying the VPN Azure server.
|
||||
CMD_VpnAzureSetCustom_SERVCERT Specify the X.509 format certificate file for server certificate verification. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_Prompt_Server VPN Azure Server Address and Port Number:
|
||||
CMD_VpnAzureSetCustom_Prompt_Hostname VPN Azure Client Hostname (e.g. vpn1234.myazure.net):
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientX Read X.509 certificate from file name for client authentication:\nLeave blank if the client does not use certificate authentication.\n
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientK Read private key from file name for client authentication:\nLeave blank if the client does not use certificate authentication.\n
|
||||
CMD_VpnAzureSetCustom_Prompt_Verify Verify the VPN Azure server's certificate (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_TrustCA Use the system trust store when verifying the VPN Azure server (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_ServerX Read X.509 certificate from file name for server verification:\nLeave blank if not needed.\n
|
||||
CMD_VpnAzureSetCustom_MSG_ClientCertLoaded A pair of certificate and private key were saved successfully for client authentication.
|
||||
CMD_VpnAzureSetCustom_MSG_ServerCertLoaded A server certificate was saved successfully for server verification.
|
||||
|
||||
|
||||
|
||||
|
@ -6185,16 +6185,55 @@ CMD_VpnAzureGetStatus Show the current status of VPN Azure function
|
||||
CMD_VpnAzureGetStatus_Help Get and show the current status of the VPN Azure function.\n\nVPN Azure makes it easier to establish a VPN Session from your home PC to your office PC. While a VPN connection is established, you can access to any other servers on the private network of your company.\nYou don't need a global IP address on the office PC (VPN Server). It can work behind firewalls or NATs. No network administrator's configuration required. You can use the built-in SSTP-VPN Client of Windows in your home PC.\nVPN Azure is a cloud VPN service operated by SoftEther VPN Project. VPN Azure is free of charge and available to anyone. Visit http://www.vpnazure.net/ to see details and how-to-use instructions.\n\nThe VPN Azure hostname is same to the hostname of the Dynamic DNS setting, but altering the domain suffix to "vpnazure.net". To change the hostname use the DynamicDnsSetHostname command.\n\nTo execute this command, you must have VPN Server administrator privileges. \nThis command cannot be run on VPN Bridge.\nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a cluster.
|
||||
CMD_VpnAzureGetStatus_Args VpnAzureGetStatus
|
||||
CMD_VpnAzureGetStatus_PRINT_ENABLED VPN Azure Function is Enabled
|
||||
CMD_VpnAzureGetStatus_PRINT_CUSTOM Use Custom VPN Azure Service
|
||||
CMD_VpnAzureGetStatus_PRINT_CONNECTED Connection to VPN Azure Cloud Server is Established
|
||||
CMD_VpnAzureGetStatus_PRINT_HOSTNAME Hostname of this VPN Server on VPN Azure Service
|
||||
|
||||
|
||||
# VpnAzureSetStatus command
|
||||
CMD_VpnAzureSetEnable Enable / Disable VPN Azure Function
|
||||
CMD_VpnAzureSetEnable_Help Enable or disable the VPN Azure function.\n\nVPN Azure makes it easier to establish a VPN Session from your home PC to your office PC. While a VPN connection is established, you can access to any other servers on the private network of your company.\nYou don't need a global IP address on the office PC (VPN Server). It can work behind firewalls or NATs. No network administrator's configuration required. You can use the built-in SSTP-VPN Client of Windows in your home PC.\nVPN Azure is a cloud VPN service operated by SoftEther VPN Project. VPN Azure is free of charge and available to anyone. Visit http://www.vpnazure.net/ to see details and how-to-use instructions.\n\nThe VPN Azure hostname is same to the hostname of the Dynamic DNS setting, but altering the domain suffix to "vpnazure.net". To change the hostname use the DynamicDnsSetHostname command.\n\nTo execute this command, you must have VPN Server administrator privileges. \nThis command cannot be run on VPN Bridge.\nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a cluster.
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no]
|
||||
CMD_VpnAzureSetEnable Enable / Disable VPN Azure Function
|
||||
CMD_VpnAzureSetEnable_Help Enable or disable the VPN Azure function.\n\nVPN Azure makes it easier to establish a VPN Session from your home PC to your office PC. While a VPN connection is established, you can access to any other servers on the private network of your company.\nYou don't need a global IP address on the office PC (VPN Server). It can work behind firewalls or NATs. No network administrator's configuration required. You can use the built-in SSTP-VPN Client of Windows in your home PC.\nVPN Azure is a cloud VPN service operated by SoftEther VPN Project. VPN Azure is free of charge and available to anyone. Visit http://www.vpnazure.net/ to see details and how-to-use instructions.\n\nThe VPN Azure hostname is same to the hostname of the Dynamic DNS setting, but altering the domain suffix to "vpnazure.net". To change the hostname use the DynamicDnsSetHostname command.\n\nTo execute this command, you must have VPN Server administrator privileges. \nThis command cannot be run on VPN Bridge.\nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a cluster.
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no] [/CUSTOM:yes|no]
|
||||
CMD_VpnAzureSetEnable_[yes|no] Specify 'yes' to enable VPN Azure. 'no' to disable it.
|
||||
CMD_VpnAzureSetEnable_CUSTOM Specify 'yes' to use custom VPN Azure service. 'no' to use the default service.
|
||||
CMD_VpnAzureSetEnable_PROMPT Enable VPN Azure (yes / no):
|
||||
CMD_VpnAzureSetEnableCustom_PROMPT Use custom VPN Azure service (yes / no):
|
||||
|
||||
|
||||
# VpnAzureGetCustom command
|
||||
CMD_VpnAzureGetCustom Show the current configuration of custom VPN Azure service
|
||||
CMD_VpnAzureGetCustom_Help Get and show the current configuration of the custom VPN Azure service.\n\nCustom VPN Azure does not rely on Dynamic DNS service and lets you use VPN Azure function with a privately hosted relay server.
|
||||
CMD_VpnAzureGetCustom_Args VpnAzureGetCustom
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERNAME Server Address
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERPORT Port Number
|
||||
CMD_VpnAzureGetCustom_PRINT_HOSTNAME VPN Azure Hostname
|
||||
CMD_VpnAzureGetCustom_PRINT_CLIENTCERT Registered Client Individual Certificate
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERCERT Registered Server Individual Certificate
|
||||
CMD_VpnAzureGetCustom_PRINT_VERIFYSERVER Verify Server Certificate
|
||||
CMD_VpnAzureGetCustom_PRINT_DEFAULTCA Trust System Certificate Store
|
||||
|
||||
|
||||
# VpnAzureSetCustom command
|
||||
CMD_VpnAzureSetCustom Set the current configuration of custom VPN Azure service
|
||||
CMD_VpnAzureSetCustom_Help Set the current configuration of the custom VPN Azure service.\n\nCustom VPN Azure does not rely on Dynamic DNS service and lets you use VPN Azure function with a privately hosted relay server.
|
||||
CMD_VpnAzureSetCustom_Args VpnAzureSetCustom [/SERVER:server:port] [/HOSTNAME:hostname] [/PASSWORD:password] [/LOADCERT:path] [/LOADKEY:path] [/VERIFY:yes|no] [/TRUSTCA:yes|no] [/SERVCERT:path]
|
||||
CMD_VpnAzureSetCustom_SERVER Specify the hostname and port number of the VPN Azure server.
|
||||
CMD_VpnAzureSetCustom_HOSTNAME Specify the VPN Azure client hostname in FQDN.
|
||||
CMD_VpnAzureSetCustom_PASSWORD Specify the password for VPN Azure client. Leave blank if password is not needed.
|
||||
CMD_VpnAzureSetCustom_LOADCERT Specify the X.509 format certificate file for client certificate authentication. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_LOADKEY Specify the Base-64-encoded private key file name for the certificate. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_VERIFY Specify whether to verify the VPN Azure server's certificate.
|
||||
CMD_VpnAzureSetCustom_TRUSTCA Specify whether to use the system trust store when verifying the VPN Azure server.
|
||||
CMD_VpnAzureSetCustom_SERVCERT Specify the X.509 format certificate file for server certificate verification. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_Prompt_Server VPN Azure Server Address and Port Number:
|
||||
CMD_VpnAzureSetCustom_Prompt_Hostname VPN Azure Client Hostname (e.g. vpn1234.myazure.net):
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientX Read X.509 certificate from file name for client authentication:\nLeave blank if the client does not use certificate authentication.\n
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientK Read private key from file name for client authentication:\nLeave blank if the client does not use certificate authentication.\n
|
||||
CMD_VpnAzureSetCustom_Prompt_Verify Verify the VPN Azure server's certificate (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_TrustCA Use the system trust store when verifying the VPN Azure server (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_ServerX Read X.509 certificate from file name for server verification:\nLeave blank if not needed.\n
|
||||
CMD_VpnAzureSetCustom_MSG_ClientCertLoaded A pair of certificate and private key were saved successfully for client authentication.
|
||||
CMD_VpnAzureSetCustom_MSG_ServerCertLoaded A server certificate was saved successfully for server verification.
|
||||
|
||||
|
||||
#######################################################
|
||||
|
@ -6457,6 +6457,7 @@ CMD_VpnAzureGetStatus Show the current status of VPN Azure function
|
||||
CMD_VpnAzureGetStatus_Help Get and show the current status of the VPN Azure function.\n\nVPN Azure makes it easier to establish a VPN Session from your home PC to your office PC. While a VPN connection is established, you can access to any other servers on the private network of your company.\nYou don't need a global IP address on the office PC (VPN Server). It can work behind firewalls or NATs. No network administrator's configuration required. You can use the built-in SSTP-VPN Client of Windows in your home PC.\nVPN Azure is a cloud VPN service operated by SoftEther VPN Project. VPN Azure is free of charge and available to anyone. Visit http://www.vpnazure.net/ to see details and how-to-use instructions.\n\nThe VPN Azure hostname is same to the hostname of the Dynamic DNS setting, but altering the domain suffix to "vpnazure.net". To change the hostname use the DynamicDnsSetHostname command.\n\nTo execute this command, you must have VPN Server administrator privileges. \nThis command cannot be run on VPN Bridge.\nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a cluster.
|
||||
CMD_VpnAzureGetStatus_Args VpnAzureGetStatus
|
||||
CMD_VpnAzureGetStatus_PRINT_ENABLED VPN Azure Function is Enabled
|
||||
CMD_VpnAzureGetStatus_PRINT_CUSTOM Use Custom VPN Azure Service
|
||||
CMD_VpnAzureGetStatus_PRINT_CONNECTED Connection to VPN Azure Cloud Server is Established
|
||||
CMD_VpnAzureGetStatus_PRINT_HOSTNAME Hostname of this VPN Server on VPN Azure Service
|
||||
|
||||
@ -6464,9 +6465,47 @@ CMD_VpnAzureGetStatus_PRINT_HOSTNAME Hostname of this VPN Server on VPN Azure Se
|
||||
# VpnAzureSetStatus command
|
||||
CMD_VpnAzureSetEnable Enable / Disable VPN Azure Function
|
||||
CMD_VpnAzureSetEnable_Help Enable or disable the VPN Azure function.\n\nVPN Azure makes it easier to establish a VPN Session from your home PC to your office PC. While a VPN connection is established, you can access to any other servers on the private network of your company.\nYou don't need a global IP address on the office PC (VPN Server). It can work behind firewalls or NATs. No network administrator's configuration required. You can use the built-in SSTP-VPN Client of Windows in your home PC.\nVPN Azure is a cloud VPN service operated by SoftEther VPN Project. VPN Azure is free of charge and available to anyone. Visit http://www.vpnazure.net/ to see details and how-to-use instructions.\n\nThe VPN Azure hostname is same to the hostname of the Dynamic DNS setting, but altering the domain suffix to "vpnazure.net". To change the hostname use the DynamicDnsSetHostname command.\n\nTo execute this command, you must have VPN Server administrator privileges. \nThis command cannot be run on VPN Bridge.\nYou cannot execute this command for Virtual Hubs of VPN Servers operating as a cluster.
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no]
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no] [/CUSTOM:yes|no]
|
||||
CMD_VpnAzureSetEnable_[yes|no] Specify 'yes' to enable VPN Azure. 'no' to disable it.
|
||||
CMD_VpnAzureSetEnable_CUSTOM Specify 'yes' to use custom VPN Azure service. 'no' to use the default service.
|
||||
CMD_VpnAzureSetEnable_PROMPT Enable VPN Azure (yes / no):
|
||||
CMD_VpnAzureSetEnableCustom_PROMPT Use custom VPN Azure service (yes / no):
|
||||
|
||||
|
||||
# VpnAzureGetCustom command
|
||||
CMD_VpnAzureGetCustom Show the current configuration of custom VPN Azure service
|
||||
CMD_VpnAzureGetCustom_Help Get and show the current configuration of the custom VPN Azure service.\n\nCustom VPN Azure does not rely on Dynamic DNS service and lets you use VPN Azure function with a privately hosted relay server.
|
||||
CMD_VpnAzureGetCustom_Args VpnAzureGetCustom
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERNAME Server Address
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERPORT Port Number
|
||||
CMD_VpnAzureGetCustom_PRINT_HOSTNAME VPN Azure Hostname
|
||||
CMD_VpnAzureGetCustom_PRINT_CLIENTCERT Registered Client Individual Certificate
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERCERT Registered Server Individual Certificate
|
||||
CMD_VpnAzureGetCustom_PRINT_VERIFYSERVER Verify Server Certificate
|
||||
CMD_VpnAzureGetCustom_PRINT_DEFAULTCA Trust System Certificate Store
|
||||
|
||||
|
||||
# VpnAzureSetCustom command
|
||||
CMD_VpnAzureSetCustom Set the current configuration of custom VPN Azure service
|
||||
CMD_VpnAzureSetCustom_Help Set the current configuration of the custom VPN Azure service.\n\nCustom VPN Azure does not rely on Dynamic DNS service and lets you use VPN Azure function with a privately hosted relay server.
|
||||
CMD_VpnAzureSetCustom_Args VpnAzureSetCustom [/SERVER:server:port] [/HOSTNAME:hostname] [/PASSWORD:password] [/LOADCERT:path] [/LOADKEY:path] [/VERIFY:yes|no] [/TRUSTCA:yes|no] [/SERVCERT:path]
|
||||
CMD_VpnAzureSetCustom_SERVER Specify the hostname and port number of the VPN Azure server.
|
||||
CMD_VpnAzureSetCustom_HOSTNAME Specify the VPN Azure client hostname in FQDN.
|
||||
CMD_VpnAzureSetCustom_PASSWORD Specify the password for VPN Azure client. Leave blank if password is not needed.
|
||||
CMD_VpnAzureSetCustom_LOADCERT Specify the X.509 format certificate file for client certificate authentication. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_LOADKEY Specify the Base-64-encoded private key file name for the certificate. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_VERIFY Specify whether to verify the VPN Azure server's certificate.
|
||||
CMD_VpnAzureSetCustom_TRUSTCA Specify whether to use the system trust store when verifying the VPN Azure server.
|
||||
CMD_VpnAzureSetCustom_SERVCERT Specify the X.509 format certificate file for server certificate verification. Leave blank if not needed.
|
||||
CMD_VpnAzureSetCustom_Prompt_Server VPN Azure Server Address and Port Number:
|
||||
CMD_VpnAzureSetCustom_Prompt_Hostname VPN Azure Client Hostname (e.g. vpn1234.myazure.net):
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientX Read X.509 certificate from file name for client authentication:\nLeave blank if the client does not use certificate authentication.\n
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientK Read private key from file name for client authentication:\nLeave blank if the client does not use certificate authentication.\n
|
||||
CMD_VpnAzureSetCustom_Prompt_Verify Verify the VPN Azure server's certificate (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_TrustCA Use the system trust store when verifying the VPN Azure server (yes / no):
|
||||
CMD_VpnAzureSetCustom_Prompt_ServerX Read X.509 certificate from file name for server verification:\nLeave blank if not needed.\n
|
||||
CMD_VpnAzureSetCustom_MSG_ClientCertLoaded A pair of certificate and private key were saved successfully for client authentication.
|
||||
CMD_VpnAzureSetCustom_MSG_ServerCertLoaded A server certificate was saved successfully for server verification.
|
||||
|
||||
|
||||
|
||||
|
@ -4476,7 +4476,7 @@ CMD_SAVEKEYPATH 保存金鑰到檔案名:
|
||||
CMD_SAVEKEY_FAILED 無法保存金鑰檔案。
|
||||
CMD_SAVEFILE_FAILED 無法保存檔案。
|
||||
CMD_LOADFILE_FAILED 無法打開檔案。
|
||||
CMD_LOADCERTPATH 從……檔案名讀取 X.509 證書:
|
||||
CMD_LOADCERTPATH 從檔案名……讀取 X.509 證書:
|
||||
CMD_LOADCERT_FAILED 無法讀取證書檔案。
|
||||
CMD_LOADKEYPATH 從檔案名……讀取私密金鑰:
|
||||
CMD_LOADKEY_FAILED 無法讀取金鑰文件。
|
||||
@ -6471,6 +6471,7 @@ CMD_VpnAzureGetStatus 顯示 VPN Azure 功能的當前狀態
|
||||
CMD_VpnAzureGetStatus_Help 獲取和顯示 VPN Azure 功能的當前狀態。\n\nVPN Azure 可以更容易地從你家裡的電腦到你辦公室的電腦建立一個VPN會話。當一個 VPN 連接建立了,您可以訪問您公司私人網路上的任何其他伺服器。在辦公室的電腦(VPN 伺服器)上,你並不需要一個全球 IP 位址。它可以在防火牆或 NAT 後面工作。無需網路系統管理員的配置。您可以在您的家用電腦使用 Windows 內置的 SSTP VPN 用戶端。\nVPN Azure 是一個雲 VPN 服務由 SoftEther 公司經營。VPN Azure 是免費的,可提供給任何人。訪問 http://www.vpnazure.net/ 查看詳細資訊和如何使用的說明。\n\nVPN Azure 主機名稱與動態 DNS 設置的主機名稱相同,但改變的功能變數名稱尾碼為“vpnazure.net”。要改變主機名稱使用 DynamicDnsSetHostname 命令。\n\n要執行此命令,你必須具有VPN 伺服器管理員許可權。\n此命令不能在 VPN 橋接器上運行。\n以集群成員運行的 VPN 伺服器的虛擬 HUB 不能執行此命令。
|
||||
CMD_VpnAzureGetStatus_Args VpnAzureGetStatus
|
||||
CMD_VpnAzureGetStatus_PRINT_ENABLED VPN Azure 功能已啟用
|
||||
CMD_VpnAzureGetStatus_PRINT_CUSTOM 使用自定義 VPN Azure 服務
|
||||
CMD_VpnAzureGetStatus_PRINT_CONNECTED 至 VPN Azure 雲伺服器的連接建立
|
||||
CMD_VpnAzureGetStatus_PRINT_HOSTNAME 在 VPN Azure 服務上的本 VPN 伺服器的主機名稱
|
||||
|
||||
@ -6478,9 +6479,47 @@ CMD_VpnAzureGetStatus_PRINT_HOSTNAME 在 VPN Azure 服務上的本 VPN 伺服器
|
||||
# VpnAzureSetStatus command
|
||||
CMD_VpnAzureSetEnable 啟用/禁用 VPN Azure 功能
|
||||
CMD_VpnAzureSetEnable_Help 啟用或禁用 VPN Azure 功能。\n\nVPN Azure 可以更容易地從你家裡的電腦到你辦公室的電腦建立一個 VPN 會話。當一個 VPN 連接建立了,您可以訪問您公司私人網路絡上的任何其他伺服器。\n在辦公室的電腦(VPN 伺服器)上,你並不需要一個全球 IP 位址。它可以在防火牆或 NAT 後面工作。無需網路系統管理員的配置。您可以在您的家用電腦使用 Windows 內置的 SSTP VPN 用戶端。\nVPN Azure 是一個雲 VPN 服務由 SoftEther 公司經營。VPN Azure 是免費的,可提供給任何人。訪問 http://www.vpnazure.net/ 查看詳細資訊和如何使用的說明。\n\nVPN Azure 主機名稱與動態 DNS 設置的主機名稱相同,但改變的功能變數名稱尾碼為“vpnazure.net”。要改變主機名稱使用 DynamicDnsSetHostname 命令。\n\n要執行此命令,你必須具有 VPN 伺服器管理員許可權。\n此命令不能在 VPN 橋接器上運行。\n以集群成員運行的 VPN 伺服器的虛擬 HUB 不能執行此命令。
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no]
|
||||
CMD_VpnAzureSetEnable_Args VpnAzureSetEnable [yes|no] [/CUSTOM:yes|no]
|
||||
CMD_VpnAzureSetEnable_[yes|no] 指定“yes”,啟用 VPN Azure。“no”禁用它。
|
||||
CMD_VpnAzureSetEnable_CUSTOM 指定“yes”以使用自定義 VPN Azure 服務。 “no”使用默認服務。
|
||||
CMD_VpnAzureSetEnable_PROMPT 啟用 VPN Azure (yes/no):
|
||||
CMD_VpnAzureSetEnableCustom_PROMPT 使用自定義 VPN Azure 服務 (yes / no):
|
||||
|
||||
|
||||
# VpnAzureGetCustom command
|
||||
CMD_VpnAzureGetCustom 顯示自定義 VPN Azure 服務的當前配置
|
||||
CMD_VpnAzureGetCustom_Help 獲取並顯示自定義 VPN Azure 服務的當前配置。\n\n自定義 VPN Azure 不依賴於動態 DNS 服務,並允許您將 VPN Azure 功能與私人託管的中繼服務器一起使用。
|
||||
CMD_VpnAzureGetCustom_Args VpnAzureGetCustom
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERNAME 伺服器地址
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERPORT 埠號
|
||||
CMD_VpnAzureGetCustom_PRINT_HOSTNAME VPN Azure 主機名稱
|
||||
CMD_VpnAzureGetCustom_PRINT_CLIENTCERT 已註冊的客戶端證書
|
||||
CMD_VpnAzureGetCustom_PRINT_SERVERCERT 已註冊的伺服器證書
|
||||
CMD_VpnAzureGetCustom_PRINT_VERIFYSERVER 驗證伺服器證書
|
||||
CMD_VpnAzureGetCustom_PRINT_DEFAULTCA 信任系統憑證存放區
|
||||
|
||||
|
||||
# VpnAzureSetCustom command
|
||||
CMD_VpnAzureSetCustom 設置自定義 VPN Azure 服務的當前配置
|
||||
CMD_VpnAzureSetCustom_Help 設置自定義 VPN Azure 服務的當前配置。\n\n自定義 VPN Azure 不依賴於動態 DNS 服務,並允許您將 VPN Azure 功能與私人託管的中繼服務器一起使用。
|
||||
CMD_VpnAzureSetCustom_Args VpnAzureSetCustom [/SERVER:server:port] [/HOSTNAME:hostname] [/PASSWORD:password] [/LOADCERT:path] [/LOADKEY:path] [/VERIFY:yes|no] [/TRUSTCA:yes|no] [/SERVCERT:path]
|
||||
CMD_VpnAzureSetCustom_SERVER 指定 VPN Azure 伺服器的主機名稱和端口號。
|
||||
CMD_VpnAzureSetCustom_HOSTNAME 指定 VPN Azure 客戶端主機名稱。
|
||||
CMD_VpnAzureSetCustom_PASSWORD 指定 VPN Azure 客戶端的密碼。 如果不需要密碼,請留空。
|
||||
CMD_VpnAzureSetCustom_LOADCERT 指定用於客戶端證書認證的 X.509 格式證書文件。 如果不需要,請留空。
|
||||
CMD_VpnAzureSetCustom_LOADKEY 為證書指定 Base-64 編碼的私鑰文件名。 如果不需要,請留空。
|
||||
CMD_VpnAzureSetCustom_VERIFY 指定是否驗證 VPN Azure 伺服器的證書。
|
||||
CMD_VpnAzureSetCustom_TRUSTCA 指定在驗證 VPN Azure 伺服器時是否使用系統憑證存放區。
|
||||
CMD_VpnAzureSetCustom_SERVCERT 指定用於伺服器證書驗證的 X.509 格式證書文件。 如果不需要,請留空。
|
||||
CMD_VpnAzureSetCustom_Prompt_Server VPN Azure 伺服器地址和端口號:
|
||||
CMD_VpnAzureSetCustom_Prompt_Hostname VPN Azure 客戶端主機名稱(例如 vpn1234.myazure.net):
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientX 從檔案名……讀取用於客戶端身份驗證的 X.509 證書:\n如果客戶端不使用證書身份驗證,則留空。\n
|
||||
CMD_VpnAzureSetCustom_Prompt_ClientK 從檔案名……讀取用於客戶端身份驗證的私密金鑰:\n如果客戶端不使用證書身份驗證,則留空。\n
|
||||
CMD_VpnAzureSetCustom_Prompt_Verify 驗證 VPN Azure 伺服器的證書(是/否):
|
||||
CMD_VpnAzureSetCustom_Prompt_TrustCA 驗證 VPN Azure 伺服器時使用系統憑證存放區(是/否):
|
||||
CMD_VpnAzureSetCustom_Prompt_ServerX 從檔案名……讀取用於伺服器身份驗證的 X.509 證書:\n如果不需要,請留空。\n
|
||||
CMD_VpnAzureSetCustom_MSG_ClientCertLoaded 成功保存了一對證書和私鑰,用於客戶端身份驗證。
|
||||
CMD_VpnAzureSetCustom_MSG_ServerCertLoaded 已成功保存伺服器證書以進行伺服器驗證。
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user