摘要: 先切换到root权限 su root vim /etc/sysconfig/network-scripts/ifcfg-ens33 ens33是网络的名称 修改以下内容: BOOTPROTO=static ONBOOT=yes 增加以下内容: IPADDR=xxx.xxx.xxx.xxx NETMA 阅读全文
posted @ 2020-06-10 10:34 Joey_blog 阅读(126) 评论(0) 推荐(0) 编辑