Centos设置静态ip

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.1.254

  DNS=8.8.8.8

2、重启服务

service network restart

posted @ 2021-01-21 11:04  bky123  阅读(231)  评论(0编辑  收藏  举报