After centOS 7 is installed, the system cannot access the Internet + the VM cannot be installed.
The virtual machine has been configured to use a 64-bit client operating system. However, you cannot perform the 64-bit operation.
This host supports Intel VT-x, but Intel VT-x is disabled.
If you have disabled Intel VT-x in BIOS/firmware settings, or the host has never restarted since the settings have been changed, Intel VT-x may be disabled.
(1) confirm that Intel VT-x is enabled in BIOS/firmware settings and "trusted execution" is disabled ".
(2) If either of the two BIOS/firmware settings has been changed, restart the host.
(3) If you have never restarted the host after installing VMware Workstation, restart the host.
(4) Update the BIOS/firmware of the host to the latest version.
For more details, see http://vmware.com/info? The id = 152.
Solution:
Enter the system bios, enter advanced, and enable the virtual function [Intel VT-x.
Problem 2: no Internet connection
[lee@lee ~]$ uname -aLinux lee.code 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux[lee@lee ~]$
[lee@lee network-scripts]$ lsifcfg-eno16777736 ifdown-bnep ifdown-ipv6 ifdown-ppp ifdown-tunnel ifup-bnep ifup-ipv6 ifup-plusb ifup-routes ifup-wireless network-functions-ipv6ifcfg-lo ifdown-eth ifdown-isdn ifdown-routes ifup ifup-eth ifup-isdn ifup-post ifup-sit init.ipv6-globalifdown ifdown-ippp ifdown-post ifdown-sit ifup-aliases ifup-ippp ifup-plip ifup-ppp ifup-tunnel network-functions[lee@lee network-scripts]$ pwd/etc/sysconfig/network-scripts[lee@lee network-scripts]$ cat ififcfg-eno16777736 ifdown-bnep ifdown-ipv6 ifdown-ppp ifdown-tunnel ifup-bnep ifup-ipv6 ifup-plusb ifup-routes ifup-wirelessifcfg-lo ifdown-eth ifdown-isdn ifdown-routes ifup ifup-eth ifup-isdn ifup-post ifup-sit ifdown ifdown-ippp ifdown-post ifdown-sit ifup-aliases ifup-ippp ifup-plip ifup-ppp ifup-tunnel [lee@lee network-scripts]$ cat ifcfg-eno16777736 TYPE=EthernetBOOTPROTO=dhcpDEFROUTE=yesPEERDNS=yesPEERROUTES=yesIPV4_FAILURE_FATAL=noIPV6INIT=yesIPV6_AUTOCONF=yesIPV6_DEFROUTE=yesIPV6_PEERDNS=yesIPV6_PEERROUTES=yesIPV6_FAILURE_FATAL=noNAME=eno16777736UUID=773ddc81-0f1e-4746-87d5-fdf6f69b2901DEVICE=eno16777736ONBOOT=no[lee@lee network-scripts]$
ONBOOT = no changed to yes restarted network SERVICE
[Root @ lee network-scripts] # who am ilee pts/0 (192.168.222.1) [root @ lee network-scripts] # service network restartRestarting network (via systemctl ): [OK] [root @ lee network-scripts] #
Internet connection Verification:
[root@lee network-scripts]# ip addr1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever2: eno16777736: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:0c:29:b5:a8:f4 brd ff:ff:ff:ff:ff:ff inet 192.168.222.130/24 brd 192.168.222.255 scope global dynamic eno16777736 valid_lft 1725sec preferred_lft 1725sec inet6 fe80::20c:29ff:feb5:a8f4/64 scope link valid_lft forever preferred_lft forever[root@lee network-scripts]#
[root@lee network-scripts]# ping www.baidu.comPING www.baidu.com (61.135.169.121) 56(84) bytes of data.64 bytes from 61.135.169.121: icmp_seq=1 ttl=128 time=28.9 ms64 bytes from 61.135.169.121: icmp_seq=2 ttl=128 time=5.95 ms64 bytes from 61.135.169.121: icmp_seq=3 ttl=128 time=6.12 ms64 bytes from 61.135.169.121: icmp_seq=4 ttl=128 time=7.96 ms64 bytes from 61.135.169.121: icmp_seq=5 ttl=128 time=5.88 ms64 bytes from 61.135.169.121: icmp_seq=6 ttl=128 time=6.65 ms64 bytes from 61.135.169.121: icmp_seq=7 ttl=128 time=5.33 ms64 bytes from 61.135.169.121: icmp_seq=8 ttl=128 time=5.71 ms^C--- www.baidu.com ping statistics ---8 packets transmitted, 8 received, 0% packet loss, time 7085msrtt min/avg/max/mdev = 5.332/9.068/28.920/7.540 ms[root@lee network-scripts]#
Problem Solving