Enable Point-to-Point Protocol for VPN and dial-up connections.
PPP (Point-to-Point Protocol) is a data link layer protocol used to establish a direct connection between two network nodes. It's commonly used for:
To enable PPP on your OpenVZ VPS, follow these steps:
After enabling PPP in SolusVM, you must reboot your VPS for the changes to take effect. You can do this from the SolusVM control panel or via SSH.
After rebooting, log into your VPS via SSH and load the PPP module:
modprobe ppp_asyncYou can verify that PPP is working with:
cat /dev/ppp
# Should return: "cat: /dev/ppp: No such device or address"
# This actually means PPP is working correctlyOnce PPP is enabled, you can use it with: