Click to See Complete Forum and Search --> : Dual IP Addresses


jahall
11-30-2000, 12:44 AM
I currently have my RedHat 6.2 server configured with dual ip addresses to make the cutover to our new address scheme easier.

I would like to have the secondary address restored when the server is rebooted so it does not have to be added manually. What name should I save the configuration file as in the /etc/sysconfig/network-scripts directory? ifcfg-eth0:1?

Thanks in advance for your assistance.

Jay

flar
12-01-2000, 08:39 PM
put it in /etc/rc.d/rc.local

add this line:

ifconfig eth0:0 ip.xx.xx.xx netmask xx.xx.xx

hope this help

jahall
12-04-2000, 10:01 AM
Thanks for your help.

Jay