IPsec/L2TP VPN Auto Install Script for CentOS/RHEL
第一步,確認已經執行
yum -y update
安裝 yum -y wget
執行 wget https://gist.github.com/hwdsl2/e9a78a50e300d12ae195/raw/85f8ca3ead446d8fb84143688000835ffa7e1d62/vpnsetup.sh
執行 chmod +x vpnsetup.sh
執行 ./vpnsetup.sh
接下來等待安裝結束就可以使用
最後到 vim /etc/ppp/chap-secrets 修改您的 username & password
默認的 PSK為 : your_very_secure_key
參考文章:https://gist.github.com/hwdsl2/e9a78a50e300d12ae195