LunarBlog

导航

2024年1月21日 #

Centos纯命令行上配置静态IP

摘要: 配置静态ip 命令: cd /etc/sysconfig/network-scripts/ vim ifcfg-ens33 systemctl restart network 更改必要的项: ... BOOTPROTO=static # 改成和我一致 ... ONBOOT=yes # 保持一致 IP 阅读全文

posted @ 2024-01-21 11:37 LunarCod 阅读(20) 评论(0) 推荐(0)