Do you have avahi-daemon on the machine? If so, it is withdrawing the additional IPs during network restart. You can see if it is doing that by grepping for one of the dedicated IPs in /var/log/messages to see if avahi-daemon shows entries for that IP address:
Code:
grep dedIP# /var/log/messages
Please replace dedIP# with one of the dedicated IP addresses.
To resolve the issue if it is avahi-daemon causing it, you would need to remove avahi-daemon or have it properly register the IPs for this to quit happening. Your datacenter, NOC or provider should be able to assist with either. I would not suggest removing avahi-daemon unless you have physical access to the machine at the time, since the entire machine could go down and become inaccessible upon trying to remove that service.