Hello,
Try running:
service startips start
If that works, then either the startips command is not being called after the bootup, or the "service network restart" is being called *after* startips starts up. If this is the case, then change the startips script (/etc/init.d/startips), 3rd line:
# chkconfig: 2345 11 50
to
# chkconfig: 2345 86 50
Then type:
/sbin/chkconfig startips reset
John