标签:sys install bubuko centos station 虚拟机 get start 重启
https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html
https://www.centos.org/download/
在进入系统之前,我们先确认一下主机的ip地址、网关、DNS等信息。
然后,进入系统编辑网卡配置文件,命令为vi /etc/sysconfig/network-scripts/ifcfg-eth0
添加内容如下:
编辑完成,保存退出,然后重启虚拟机网卡
service network restart
ping baidu.com 如果能ping通,证明成功了
yum search ifconfig
yum install net-tools.x86_64
参考:https://blog.csdn.net/qq_38663729/article/details/80273092
参考:https://www.cnblogs.com/linjiaxin/p/6476480.html
参考:https://www.cnblogs.com/lynn-li/p/6077944.html
参考:https://blog.csdn.net/n950814abc/article/details/79512834
标签:sys install bubuko centos station 虚拟机 get start 重启
原文地址:https://www.cnblogs.com/boluo007/p/10204260.html