Difference between revisions of "CMU OpenVPN Implementation"

From CMU ITSC Network
Line 4: Line 4:
 
== การติดตั้ง ==
 
== การติดตั้ง ==
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
 +
sudo add-apt-repository universe
 
sudo apt-get update && sudo apt-get install openvpn easy-rsa
 
sudo apt-get update && sudo apt-get install openvpn easy-rsa
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 10:10, 10 December 2018

บทนำ

บทความนี้เป็นการ implement OpenVPN Server ที่ให้ user log in ด้วย account ที่อยู่บน directory ขององค์กรโดยใช้ protocol radius โดยตัวอย่างจะใช้ server เป็น Ubuntu 18.04

การติดตั้ง

sudo add-apt-repository universe
sudo apt-get update && sudo apt-get install openvpn easy-rsa