FortiNAC
NOTE: FortiNAC is now named FortiNAC-F. For post-9.4 articles, see FortiNAC-F. FortiNAC is a zero-trust network access solution that provides users with enhanced visibility into the Internet of Things (IoT) devices on their enterprise networks.
lfrancelj
Staff
Staff
Article Id 197296
Description
This article describes how to enable 'configWizard' portal to be reachable on slave HA node via URL https://SLAVE-NODE-IP:8443/configWizard
This is needed in rare cases, if the configWizard was not run as prior creating the HA.
Each nodes need to be configured for the actual L2/L3 layout it is going to manage.


Solution
The below steps are also available in the Appendix of the High Availability reference manual in the Document Library.


1) Login to slave node with SSH client.

2) Open file /etc/hosts with an editor, 'nano' or 'vi' and locate string 'nac' next to the cluster IP address and FQDN.

See below example:
# 192.168.1.10    cluster-ip.forti.lab     nac
3) Remove 'nac' string as shown in previous example and add '0.0.0.0 nac' in new line.
See below example:
# 192.168.1.10    cluster-ip.forti.lab
# 0.0.0.0               nac
4) Save and close the /etc/hosts file.
5) Restart tomcat-admin service to apply this change with the following command:
# service tomcat-admin restart
6) Wait a minute or so for tomcat-admin restarts and open the 'configWizard' portal on following URL:
https://SLAVE-NODE-IP:8443/configWizard
The configWizard is visible now and can finish the configuration.

Contributors