Solution to failure to access the Internet when CentOS is installed on a virtual machine

Source: Internet
Author: User

Solution to failure to access the Internet when CentOS is installed on a virtual machine

I use vmwarevirtual machine to install Ubuntu and CentOS. Both use NAT mode to connect to the network, but Ubutun can access the Internet normally, while CentOS cannot connect to the network.

The original Centos7 does not enable the wired Nic by default, and must be manually enabled.

The procedure is as follows:

First, open the terminal.
Cd/etc/sysconfig/network-scripts/
Ls: Check the number next to ifcfg-eno. Take eno32 as an example.
Switch to the root user,
Vim ifcfg-eno32.
Edit this file
Set ONBOOT = yes
Enable network connection automatically
: Wq save and exit
Service network restart network
Then restart CentOS to access the Internet!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.