How to create a range of ip addresses on ethx

How to create a range of ip addresses on ethx. Create a range file in /etc/sysconfig/network-scripts
E.Q.
ifcfg-eth0-range1
DEVICE=eth0
BOOTPROTO=static
HWADDR=00:04:75:D4:C8:F9
IPADDR_START=192.168.0.6
IPADDR_END=192.168.0.10
CLONENUM_START=1
NETMASK=255.255.255.0
ONBOOT=yes
TYPE=Ethernet
CLONENUM_START -- interface clone number to start using for this range. # eg "1"
Which would start at eth0:1
可千万不要用来做ip冲突攻击哦。嘿嘿。。

最新回应
11 hours 7 min 之前
14 hours 45 sec 之前
1 day 13 hours 之前
2 days 15 hours 之前
4 days 13 hours 之前
6 days 14 hours 之前
1 week 7 hours 之前
1 week 1 day 之前
1 week 2 days 之前
1 week 3 days 之前