# 修改配置文件 vi /etc/sysconfig/network-scripts/ifcfg-ens33 将 ONBOOT=NO 修改为 YES
# 重启网卡 sudo service network restart
提交评论