Skip to content

Latest commit

 

History

History
94 lines (48 loc) · 3.93 KB

installing_on_vbox_guide.md

File metadata and controls

94 lines (48 loc) · 3.93 KB

Installing on VirtualBox Guide

If you don't have VirtualBox installed, please download it here and follow the appropriate installation instructions for your host computer's operating system.

Detailed How To

Step 0: Before we begin, it's important to have a host-only network set up on Virtualbox. If you don't have one, go to Preferences -> Network -> Host-Only Networks

Host Only 1

If the list is empty, please click on the Add button the right to create a Host-Only network.

Then, double-click on the vboxnet0 network option.

You should see something like this:

Host Only 2

Click on DHCP Server tab and click on Enable Server.

Host Only 3

Click Ok and exit.

Step 1: Open VirtualBox and select File -> Import Appliance from the menu.

Step 1

Step 2: Select the Red PNDA OVA file from its current location.

Step 2

Click "Continue"

Step 3: Click "Import". It is not recommended to adjust the default OVA settings.

Step 3

Step 4: You should now see the Virtual Machine image installed and ready to go.

Step 4

Step 5: It is recommended that you create a 'linked clone' of the base VM. In case there's a problem, you are able to quickly create a new working image without reinstalling from the OVA file.

Right Click on the Red PNDA VM and click on "Clone".

Step 5

Click "Continue"

Step 6: Click on "Linked Clone" and click "Clone" again.

Step 6

Step 7: Press "Start" to boot the cloned VM.

Step 8: Use the default credentials (pnda/pnda) to login.

Step 9: Run ifconfig command to check which network interface is reachable from host machine. In this example eth0 is the active interface.

Step 8

Step 10: Run the following command:

sudo bash /home/pnda/assign-ip.sh eth0

If prompted for a password, enter pnda

Step 9

Open a browser and navigate to reachable address. In this example, the address is 192.168.56.101:

Step 10

Congratulations! You've successfully installed Red PNDA.

Important

By default a 'host-only' network adapter is provided. By using this type of adapter, you’ll be able to access a private, virtual network consisting solely of your host and any guest virtual machines. Any of the guest virtual machines can access each other, but you can't access outside traffic i.e. reach the Internet.

If you need internet access, you have two options:

  • Consider changing the network adapter's 'attached to' setting from 'Host-Only' to 'Bridged'.

Bridged Adapter

  • Add a second adapter with the adapter's 'attached to' setting set to 'NAT'.

NAT

If you do add a second network adapter, be careful not be specify the interface listing eth0 IP for the Step 9 listed above.

Be sure to reboot your VM if you change the network settings and run the assign-ip.sh script as shown in Step 10 above.