1
0
mirror of synced 2024-11-22 04:56:03 +03:00

Display VPN details after install

This commit is contained in:
hwdsl2 2016-04-17 16:55:44 -05:00
parent e8b8faca62
commit 8e388a07d3
2 changed files with 30 additions and 2 deletions

View File

@ -398,5 +398,19 @@ fi
/usr/sbin/service xl2tpd start /usr/sbin/service xl2tpd start
echo echo
echo 'Congratulations! IPsec/L2TP VPN server setup is complete!' echo '============================================================'
echo 'IPSec/L2TP VPN server setup is complete!'
echo
echo 'Connect to your new VPN with these credentials:'
echo
echo "Server IP: $PUBLIC_IP"
echo "IPSec PSK: $IPSEC_PSK"
echo "Username: $VPN_USER"
echo "Password: $VPN_PASSWORD"
echo '============================================================'
echo
echo 'Please read IMPORTANT NOTES at the URL below:'
echo 'https://github.com/hwdsl2/setup-ipsec-vpn#important-notes'
echo
exit 0 exit 0

View File

@ -436,5 +436,19 @@ fi
/sbin/service xl2tpd start /sbin/service xl2tpd start
echo echo
echo 'Congratulations! IPsec/L2TP VPN server setup is complete!' echo '============================================================'
echo 'IPSec/L2TP VPN server setup is complete!'
echo
echo 'Connect to your new VPN with these credentials:'
echo
echo "Server IP: $PUBLIC_IP"
echo "IPSec PSK: $IPSEC_PSK"
echo "Username: $VPN_USER"
echo "Password: $VPN_PASSWORD"
echo '============================================================'
echo
echo 'Please read IMPORTANT NOTES at the URL below:'
echo 'https://github.com/hwdsl2/setup-ipsec-vpn#important-notes'
echo
exit 0 exit 0