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.
- Linux
- Windows
echo "ipreg=false" | sudo tee -a /usr/whatap/infra/conf/whatap.conf
sudo service whatap-infra restart
SH
// 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"
Note
It can be easily used because it is not automatically registered whenever the IP is changed.