How to fix connection problems in TryHackMe
If you are unable to get your Kali virtual machine to connect to the TryHackMe network …follow the instructions below to fix the issue
Open cmd in your kali machine and run the following command:-
sudo ifconfig eth0 mtu 1200
After running this command ..then run the usual…
sudo openvpn /path-to-file/file.ovpn
The issue is now resolved :)
Comments
Post a Comment