ifconfig eth0:0 192.168.0.4
route add -host 192.168.0.4 dev eth0:0

This will also need to be added to your /etc/rc.local file so the address will be there after a reboot.

You can add more by changing the eth0:0 to eth0:1, eth0:2 etc.