標籤

2023年4月6日 星期四

VPN 出現 no ppp control protocols configured

Ways to fix the VPN No PPP Control Protocols Configured Error



Method 1: Reinstall the WAN Mini Port (IP) Device from Device Manager

1. Right-click the Windows Start button and select Device Manager.

2. Find the WAN Miniport (IP) Device under Network adapters

3. Right-click the WAN Miniport (IP) device and click Uninstall device.

4. Confirm the Uninstallation.

5. Select “Scan for hardware changes” from Device Manager >> Action, then the WAN Miniport device will be installed automatically.

6. Run Smart VPN Client. VPN should be able to dial-up now.
Method 2: Reset the TCP/IP stack with the “netsh int ip reset” command

1. Enter “cmd” from the Windows search menu and select Run as administrator to open Command Prompt App.

2. Enter the command “netsh int ip reset” to reset the TCP/IP settings in the Network adapters.

Note that the PPP link error may also happen when the client fails to get an IP address from the VPN server. We may check the VPN server’s log if the above method doesn’t solve the issue.

使用 DiskSpd 測試磁碟效能

  DiskSpd 是微軟創建的命令行磁碟測試工具。它結合了強大的IO工作負載定義來測量磁碟效能。由於它支援自由配置和調整參數,使其成為存儲效能測試、驗證和基準測試的理想工具。 步驟 1. 從 GitHub (說明) https://github.com/Microsoft/di...