Configuring range of ips in Linux,Centos,fedora core, red hat
April 21st, 2010
0 Comments
Thats pretty simple Just configure on ips in /etc/sysconfig/network-scripts/ifcfg-eth0 Then Make a new file named ifcfg-eth0-range0 emacs /etc/sysconfig/network-scripts/ifcfg-eth0-range0 Put following code in it IPADDR_START=192.168.0.101 IPADDR_END=192.168.0.200 CLONENUM_START=1 Save...








