标签:sysconfig centos7 info 启动网卡 配置 static 并且 centos ipad
设置CentOS7 静态获取ip
修改配置文件:
/etc/sysconfig/network-scripts/ifcfg-ens33
将
BOOTPROTO修改为static
并且添加
IPADDR=192.168.64.129
GATEWAY=192.168.64.2
NETMASK=255.255.255.0
DNS1=61.139.2.69
DNS2=202.98.96.68
重启网络服务、启动网卡再测试
标签:sysconfig centos7 info 启动网卡 配置 static 并且 centos ipad
原文地址:https://www.cnblogs.com/zhuyunlong/p/11877706.html