FRS and WRS Failing while using IPv6
search cancel

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.

Environment

Release 8.2.8

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.

  1. Log in to the CLI as root
  2. vi /etc/tonic.d/bcwf.conf
  3. Locate the "http" section and change "override" from false to true.
  4. Save the changes.
  5. vi /etc/tonic.d/webpulse.conf
  6. Locate the "http" section and change "override" from false to true.
  7. Save the changes.