TryHackMe: OpenVPN — Write-Up

Danish Zia
2 min readApr 15, 2020

--

Figure 1.1

Hi,

This article is about OpenVPN created by TryHackMe on TryHackMe. It is free room and everyone can join it.

Description: A guide to connecting to our network using OpenVPN.

This room teaches us how we can connect with other network using OpenVPN. Let’s get started,

First of all download the configuration file from access page below More menu as shown in figure 1.2 below:

Figure 1.2

If you have already installed openvpn on your machine that great otherwise you can install by typing following command:

sudo apt-get install openvpn

Once you have installed openvpn on your machine then go the the directory of that configuration file and there type following command as shown in figure 1.3 below:

openvpn Filename.ovpn

Figure 1.3

It will start connecting and when terminal show you regarding sequence completed as shown in figure 1.4 message that’s mean your vpn is connected with the network of TryHackMe.

Figure 1.4

Now you can access their machines. To confirm that just enter command:

ifconfig

You will see a tun0 adapter working on your machine.

Now deploy the machine:

Figure 1.5

IP_Address of deployed machine:

Figure 1.6

Note: When you deploy machine for yourself you might get different IP_Address of machine at that particular time.

Now access machine from web browser:

Figure 1.7

Hurrah! We have completed this OpenVPN Challenge. Thanks for staying till here.

If you like this article, then please support on Patreon. So that I keep writing articles like these.

--

--

Danish Zia
Danish Zia

No responses yet