千家信息网

VMWare中CentOS ifcfg-eth0怎么配置

发表于:2025-01-22 作者:千家信息网编辑
千家信息网最后更新 2025年01月22日,这篇文章主要讲解了"VMWare中CentOS ifcfg-eth0怎么配置",文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习"VMWare中CentOS
千家信息网最后更新 2025年01月22日VMWare中CentOS ifcfg-eth0怎么配置

这篇文章主要讲解了"VMWare中CentOS ifcfg-eth0怎么配置",文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习"VMWare中CentOS ifcfg-eth0怎么配置"吧!

这些配置是基于vmware network adapter vmnet8,假设我的vmware network adapter vmnet8 ip地址是192.168.106.1

则我的ifcfg-eth0文件配置如下:

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

我将我centos的ip设置为192.168.106.130 与vmware network adapter vmnet8在同一个网段。

注:ifcfg-eth0文件在centos中的路径为:/etc/sysconfig/network-scripts/ifcfg-eth0

修改文件后要执行命令#service network restart 或者 #/etc/init.d/network restart 使修改生效

感谢各位的阅读,以上就是"VMWare中CentOS ifcfg-eth0怎么配置"的内容了,经过本文的学习后,相信大家对VMWare中CentOS ifcfg-eth0怎么配置这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是,小编将为大家推送更多相关知识点的文章,欢迎关注!

0