Instalasi PPTP: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 35: | Line 35: | ||
* [[Instalasi OpenVPN]] | * [[Instalasi OpenVPN]] | ||
* [[Linux Howto]] | * [[Linux Howto]] | ||
* [[OpenWRT: Setup PPTP VPN Server]] | |||
[[Category: Linux]] | [[Category: Linux]] | ||
Revision as of 03:09, 24 April 2013
cek apakah kernel yang anda gunakan mendukung untuk melakukan MPPE.
# modprobe ppp-compress-18 && echo success
Instalasi PPTP
# apt-get install pptpd
Edit /etc/pptpd.conf
# vi /etc/pptpd.conf
Pastikan ada alokasi IP address
localip 192.168.0.1 remoteip 192.168.0.234-238,192.168.0.245
Restart PPTP
# /etc/init.d/pptpd restart
Menambahkan User PPTP ke PPP Password
# echo "username pptpd password *" >> /etc/ppp/chap-secrets