Mikrotik: VPN PPTP

From OnnoWiki
Revision as of 05:45, 19 February 2022 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search
/interface pptp-server server set enabled=yes
/interface pptp-server server set enabled=yes default-profile=contoh-profile
/ip pool
add name=ppp-pool ranges=172.16.0.100-172.16.0.200
/ppp profile
add local-address=172.16.0.1 name=contoh-profile remote-address=ppp-pool use-encryption=required
/ppp secret
add name=onno password=123456 profile=contoh-profile
add name=test password=123456 profile=contoh-profile
add name=admin password=123456 profile=contoh-profile


Referensi