Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page Tree
rootJET

 

Warning

This tutorial assumes that you are using VirtualBox 5.2.6

 

If you want to connect to JET machines via VPN you can use Virtual Machine. There are few benefits here:

  1. your network traffic doesn't go via JET's VPN - only one from Virtual Machine
  2. you don't have to install all the components by yourself

Download and install Virtual Box

https://www.virtualbox.org/wiki/Downloads

Make sure to install Extension Pack

VirtualBox 5.2.6 Oracle VM VirtualBox Extension Pack - you can find it on Download page

Download Virtual Machine from Gateway

Code Block
languagebash
$SWITMDIR/resources/jet/JETVPN.tar.gz

Install JETVPN inside Virtual Box

Image Removed

 

Start the machine

Image Removed

 

Log in

Image Removed

Code Block
user: jetvpn
pass: jetvpn

 

Start two Terminal sessions

Image Removed

 

Start VPN tunnel

  1. in Terminal 1 make sure to change your user to root and establish tunnel
    1. change user to root

      Image Removed

      Code Block
      su -
      # password for user root is: jetvpn
    2. start tunnel by calling script ./connect.sh

      Code Block
      ./connect $USER_NAME         # user name is exactly the same as one that you use in JET
      ...
      ...
      VPN account password:
    3. once asked for password provide it in form

      Code Block
      PPPPKKKKKK
      # where 
      # PPPP is your PIN code
      # KKKKKK is a value from your RSA SecurID
    4. Tunnel should be up and running
      Image Removed

Start VPN connection

Inside Terminal 2 start script that runs VNC client

Code Block
./vnc.sh

Image Removed

Connect to target machine

Connect to target machine via VNC - as usual

Image Removed