ifconfig issues
Hello everyone,I'm just a Linux newbie trying to add multiple ip addresses to a physical interface. I can see all the Ip addresses but they disappear after the server rebooted, any ideas?
I use this command:
ifconfig eth0 198.153.155.155 netmask 255.255.255.248 up
ifconfig eth0:0 192.153.155.156 netmask 255.255.255.248 up
then I verify and looks like both eth0 and eth0:0 are up and they will disappear after reboot.
Please help.
Thanks