installation VMware Workstation Pro
Description: You need to set BIOS Open vt-d function, specific on-line search the Open method
Installation There's nothing to say, fool. Installation Next Step
after installation, the guarantee VMware the start of the service starts automatically is turned on
650) this.width=650; "src=" Https://s2.51cto.com/wyfs02/M00/97/01/wKiom1knzJaRFUFWAACvUcSbWPk840.png "title=" 1.png "alt=" Wkiom1knzjarfufwaacvucsbwpk840.png "/>
I'll talk about how the network configuration is set up:
Workstation There are three ways of networking:
1 , bridging mode: Virtual machines connect directly to external networks, that is, get with you now system ip same segment
2 , Nat mode: Select this mode to have an internal DHCP Server Assignment IP , go out to the outside network through your physical network card sharing out (port conversion)
3 , Host mode: This mode can only communicate with your native system
I personally like to use Nat mode, IP more fixed.
To customize the network configuration method:
650) this.width=650; "src=" Https://s2.51cto.com/wyfs02/M01/97/02/wKioL1knzMvQdMsWAAEBaxMYbPE012.png "title=" 2.png "alt=" Wkiol1knzmvqdmswaaebaxmybpe012.png "/>
650) this.width=650; "src=" Https://s5.51cto.com/wyfs02/M02/97/01/wKiom1knzNzA26iLAAIXCNoRox4463.png "title=" 3.png "alt=" Wkiom1knznza26ilaaixcnorox4463.png "/>
650) this.width=650; "src=" Https://s3.51cto.com/wyfs02/M02/97/02/wKioL1knzQmRkgo8AAJqKegkt9k662.png "title=" 4.png "alt=" Wkiol1knzqmrkgo8aajqkegkt9k662.png "/>
secretly tell you where its gateway is: This is important, the virtual machine is manually configured IP , the gateway uses this, not your physical machine. IP .
650) this.width=650; "src=" Https://s2.51cto.com/wyfs02/M01/97/02/wKioL1knzSCxIwO2AAIs4XCZbn4845.png "title=" 5.png "alt=" Wkiol1knzscxiwo2aais4xczbn4845.png "/>
If you are not connected to the Internet, you need to check your virtual network card is disabled (physical machine view)
650) this.width=650; "src=" Https://s5.51cto.com/wyfs02/M01/97/02/wKioL1knzVixI39aAAGqxwSBsiY667.png "title=" 6.png "alt=" Wkiol1knzvixi39aaagqxwsbsiy667.png "/>
III. Deployment of virtual machines
650) this.width=650; "src=" Https://s1.51cto.com/wyfs02/M01/97/02/wKioL1knzXDAR_JaAAKUn3Ek3xY617.png "title=" 7.png "alt=" Wkiol1knzxdar_jaaakun3ek3xy617.png "/>
650) this.width=650; "src=" Https://s1.51cto.com/wyfs02/M02/97/02/wKioL1knzX_wJKpSAAJK8JdChNM057.png "title=" 8.png "alt=" Wkiol1knzx_wjkpsaajk8jdchnm057.png "/>
650) this.width=650; "src=" Https://s5.51cto.com/wyfs02/M02/97/02/wKioL1knzZjy6IWdAAJA81RxcJ4879.png "title=" 9.png "alt=" Wkiol1knzzjy6iwdaaja81rxcj4879.png "/>
650) this.width=650; "src=" Https://s3.51cto.com/wyfs02/M01/97/02/wKioL1knzauhyzbWAAHTl1oCgfY294.png "title=" 10. PNG "alt=" Wkiol1knzauhyzbwaahtl1ocgfy294.png "/>
650) this.width=650; "src=" Https://s4.51cto.com/wyfs02/M02/97/02/wKioL1knzeahSYEDAAHkgayY2ZQ055.png "title=" 11. PNG "alt=" Wkiol1knzeahsyedaahkgayy2zq055.png "/>
650) this.width=650; "src=" Https://s2.51cto.com/wyfs02/M02/97/01/wKiom1knzfaCvR2eAAIpyALs24w495.png "title=" 12. PNG "alt=" Wkiom1knzfacvr2eaaipyals24w495.png "/>
650) this.width=650; "src=" Https://s3.51cto.com/wyfs02/M00/97/02/wKioL1knzieyllUUAAIfggY4y38928.png "title=" 13. PNG "alt=" Wkiol1knzieylluuaaifggy4y38928.png "/>
System deployment is not much introduced
System Initialization configuration:
with just the user ( User ) Login System
Configuration Root Password
$SUDOPASSWD Root
Open Root Remote SSH Access
$sudovi/etc/ssh/sshd_config
Commandnot found
is the environment variable setting problem, that is, you under the root user, vi ls the path of these commands can not automatically search for/bin/ under this directory, you can add it yourself when you use it, for example:/bin/ls,/bin/Vim then set the environment variable to this directory on the terminal: ExportPATH=/bin/$PATH it should be.
Press I Edit
will permitrootlogin prohibit-password # permitrootlogin Yes
Press ESC , Wq Save exit, restart SSH Service: $sudo service ssh restart
Install upload / download tool:$sudo apt-get install Lrzsz (sz: File download;RZ : File Upload )
This article from "Lu elder brother" blog, reproduced please contact the author!
VMware Workstation Installation Deployment uses