FRS and WRS Failing while using IPv6
book
Article ID: 367582
calendar_today
Updated On:
Products
Security Analytics
Issue/Introduction
The FRS and WRS features are not configured to use IPv6 by default. The Health Tests for WRS will fail if the system does not have IPv4.
Cause
The configuration is hardcoded to IPv4 and must be overriden to allow IPv6
Resolution
Update /etc/tonic.d/bcwf.conf and /etc/tonic.d/webpulse.conf and set override to true so that the system will use IPv6.
- Log in to the CLI as root
- vi /etc/tonic.d/bcwf.conf
- Locate the "http" section and change "override" from false to true.
- Save the changes.
- vi /etc/tonic.d/webpulse.conf
- Locate the "http" section and change "override" from false to true.
- Save the changes.
Feedback
thumb_up
Yes
thumb_down
No