摘要: 1、修改网卡配置文件 vi /etc/sysconfig/network-scripts/ifcfg-em1 (em1为网卡名称) bootproto=static onboot=yes IPADDR=192.168.1.1 NETMASK=255.255.255.0 GATEWAY=192.168 阅读全文
posted @ 2021-01-21 11:04 bky123 阅读(231) 评论(0) 推荐(0) 编辑