Provide some steps on how to install and verify the Mininet Topology
In this part, you will use a Python script to set up the Mininet Topology inside the CyberOps VM. You
will then record the IP and MAC addresses for H1 and H2.
Step 1. Verify your PC’s interface addresses.
Start and log into your CyberOps Workstation that you have installed in a previous lab using
the following credentials:
Username: analyst Password: cyberops
Step 2. Run the Python script to install the Mininet Topology.
Open a terminal emulator to start mininet and enter the following command at the prompt.
When prompted, enter cyberops as the password.
[analyst@secOps ~]$ sudo ~/lab.support.files/scripts/cyberops_topo.py
[sudo] password for analyst:
Step 3. Record IP and MAC addresses for H1 and H2.
a. At the mininet prompt, start terminal windows on hosts H1 and H2. This will open
separate windows for these hosts. Each host will have its own separate configuration
for the network including unique IP and MAC addresses.
*** Starting CLI:
mininet> xterm H1
mininet> xterm H2
b. At the prompt on Node: H1, enter ifconfig to verify the IPv4 address and record the
MAC address. Do the same for Node: H2. The IPv4 address and MAC address are highlighted
below for reference.
[root@secOps analyst]# ifconfig
You might also like to view...
What will be the value of position after the following code is executed?
``` int position; String str = "The cow jumped over the moon."; position = str.lastIndexOf("ov", 14); ``` a. 14 b. 1 c. 0 d. -1
The element used to create a horizontal line on a web page is:
a. h1 b. br c. hr d. div
Which of the following considerations is NOT important in your decision to buy a computer online or in a retail store?
A) Are you comfortable ordering a computer using online chat? B) Do you have enough information about the computer system? C) Can you try the computer before you buy it? D) Can you purchase additional software?
A code that creates a link to a video, picture, or other type of rich media content is a(n) ________ code
Fill in the blank(s) with correct word