Disable IPv6 networking on each Linux server that has a Harvester installed.
Note: Complete this task before you add the Harvester in the NFA console. If IPv6 is enabled when you add a Harvester in the NFA console, the Harvester automatically binds with an IPv6-format address, which prevents CA Network Flow Analysis from receiving its data.
To disable IPv6 networking, modify the following files:
Follow these steps:
install ipv6 /bin/true
The modprobe.conf file is now configured so that when the system attempts to load the IPv6 kernel module, it executes the command 'true' instead of loading the module. The 'true' command performs no action.
NETWORKING_IPV6=no IPV6INIT=no
reboot
lsmod | grep ipv6
If the command returns no output, the IPv6 kernel module is not running: It has been removed successfully.
/sbin/ifconfig
Check the output to verify that it contains only IPv4 addresses and no IPv6 addresses.
Copyright © 2013 CA.
All rights reserved.
|
|