VPN SERVER内部処理に時間がかかりすぎではないでしょうか?
黄色から緑色までの時間で、遅れが2秒程度あります。
添付A:
Code: Select all
2026-02-16 18:00:26.583 For the client (IP address: 192.168.0.2, host name: "192.168.0.2", port number: 53529), connection "CID-2" has been created.
2026-02-16 18:00:26.590 [OpenVPN] 192.168.0.2:53529 -> 192.168.0.113:443 (TCP): Session created.
2026-02-16 18:00:26.590 OpenVPN Session 1 (192.168.0.2:53529 -> 192.168.0.113:443) Channel 0: A new channel is created.
2026-02-16 18:00:26.694 OpenVPN Session 1 (192.168.0.2:53529 -> 192.168.0.113:443) Channel 0: Option Strings Received: "V4,dev-type tun,link-mtu 1559,tun-mtu 1500,proto TCPv4_CLIENT,cipher AES-128-CBC,auth SHA1,keysize 128,key-method 2,tls-client"
2026-02-16 18:00:26.694 OpenVPN Session 1 (192.168.0.2:53529 -> 192.168.0.113:443) Channel 0: Client certificate is not provided, will use password authentication.
2026-02-16 18:00:26.694 OpenVPN Session 1 (192.168.0.2:53529 -> 192.168.0.113:443) Channel 0: Option Strings to Send: "V4,dev-type tun,link-mtu 1559,tun-mtu 1500,proto TCPv4_SERVER,cipher AES-128-CBC,auth SHA1,keysize 128,key-method 2,tls-server"
2026-02-16 18:00:28.520 On the TCP Listener (Port 0), a Client (IP address 192.168.0.2, Host name "192.168.0.2", Port number 53529) has connected.
2026-02-16 18:00:28.520 For the client (IP address: 192.168.0.2, host name: "192.168.0.2", port number: 53529), connection "CID-3" has been created.
2026-02-16 18:00:28.520 SSL communication for connection "CID-3" has been started. The protocol version is (null). The encryption algorithm name is "(null)".
2026-02-16 18:00:28.536 [HUB "VPN"] The connection "CID-3" (IP address: 192.168.0.2, Host name: 192.168.0.2, Port number: 53529, Client name: "OpenVPN Client", Version: 5.02, Build: 5187) is attempting to connect to the Virtual Hub. The auth type provided is "External server authentication" and the user name is "USER".
2026-02-16 18:00:28.536 [HUB "VPN"] Connection "CID-3": Successfully authenticated as user "USER".
2026-02-16 18:00:28.536 [HUB "VPN"] Connection "CID-3": The new session "SID-USER-[OPENVPN_L3]-2" has been created. (IP address: 192.168.0.2, Port number: 53529, Physical underlying protocol: "Legacy VPN - OPENVPN_L3")
2026-02-16 18:00:28.536 [HUB "VPN"] Session "SID-USER-[OPENVPN_L3]-2": The parameter has been set. Max number of TCP connections: 1, Use of encryption: Yes, Use of compression: No, Use of Half duplex communication: No, Timeout: 20 seconds.
2026-02-16 18:00:28.552 [HUB "VPN"] Session "SID-USER-[OPENVPN_L3]-2": VPN Client details: (Client product name: "OpenVPN Client", Client version: 502, Client build number: 5187, Server product name: "SoftEther VPN Server Developer Edition (64 bit) (Open Source)", Server version: 502, Server build number: 5187, Client OS name: "OpenVPN Client", Client OS version: "-", Client product ID: "-", Client host name: "00:e0:4c:02:05:11", Client IP address: "192.168.0.2", Client port number: 53529, Server host name: "192.168.0.113", Server IP address: "192.168.0.113", Server port number: 443, Proxy host name: "", Proxy IP address: "0.0.0.0", Proxy port number: 0, Virtual Hub name: "VPN", Client unique ID: "7B46E048C6983532D3B008F56874385E")
2026-02-16 18:00:30.553 [HUB "VPN"] Session "SID-LOCALBRIDGE-1": The DHCP server of host "00-1D-73-83-16-48" (192.168.11.1) on this session allocated, for host "SID-USER-[OPENVPN_L3]-2" on another session "CA-C5-6D-30-13-4A", the new IP address 192.168.11.3.
2026-02-16 18:00:30.565 OpenVPN Session 1 (192.168.0.2:53529 -> 192.168.0.113:443) Channel 0: The channel becomes the established state.
2026-02-16 18:00:30.568 OpenVPN Session 1 (192.168.0.2:53529 -> 192.168.0.113:443) Channel 0: The IP address and other network information parameters are set successfully. IP Address of Client: 192.168.11.3, Subnet Mask: 255.255.255.0, Default Gateway: 192.168.11.1, DNS Server 1: 192.168.11.1, DNS Server 2: , WINS Server 1: , WINS Server 2:
2026-02-16 18:00:30.568 OpenVPN Session 1 (192.168.0.2:53529 -> 192.168.0.113:443) Channel 0: The full strings replied: "PUSH_REPLY,ping 3,ping-restart 30,topology subnet,ifconfig 192.168.11.3 255.255.255.0,dhcp-option DNS 192.168.11.1,route-gateway 192.168.11.1,redirect-gateway def1,block-outside-dns"
2026-02-16 18:01:47.085 [OpenVPN] 192.168.0.2:53529 -> 192.168.0.113:443 (TCP): Session deleted.
2026-02-16 18:01:47.085 Connection "CID-2" has been terminated.
2026-02-16 18:01:47.085 The connection with the client (IP address 192.168.0.2, Port number 53529) has been disconnected.
2026-02-16 18:01:47.085 [HUB "VPN"] Session "SID-USER-[OPENVPN_L3]-2": The session has been terminated. The statistical information is as follows: Total outgoing data size: 20537 bytes, Total incoming data size: 20269 bytes.
2026-02-16 18:01:47.127 Connection "CID-3" terminated by the cause "The VPN session has been deleted. It is possible that either the administrator disconnected the session or the connection from the client to the VPN Server has been disconnected." (code 11).
2026-02-16 18:01:47.127 Connection "CID-3" has been terminated.
2026-02-16 18:01:47.127 The connection with the client (IP address 192.168.0.2, Port number 53529) has been disconnected.
