Skip to content

Commit

Permalink
Merge pull request #165 from drpotters/appworld
Browse files Browse the repository at this point in the history
class6 minor changes to text
  • Loading branch information
lesleycw authored Dec 19, 2023
2 parents bd0bc7c + 22d9546 commit dab857f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Binary file added docs/class6/images/pingO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions docs/class6/module1/lab2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ From this Dashboard you can note the current **Site Admin State, Provider, SW ve
**Please DO NOT click "Upgrade" on any of the Sites!**


Instead, **Click** on the three dots under the **Actions** column at the far right of the screen of **"your animal"** Site and click on **Manage Configuration**. In this screenshot I was **busy-goblin**.
Instead, **Click** on the three dots under the **Actions** column at the far right of the screen of **"your animal"** Site and click on **Manage Configuration**. In this screenshot I was **busy-goblin**.
.. NOTE:: You may need to scroll horizontally inside the table to see the three dots at the righthand side. Alternately, you can zoom out (Ctrl -) on the page to see them.

|
Expand Down Expand Up @@ -266,7 +267,11 @@ From your UDF environment browser tab, click on **Access >> Web Shell** on the
**The workload in AWS has an IP address of 10.0.3.253**

Type **ping 10.0.3.253** and hit **Enter**. You **WILL NOT** get a response.
Type **ping -O 10.0.3.253** and hit **Enter**. You **WILL NOT** get a response. Continue the ping in the steps below.

.. NOTE:: -O is the uppercase letter "O"

.. image:: ../images/pingO.png

Back in the XC Console, navigate to **Multi-Cloud Network Connect >> Sites** and find your **"animal-name"**
Click the **3 buttons** under the **Action Menu** under **"your animal name"** and select **Manage Configuration**.
Expand Down Expand Up @@ -371,7 +376,7 @@ Next, push the keyboard "up arrow " and run the same command but targeted at por
Enhanced Firewall Policy
---------------------------------

You will now configure the F5 Distributed Cloud Enhanced Firewall to provide network security between these sites.
You will now configure the F5 Distributed Cloud Enhanced Firewall to provide network security between these sites. Custom Enhanced Firewall policies make it possible to define intent-based rules, such as allowing only traffic to/from sites wit a specific label, like "ves.io/fleet in 'student-fleet'"" in your deployed site above. Additional criteria for rules can include tags belonging to resources that live in public clouds, such as the AWS VPC name or any other discoverable attribute.

.. Note:: Due to lab architecture, we will only be able to configure the policies but not apply. We will show you the final step to apply your policy for reference, but you will not actually be able to apply or test.

Expand Down
4 changes: 3 additions & 1 deletion docs/class6/module2/lab3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ With **Network Connect** you connected routed networks with your CE Node which a

Now with **App Connect** you will be configuring our Regional Edges and your CE Nodes as Sofware-Defined-Proxies to provide connectivity between workloads. The CE's can do both functions simultaneously!!

In the **Side menu** under **Manage** click on **Load Balancers** >> **Origin Pools** and click the **Add Origin Pool** button.
In the **Side menu** select service **Multi-Cloud App Connect**, then navigate to **Manage** click on **Load Balancers** >> **Origin Pools** and click the **Add Origin Pool** button.


AWS Origin Pool
Expand Down Expand Up @@ -137,6 +137,8 @@ Select Network on the site Inside Network

Click **Apply**.

Health Checks: Under “Health Check object” click the **Select Item** dropdown and choose the object that you created previously for the AWS origin pool. The name of the health check should be [animal-name]/[animal-name]-http.

Your config should look like this:

|
Expand Down

0 comments on commit dab857f

Please sign in to comment.