[Linux] Starting the virtual machine displays "internal error" and using Ifconfig or ipaddr does not display the URL

 internal error:      

       When creating a virtual machine, we may encounter the following errors when starting:

                   

The solution to this exception is very simple. It may be due to the fact that VMware's related services are not turned on. You only need to enter the task manager service to turn on the service:

{ Note: If there are other solutions, please comment, thank you }

ctrl+shift+esc enter the task manager, and then enter the service page:

          

VMware does not display its local IP address        

        When vmware is installed, we need to know the local ip address of vmware . But when using the commands (ifconfig and ipaddr), the following error display may appear:

Solution:

Use the following command to modify the file:

vi /etc/sysconfig/network-scripts/ifcfg-ens33     Enter the following interface, modify ONBOOT=yes , then press ESC to exit, :wq save+Enter save and exit

                                        

Then restart the network service: sudo service network restart

Then you can try to query the following URL.

Guess you like

Origin blog.csdn.net/weixin_43267344/article/details/109039502