Notepad:Chain of IP addresses

From Amar
Revision as of 05:03, 20 February 2007 by 192.168.1.101 (talk)
Jump to navigationJump to search

create a chain of IP addresses 1. Create a file <pre> /etc/sysconfig/network-scripts/ifcfg-eth0-range0 </pre>

2. In this file, put <pre> DEVICE=eth0-range0 BOOTPROTO=static IPADDR_START=192.168.1.1 IPADDR_END=192.168.1.100 NETMASK=255.255.255.0 GATEWAY=192.168.1.1 CLONENUM_START=1 </pre>