Disable the IP forwarding feature of the Guest Agent for the Google Compute Engine because it conflicts with the IP resources of LifeKeeper.
Run cmd.exe
as Administrator, then edit an instance_configs.cfg as follows:
C:\> notepad "\Program Files\Google\Compute Engine\instance_configs.cfg"
Add the following lines to the file.
[NetworkInterfaces] ip_forwarding=false
After editing the file, reboot the computer.
Post your comment on this topic.