How to bind IP to interface
If you want to add extra ip address to linux box, please do the following
#ifconfig eth0:1
eg: ifconfig eth0:1 192.168.0.10 netmask 255.255.255.0
To make it persistent on reboot you need to add it to the configuration file.
Category: Linux Administration
