mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
/usr/bin/iiab-support (better) explains OpenVPN
This commit is contained in:
parent
f65ee3e598
commit
148883867a
1 changed files with 5 additions and 3 deletions
|
@ -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 "\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 " 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 " 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 " 4. If necessary, run 'systemctl restart openvpn' which should"
|
||||||
echo -e " effectively run 'systemctl restart openvpn@xscenet' for you."
|
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 " 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 " http://FAQ.IIAB.IO to learn about DIY remote support alternatives"
|
||||||
echo -e " like ngrok, serveo, remot3.it and TeamViewer.\n"
|
echo -e " like ngrok, serveo, remot3.it and TeamViewer.\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue