From 148883867a3c8b07816c983ba52c7646cfc32a91 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 17 May 2019 00:32:03 -0400 Subject: [PATCH] /usr/bin/iiab-support (better) explains OpenVPN --- roles/openvpn/templates/iiab-support | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/roles/openvpn/templates/iiab-support b/roles/openvpn/templates/iiab-support index 35a5ae4f9..18d0b7be9 100644 --- a/roles/openvpn/templates/iiab-support +++ b/roles/openvpn/templates/iiab-support @@ -73,10 +73,12 @@ for i in {40..16} ; do echo -en "\e[48;5;${i}m \e[0m" ; done echo -e "\n\n 1. Check your Internet connection: run 'ping 8.8.8.8' and 'ping mit.edu'" echo -e " 2. Check your OpenVPN connection: run 'ping 10.8.0.1'" echo -e " 3. Run 'ip a' and look for a 'tun0' IP address like 10.8.0.x" -echo -e " 4. If necessary, run 'systemctl restart openvpn' which will" -echo -e " effectively run 'systemctl restart openvpn@xscenet' for you." +echo -e " 4. If necessary, run 'systemctl restart openvpn' which should" +echo -e " run 'systemctl restart openvpn@xscenet' for you." echo -e " 5. Sometimes waiting a minute helps -- retry steps 2 and 3 to monitor." -echo -e " 6. Read 'How can I remotely manage my Internet-in-a-Box?' at" +echo -e " 6. If in future you want to disable OpenVPN connections to-and-from your" +echo -e " Internet-in-a-Box (IIAB) please run 'iiab-support-off' at that time." +echo -e " 7. Read 'How can I remotely manage my Internet-in-a-Box?' at" echo -e " http://FAQ.IIAB.IO to learn about DIY remote support alternatives" echo -e " like ngrok, serveo, remot3.it and TeamViewer.\n"