Table of Contents

Prerequisites


Download OpenVPN from here: https://swupdate.openvpn.org/community/releases/openvpn-install-2.4.3-I602.exe

Setting Up The Environment

In your mail from Stephan Gooch there is a .7z file. Extract it into a folder on your pc.

Make sure that after the extraction there's a txt file containing your credentials to the environment and and .ovpn file


Make the following stages in order to set up the environment:

  1. Start the openVPN GUI application and a message should appear on the screen. click on OK and see that a small monitor icon as appeared in your task bar:
  2. When working behind a proxy you need to configure it in the settings. Right click on the icon and choose settings. in there go to proxy tab and select "Manual Configuration" and "HTTP Proxy" and enter the wanted proxy values:
  3. Import the *.ovpn file, click on the Right click on the icon and choose import file. Chose the *.ovpn you've extracted previously.

  4. After finishing all the previous stages we'll need to connect. In order to do that right click once again on the icon and click on connect. When prompted to enter User Authentication, enter the values from the txt file extracted earlier:



  5. After that you'll need to enter your proxy credentials. Username should be you atuid and Password you PC password. Click OK to continue:


  6. After that you should be done. Make sure you're seeing a green monitor symbol on your task bar:


Accessing The Environment

In order to access the jumpstation login into this address: 10.12.25.44 using putty and use the credentials from the txt file to login.

In order to access the UI enter this address in your browser: 10.12.25.2 one again use the credentials from the txt file to login.

To access a specific instance follow this steps:

  1. Go to Openstack portal from browser: http://10.12.25.2/ and login with your credentials.

  2. On the main screen of the portal in the left panel select Project->Compute->Instances and you'll see a list of ONAP VMs and the IPs.
    This IPs you'll use to login to ONAP portal and ssh to VMs are the external ones(12.12.5.x)

  3. Login to the jumpstation with ssh and copying the private key frrom to machine to your local machine

  4. Now you can use ssh with the private key from the previous step to access the wanted machine



  • No labels