Bookmark and Share Subscribe

openvpn 一鍵安裝

# openvpn 一鍵安裝


(O) https://github.com/Nyr/openvpn-install

(X) 坑, 有bug , 不要用  https://github.com/hwdsl2/openvpn-install


---//檢查有無運行 openvpn 

sudo netstat -tunlp | grep openvpn


//自動啟動

sudo systemctl enable openvpn

sudo systemctl start openvpn

sudo systemctl status openvpn

sudo systemctl status openvpn@server


//除錯

sudo journalctl -xe


// 設定檔案

sudo nano /etc/openvpn/server/server.conf


//一定要加這個參數 , 多裝置可以同時用同組 opvn

sudo nano /etc/openvpn/server/server.conf

duplicate-cn


0 意見:

張貼留言

top