You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/class8/module06/lab1.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Open BIG-IP TMSH and TCPDump session
41
41
Establish ftp connection
42
42
------------------------
43
43
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).
45
45
46
46
#. Open a third command/terminal window (window3). Use a Command Prompt from the JumpBox for this step.
47
47
@@ -69,7 +69,7 @@ In this task you will open a third terminal window and establish an FTP session
69
69
70
70
*Q2. What is source ip and port as seen by ftp server in the example above?*
71
71
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?*
73
73
74
74
.. HINT::
75
75
You may have to review the configuration of **ftp\_vs** to determine
By the way, if you take a look at the iApp templates you will find one for building IP Forwarding virtual servers.
40
34
@@ -49,8 +43,8 @@ Build your transparent pool and virtual server
49
43
50
44
*Q1. Why did we use gateway\_icmp? What other kind of monitor could we have used?*
51
45
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.
54
48
55
49
.. NOTE::
56
50
Open the Advanced menu and notice that Address Translation is still enabled, but
0 commit comments