From d7ea019f5f0e6e550ffe27942d61610fcda9f5f6 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 11 May 2019 15:28:43 -0400 Subject: [PATCH] Mention alternatives like ngrok, serveo, remot3.it & TeamViewer --- install-support | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install-support b/install-support index 2c4d98875..a80fc83a0 100755 --- a/install-support +++ b/install-support @@ -48,4 +48,7 @@ echo -e " 1. Check your Internet connection: run 'ping 8.8.8.8' and 'ping mit.e echo -e " 2. Run 'ip a' and look for a 'tun0' IP address like 10.8.0.x" echo -e " 3. Check your OpenVPN connection: run 'ping 10.8.0.1'" echo -e " 4. Sometimes waiting a minute helps -- then retry steps 2 and 3" -echo -e " 5. If necessary, run 'systemctl restart openvpn@xscenet'\n\n" +echo -e " 5. If necessary, run 'systemctl restart openvpn@xscenet'" +echo -e " 6. Read 'How can I remotely manage my Internet-in-a-Box?' at" +echo -e " http://FAQ.IIAB.IO to learn about alternatives like ngrok," +echo -e " serveo, remot3.it and TeamViewer\n\n"