To enable PPP on your OpenVZ VPS:

  1. Log into SolusVM and Enable PPP.
  2. Reboot your VPS.
  3. Log into SSH.
  4. 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.

Was this answer helpful? 83 Users Found This Useful (108 Votes)