Load IPs at boot

UpAllNight

Verified User
Joined
May 23, 2005
Messages
45
My server is not loading its list of site IPs at startup, only the primary server IP.

Can someone let me know what I can do to get the server to load its IPs at startup.

Right now I have to:

/sbin/service startips start

to have the load.

Thanks,
David
 
Option 1:
add a symlink as any other startable script in:

/etc/rc[runlevel].d/S[PRIORITY][NAME]


Option 2:

Add the line you posted above to the /etc/rc.local file ;)
 
Last edited:
Back
Top