User story #20113
Updated by François ARMAND almost 3 years ago
solution: use bindtointerface, with a parameter in the "Rudder" node property
Default value is "::", unless if not ipv6 when it's ""
The correction allows to configure on what IP cf-serverd will listen by setting the following json value in node properties (for example if you want to force listening on @192.168.3.3@):
<pre>
{
"server": {
"cf_serverd_bind_address": "192.168.3.3"
}
}
</pre>
You must restart rudder cf-serverd after that change on impacted nodes with:
<pre>
systemctl restart rudder-cf-serverd
</pre>