Connecting Using VPN
Client-based VPN - software that allows to connect directly in to company network
SSL VPN - uses web browser as a VPN client
Usage of a VPN service does not guarantee anonymity or privacy
Connect to HTB platform
sudo openvpn user.ovpn
Check that you are successfully connected
Initialization Sequence Completed
Check the tun0: adapter under ifconfig
Check what networks you can access when VPN connection is established
netstat -rn
Last updated