Skip to content

Troubleshooting bash script for the TryHackMe OpenVPN connection pack

Notifications You must be signed in to change notification settings

L4Lu/openvpn-troubleshooting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

TryHackMe OpenVPN Troubleshooting Script

Script to troubleshoot connectivity to the TryHackMe network using OpenVPN on Linux.

Usage:

  • Download the thm-troubleshoot script. Saving it to the same place as your OpenVPN configuration pack (~/Downloads by default) is advisable, but not essential.
  • In your Linux terminal, make the script executable with chmod +x <path-to-script>. If you downloaded the script to your Downloads folder, this will be chmod +x ~/Downloads/thm-troubleshoot.
  • Run the script by typing sudo followed by the path to the script into your terminal and pressing enter. If the script is in your downloads, it will be the following command: sudo ~/Downloads/thm-troubleshoot.
  • The script will instruct you on how to proceed from there.

Disclaimer -- this script is designed to work on Kali, Ubuntu, or other Debian based systems to solve basic OpenVPN errors. If you're using a non-recommended distribution then it is assumed that you can also troubleshoot these errors manually

Any question or issues (or if connectivity problems persist), please ask in the TryHackMe Discord server. Happy Hacking!

About

Troubleshooting bash script for the TryHackMe OpenVPN connection pack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%