Release : 3.7
Component : IM Reporting / Admin / Configuration
In this case, the proxy host configuration files listed the second nic on the device.
But name resolution returned the first nic on the host for that server.Please verify that the
/opt/CA/daproxy/consul/consul.cfg
consul.bind_addr=
Contains the correct local IP for the host it is installed on.
And that it is the same address listed in
/etc/systemd/system/consul.service
-bind=
…
Recycle the service:
systemctl stop daproxy
systemctl stop consul
systemctl start consul
systemctl start daproxy