Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure CentOS ifcfg-eth0 in VMWare

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to configure CentOS ifcfg-eth0 in VMWare". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn how to configure CentOS ifcfg-eth0 in VMWare.

These configurations are based on vmware network adapter vmnet8, assuming my vmware network adapter vmnet8 ip address is 192.168.106.1

Then my ifcfg-eth0 file is configured as follows:

Device=eth0 type=ethernet uuid=f9f0898c-bf2c-4183-857a-eab291cd904d onboot=yes nm_controlled=yes bootproto=static ipaddr=192.168.106.130 netmask=255.255.255.0 broadcast=192.168.106.255 gateway=192.168.106.2 dns1=114.114.114.114 dns2=8.8.8.8 defroute=yes ipv4_failure_fatal=yes ipv6init=no name= "system eth0" hwaddr=00:0c:29:22:d2:64 peerdns=yes peerroutes=yes last_connect=1456741165

I set the ip of my centos to 192.168.106.130 on the same network segment as vmware network adapter vmnet8.

Note: the path of ifcfg-eth0 file in centos is: / etc/sysconfig/network-scripts/ifcfg-eth0

After modifying the file, execute the command # service network restart or # / etc/init.d/network restart to make the changes take effect

Thank you for reading, the above is the content of "how to configure CentOS ifcfg-eth0 in VMWare". After the study of this article, I believe you have a deeper understanding of how to configure CentOS ifcfg-eth0 in VMWare, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report