VPN (VirtualPrivateNetwork) refers to the technology for establishing a private network on a public network. VPN is a remote access technology that uses public links to build private networks. It mainly uses tunnel technology, encryption and decryption technology, key management technology, and user and device identity authentication technology. Method 1: 1) set vpn & mdash; & gt; Set General & mdash; & gt; Gatew in sequence
Virtual Private Network (VPN) refers to the technology for establishing a Private Network on a public Network.
VPN is a remote access technology that uses public links to build private networks. It mainly uses tunnel technology, encryption and decryption technology, key management technology, and user and device identity authentication technology.
Method 1:
1) set vpn settings-> set General-> Gateway, Optional-> User name + Password-> and remove "Availabel to all users"
2) Advanced-> select "Use Point-to-Point encryption (MPPE)"-> remove "MSCHAP" and OK
Symptoms:
Click Connect vpn on Ubuntu to display "VPN service startup failed"
Open the terminal and run sudo vim/var/log/syslog To view the system logs:
Apr 11 01:27:55 mvc-PC NetworkManager [2652]: VPN plugin state changed: 3
Apr 11 01:27:55 mvc-PC NetworkManager [2652]: VPN connection 'vpn pa' (Connect) reply already ed.
Apr 11 01:27:55 mvc-PC NetworkManager [2652]: VPN connection 'vpn pa' failed to connect: 'No VPN secrets! '.
Apr 11 01:27:55 mvc-PC NetworkManager [2652]: error disconnecting VPN: cocould not process the request because no VPN connection was active.
The prompt here is: "No VPN secrets !", Ubuntu develops a security policy called keyring (key ring) for network connection operations, that is, the network can be used only after the key ring authentication.
Open the system-> preferences-> password and encryption key to view the vpn that was previously set and can be used normally. The newly set vpn has no relevant records.