Description | This article describes how to fix Collector IP to show IPv6 instead of IPv4 in Collector health. |
Scope | FortiSIEM. |
Solution |
When there is no IPv6 configured on the collector, Admin -> Health -> Collector Health shows the IPv6 address of the collector instead of the IPv4 address.
The below-mentioned steps can be followed to correct this behavior such that the IPv4 address is shown correctly:
sysctl -w net.ipv6.conf.all.disable_ipv6=1 sysctl -w net.ipv6.conf.default.disable_ipv6=1
Apply the changes:
# sudo sysctl -p
# killall -9 phMonitor
|