Personal tools
You are here: Home Plone XP Open Source Software Review Multiple IP Addresses for One Network Device

Multiple IP Addresses for One Network Device

how to add more than one IP addresses on one Network device?

IP Range on Red Hat

 $ vim /etc/sysconfig/network-scripts/ifcfg-eth0-range0
IPADDR_START=10.77.8.53
IPADDR_END=10.77.8.62
CLONENUM_START=10
NETMASK=255.255.254.0

CLONENUM_START tells the alias number for the network device. In this example, it will starts with eth0:10.

References

Document Actions