Symptoms:
- I would like to configure the floating license server to operate with multiple NICs.
- I would like to set it up so that the floating license server can be accessed from different networks.
Resolution:
In the server configuration file (licensing-server-config.json), set the value of the "Url" key to use an asterisk (*).
Example:
{
...
"Kestrel": {
"Endpoints": {
"HTTP": {
"Url": "https://*:[Port]",
}
}
}
...
}After you have finished editing the server configuration file (licensing-server-config.json), please restart the floating license server service.
The floating license server will listen on all IP addresses and the specified port.
In other words, it will be possible to connect to the floating license server from multiple networks and obtain floating licenses.
More Information: