1、
在/etc/sysconfig/network-scripts下创建一个range文件- DEVICE=eth0
-
BOOTPROTO=static
-
ONBOOT=yes
-
IPADDR_START=192.168.1.100
-
IPADDR_END=192.168.1.200
-
NETMASK=255.255.255.0
-
GATEWAY=192.168.1.1
-
CLONENUM_START=0
DEVICE=eth0 — 写对应网卡名
CLONENUM_START — 网络克隆接口的启始号. # eg “1″ 生成的网络接口会从 eth0:1开始。
2、
然后重启网络让IP生效: - service network restart
-
或:
-
ifup eth0
阅读(2576) | 评论(0) | 转发(0) |