To enable PPP on your OpenVZ VPS:
- Log into SolusVM and Enable PPP.
- Reboot your VPS.
- Log into SSH.
- Run the following commands as root:
yum (or apt-get) install ppp
mknod /dev/ppp c 108 0
chmod 600 /dev/ppp
/usr/sbin/pppd
Reboot if needed and repeat the last line above.