Linux Network configuration

Source: Internet
Author: User

Under VMware, the CentOS system, after installation, has not been connected to the external network. On the internet to check a lot of information, have not found a solution. Finally, put your own solution, write it down below.

First step, open file

$ vim/etc/sysconfig/network-scripts/ifcfg-eth0
#自动获取
Device=eth0
bootproto=dhcp# Automatic Acquisition
HWADDR=00:
Onboot=yes
Dhcp_hostname=webserver

Or

#手动指定
Device=eth0
Bootproto=static
HWADDR=00:
ipaddr=192.168.137.30
mask=255.255.255.0
gateway=192.168.137.2
Onboot=yes

The second step, the configuration of the DNS address


$ vim/etc/resolv.conf


NameServer 219.141.136.10 #电信
NameServer 202.106.0.20 #中国联通

Step three, restart the network service

Service Network restart

Ping www.baidu.com

Ok

Linux Network configuration

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.