Enabling PPP Print

  • 100

To enable PPP on your OpenVZ VPS:
  1. Log into Admin Interface you find in custom area and Enable PPP.
  2. Reboot your VPS.
  3. Log into SSH.
  4. Run the following commands as root:
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?

« Back