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 @   bky123  阅读(232)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示