====== OpenVPN 安裝與設定 ====== * OpenVPN 官方網站 : http://openvpn.net/ ===== - Server 端 ===== ==== - 下載安裝最新版 OpenVPN 與相關 Lib ==== wget http://www.oberhumer.com/opensource/lzo/download/lzo-2.03.tar.gz tar -zxvf lzo-2.03.tar.gz cd lzo-2.03 ./configure make make check make test make install wget http://openvpn.net/release/openvpn-2.0.9.tar.gz tar -zxvf openvpn-2.0.9.tar.gz cd openvpn-2.0.9 ./configure make make install ==== - 準備好相關憑證檔案 ==== ==== - 設定 Server 端參數 ==== ===== 參考網址 ===== * http://openvpn.net/index.php/documentation/howto.html {{tag>openvpn vpn ssl draft}}