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 and close by pressing
Ctrl+X+C
Then run command
Service network restart
And you are done, ips from 192.168.0.100 to 192.168.0.200 are configured in your server. 192.168.0.100 is configured in ifcfg-eth0 and remaining are in range0 file.
Related posts:
- Upgrade Fedora Core 4 to Fedora Core 5 with yum
- Installing & configuring shorewall firewall in Ubuntu/Debian
- Installing RED5 server in CentOS 5.x
- Installing ImageMagick in Cpanel
- Upgrading from Fedora 7 to Fedora 8 with yum
- Upgrading from Fedora 8 to Fedora 9 with yum
- Upgrading from Fedora 9 to Fedora 10 with yum
- Advantages of choosing Linux web hosting
















No Comment to “Configuring range of ips in Linux,Centos,fedora core, red hat”