Cases other than the server computer
Apply the following option in an environment where a personal computer (not a server computer, such as a laptop) and Wi-Fi with a floating IP address are used.
Default value change
Since agent 2.9.21, the default value of the ipreg option is false. Therefore, even in environments where the IP address changes frequently, the agent identifier determined at first is kept as is without any separate setting. Use the settings below only when you want to specify the default value explicitly.
Autoscale environments are an exception. If you use the autoscale option or specify the autoscale.group value, the agent switches the ipreg value to true. Servers in an autoscale environment are short-lived and must be registered again based on the current IP address every time they start.
- Linux
- Windows
echo "ipreg=false" | sudo tee -a /usr/whatap/infra/conf/whatap.conf
sudo service whatap-infra restart
// Execute the following command in the powershell with an admin role.
Add-Content "c:\Program Files\WhatapInfra\whatap.conf" "ipreg=false"
Restart-Service "Whatap Infra"
It can be easily used because it is not automatically registered whenever the IP is changed.