Detailed installation of virtual machine Vmware for network security preview (including mutual ping and installation of kali, win7 and winxp systems)

Table of contents

Table of contents

foreword

Note content mind map 

1. Virtual machine installation (VMware installation)

1.1, virtual machine download address:

1.2, Vmware detailed installation tutorial:

1.2.1, enter the download path, double-click the .exe to install

 1.2.2, click Next - "Select to accept the terms and click Next

1.2.3, accept the agreement -- "click Next

 1.2.4, select the installation location, it is recommended to customize the path - "then add it to the system PATH - "click Next

 1.2.5, here do not choose red circle 1 and red circle 2 - "Click Next

 1.2.6, select the "Desktop" and "Start Menu Program Folder" check boxes, and then click the "Next" button

 1.2.7, when everything is ready, click the "Install" button (it may take two minutes)

 1.2.8, click on the license - "enter the secret key

 1.2.9, after entering, you can search the browser yourself, if not, you can skip it first.

 1.2.10, finally click Finish

2. Kali and win7 and winxp installation (no need to do a lot of operations, because the downloaded version is configured)

2.1, three system image environment links:

2.1.1, download via link:

2.1.2, decompress after installation

2.1.3, pay attention to click on the file - "find the vmx file -" double-click

2.2 Account passwords for the three operating systems

3. The three operating systems can ping each other

3.1, homework:

3.2, the specific implementation process of the job

3.2.1 The first step is to configure the network segment

3.2.2, get the ip addresses of the three virtual machines

3.2.2.1 win and winxp get ip

3.2.2.2kali get ip

3.2.3 Ping each other

4. Summary


foreword

personal information

Sophomore in soft engineering

an ordinary undergraduate student

Passionate about cybersecurity and programming

Currently undergoing cybersecurity training

Looking for like-minded friends to learn and improve together! ! !

Today is the study notes of the 11 preview lessons, and I will summarize them.

There are materials for these lessons at the bottom of the article.

Note content mind map 

1. Virtual machine installation (VMware installation)

1.1, virtual machine download address:

vmware17 virtual machine download address:

how to download?

The rest of the versions are downloaded in the same way

Note that when downloading, a page will appear, and then click the red circle on the main page:

 After entering the new page, slide down and download the corresponding system:

Download VMware Workstation Pro | US VMware Workstation Pro is the industry-standard desktop hypervisor for running virtual machines on Linux or Windows PCs. Learn why. | VMware CN https://www.vmware.com/cn/products/workstation-pro/workstation-pro-evaluation.html Vmware15 download address:

https://download3.vmware.com/software/WKST-1625-WIN/VMware-workstation-full-16.2.5-20904516.exe https://download3.vmware.com/software/WKST-1625-WIN/VMware -workstation-full-16.2.5-20904516.exe Vmware16 download address:

https://download3.vmware.com/software/wkst/file/VMware-workstation-full-15.5.7-17171714.exehttps://download3.vmware.com/software/wkst/file/VMware-workstation-full-15.5.7-17171714.exe

1.2, Vmware detailed installation tutorial:

Here I will show version 17, the installation method of other versions is the same

After downloading the virtual machine:

1.2.1, enter the download path, double-click the .exe to install

 1.2.2, click Next - "Select to accept the terms and click Next

1.2.3, accept the agreement -- "click Next

 1.2.4, select the installation location, it is recommended to customize the path - "then add it to the system PATH - "click Next

 1.2.5, here do not choose red circle 1 and red circle 2 - "Click Next

 1.2.6, select the "Desktop" and "Start Menu Program Folder" check boxes, and then click the "Next" button

 1.2.7, when everything is ready, click the "Install" button (it may take two minutes)

 1.2.8, click on the license - "enter the secret key

 1.2.9, after entering, you can search the browser yourself, if not, you can skip it first.

 1.2.10, finally click Finish

 At this point, the virtual machine installation is over

2. Kali and win7 and winxp installation (no need to do a lot of operations, because the downloaded version is configured)

2.1, three system image environment links:

2.1.1, download via link:

123 network disk (can be downloaded directly on the web page without speed limit):

https://www.123pan.com/s/XerSVv-botHh

Extraction code: csb6

Baidu Netdisk (recommended to download with members):

Link: https://pan.baidu.com/s/1D43YePDPUISPht3cZd9dYg?pwd=csb6 
Extraction code: csb6 

2.1.2, decompress after installation

This is after decompression

2.1.3, pay attention to click on the file - "find the vmx file -" double-click

All three systems

You will find that the virtual machine is turned on, and then repeat this operation three times, and all three operating systems will appear in the virtual machine.

Of course, next time you open it, just click or, directly, click the open virtual machine window, and then select the vmx file. 

2.2 Account passwords for the three operating systems

Because it is a system that has already been configured, the account password will be used, but it will not affect the use

kali account password: kali, kali
win7 account password: client, 12345678
winxp-Administrator password: 123456

3. The three operating systems can ping each other

3.1, homework:

Installation of win7, kali, and winxp systems
Familiar with the use of these three operating systems
Small task: check the ip addresses of these three operating systems,
modify the network configuration so that they are on the same network segment, and ping each other

3.2, the specific implementation process of the job

3.2.1 The first step is to configure the network segment

Here we right-click the corresponding system, and then click Settings . Of course, if the system is not on the right, but in the row of the home page in the picture, the information in the picture will also appear when right-clicking. 

                                                   Then we click on the network adapter 

In fact, there are two ways to modify the three systems to the same network segment. You can choose bridge or NAT mode. Finally, I choose NAT mode.

Then change the other two systems to the same mode, NAT or bridged.

The configuration is complete.

3.2.2, get the ip addresses of the three virtual machines

3.2.2.1 win and winxp get ip

Both win and winxp apply:

                                               First win+r, then enter cmd

                                          Then we enter ipconfig in the command box

Then the IPV4 address is our ip address, of course I hide part of my ip here

3.2.2.2kali get ip

Click on the red circled terminal

               Then enter ifconfig, of course you can also enter if and press the tab key twice to complete automatically 

                    Then after inet is the ip address of this virtual machine after modifying the same network segment.

                                    inet6 is an ipv6 address, we don't care about that

 You will be surprised to find that these three ip addresses are only different in the last digit, and the three of them are connected, and they are all on the same network segment.

3.2.3 Ping each other

Command ping + ip address

           The following three pictures are from different systems I pinged the other two systems for testing, very successful.

                                              ok, it's over here

4. Summary

Through this lesson, although I have installed virtual machines and some operating systems myself before, but like today, it is easy to complete and use, which I have never had before. It is said that there are many roads traveled, and every time I walk, there will be more It’s a different feeling, and it really does feel right now, and in this class, I also learned a lot, and I have a preliminary understanding of the use of different operating systems. It’s an interesting feeling for me. Support me Full of enthusiasm to explore the unknown world of online security learning.

word of the day

There are redeemable and irreversible things in the world, and the passage of time is an irreversible thing

If my study notes are useful to you, you may wish to like and save them. Thank you for your support. Of course, you are also welcome to give me suggestions or supplement the deficiencies in the notes. It will be of great help to my study, thank you. 

Guess you like

Origin blog.csdn.net/weixin_72543266/article/details/132414838
Recommended