Skip to content

Commit 73a225a

Browse files
authored
Merge pull request #43 from f5devcentral/develop
lab6 updates for 301
2 parents e206c74 + 8e9a79b commit 73a225a

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

docs/class8/module06/lab1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Open BIG-IP TMSH and TCPDump session
4141
Establish ftp connection
4242
------------------------
4343

44-
In this task you will open a third terminal window and establish an FTP session through the **ftp\_vs** virtual server. With the connection remaining open you will view the results in window1 (tcpdump) and window2 (tmsh).
44+
In this task you will open a command prompt window and establish an FTP session through the **ftp\_vs** virtual server. With the connection remaining open you will view the results in window1 (tcpdump) and window2 (tmsh).
4545

4646
#. Open a third command/terminal window (window3). Use a Command Prompt from the JumpBox for this step.
4747

@@ -69,7 +69,7 @@ In this task you will open a third terminal window and establish an FTP session
6969

7070
*Q2. What is source ip and port as seen by ftp server in the example above?*
7171

72-
*Q3. What happened to the original client IP address and where did 10.1.20.249 come from?*
72+
*Q3. What happened to the original client IP address and where did 10.1.10.249 come from?*
7373

7474
.. HINT::
7575
You may have to review the configuration of **ftp\_vs** to determine

docs/class8/module06/lab2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Test the FTP packet filter
4545

4646
*Q5. Prioritize the packet processing order below from 1-7:*
4747

48-
#. Virtual Server\_\_\_ SNAT\_\_\_ AFM/Pkt Filter\_\_\_ NAT\_\_\_ Existing Connections\_\_\_ Self IP\_\_\_ Drop \_\_\_
48+
Virtual Server\_\_\_ SNAT\_\_\_ AFM/Pkt Filter\_\_\_ NAT\_\_\_ Existing Connections\_\_\_ Self IP\_\_\_ Drop \_\_\_
4949

5050
#. Review the Packet Filter Logs and Packet Filter Statistics, then disable the Packet Filters.
5151

docs/class8/module06/lab4.rst

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,15 @@ IP Forwarding Virtual Server
2020

2121
route add 10.1.20.0 mask 255.255.255.0 10.1.10.245
2222
23-
#. Linux (enter the user password when prompted)::
24-
25-
sudo route add -net 10.1.20.0/24 gw 10.1.10.245
26-
27-
#. Enter **f5DEMOs4u** if prompted for a password.
28-
29-
#. Verifiy your route has been added (works for Windows and Linux)::
23+
#. Verifiy your route has been added::
3024

3125
netstat -r
3226
3327
#. Open up statistics for **forward-to-servernet** and from the jumpbox terminal window test access to the 10.1.20.0/24 subnet:
3428

3529
- ping 10.1.20.11
36-
- nslookup hackzon.f5demo.com 10.1.20.12 (windows) or dig @10.1.20.12 hackazon.f5demo.com (linux)
37-
- http://10.1.20.13 (from a browser) or curl 10.1.20.13 (linux)
30+
- nslookup hackazon.f5demo.com 10.1.20.12 (windows)
31+
- http://10.1.20.13 (from a browser)
3832

3933
By the way, if you take a look at the iApp templates you will find one for building IP Forwarding virtual servers.
4034

@@ -49,8 +43,8 @@ Build your transparent pool and virtual server
4943

5044
*Q1. Why did we use gateway\_icmp? What other kind of monitor could we have used?*
5145

52-
#. Create a virtual server called **transparent-vs** with a IP address of **10.1.10.95** with with the wildcard port ``*``, since we can't put any L7 profiles on this virtual server a virtual server type of **Performance (Layer 4)** will
53-
be more efficient, Finally configure **transparent-pool** as the virtual server pool.
46+
#. Create a virtual server called **transparent-vs** with a IP address of **10.1.10.95** with the wildcard port ``*``, since we can't put any L7 profiles on this virtual server a virtual server type of **Performance (Layer 4)** will
47+
be more efficient, Finally configure **transparent-pool** as the virtual server pool. Don't forget to set SNAT Automap.
5448

5549
.. NOTE::
5650
Open the Advanced menu and notice that Address Translation is still enabled, but

0 commit comments

Comments
 (0)