Difference between revisions of "CMU OpenVPN Implementation"
From CMU ITSC Network
(Created page with "== บทนำ ==") |
|||
Line 1: | Line 1: | ||
== บทนำ == | == บทนำ == | ||
+ | บทความนี้เป็นการ implement [https://openvpn.net/ OpenVPN] Server ที่ให้ user log in ด้วย account ที่อยู่บน directory ขององค์กรโดยใช้ protocol [https://en.wikipedia.org/wiki/RADIUS radius] โดยตัวอย่างจะใช้ server เป็น Ubuntu 18.04 | ||
+ | |||
+ | == การติดตั้ง == | ||
+ | <syntaxhighlight lang=bash> | ||
+ | sudo apt-get update && sudo apt-get install openvpn easy-rsa | ||
+ | </syntaxhighlight> |