master
Raw Download raw file

Lab 4 - DevStack Security Groups & Floating IP

Lab Objectives:

  1. Become familiar with adding a Floating IP Address
  2. Become familiar with adding Security Groups

Create and apply a Floating IP address

  1. Navigate to: Project > Compute > Instances

  2. Add a floating IP address to a running instance

    Add Floadint IP Add Floadint IP

  3. From the hypervisor that the instance is running inside ssh into the node using the Floating IP address

    :red_circle: TODO: get a screen shot of this SSH Test

Create and apply a Security Group

  1. Login to the OpenStack Horizon Web Interface by navigating your browser to the public IP address of the controller

  2. :red_circle: TODO: login as user?

  3. Navigate to: Project > Compute > Access > Create Security Group

    Create Security Group Create Security Group

  4. Manage the new group and add an SSH rule

    Manage Group Add Rule Create Rule

  5. Create another rule for HTTPS, the resulting Security Group should look like this:

    New Rules

  6. Add the security group to a running instance

    Add Security Group Add Security Group

    Click the + on the Basic line and then Save

Rinse && Repeat

  1. Associate a Floating IP and Security Group with your other instance

  2. Log in to both and test connectivity between both Floating IP addresses for your other instance

    :red_circle: TODO: get a screenshot of this Cirros1 to Cirros2

Next Lab