Load PPTPD VPN Openvz

Untuk melakukan load kernel PPTPD VPN pada system OpenVZ di linux dapat dilakukan dengan beberapa tahapan sebagai berikut

 

Login ke Node Master dari VM, dan jalankan perintah untuk melakukan load tun & PPTPD di :

  • #modprobe tun
  • #modprobe ppp-compress-18
  • #modprobe ppp_mppe
  • #modprobe ppp_deflate
  • #modprobe ppp_async
  • #modprobe pppoatm
  • #modprobe ppp_generic
  • #modprobe ppp_mppe
  • #modprobe ppp_deflate
  • #modprobe zlib_deflate
  • #modprobe ppp_async
  • #modprobe ppp_generic
  • #modprobe slhc
  • #modprobe crc_ccitt

Tahapan selanjutnya adalah dengan melakukan pengetesan dengan system di node OpenVZ dengan perintah :

  • # /usr/sbin/pppd

Output yang di hasilkan kurang lebih sebagai berikut :

~?}#?!}!}!} }4}”}&} } } } }%}&)Q?}4}’}”}(}”p})

 

Jika output tersebut telah keluar maka tahapan untuk load tun & pptpd sudah selesai 🙂