Nagios XI Installation Failed

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dhatha03
Posts: 26
Joined: Thu Nov 12, 2015 12:24 pm

Nagios XI Installation Failed

Post by dhatha03 »

I am trying to install Nagios XI on CentOS 6.9 to evaluate it. I have attempted installation multiple times, everytime rebuilding the VM beforehand. I receive the following error in the install.log file:

iptables: Applying firewall rules: [ OK ]
ip6tables: Applying firewall rules: ip6tables-restore v1.4.7: ip6tables-restore: unable to initialize table 'filter'

Error occurred at line: 3
Try `ip6tables-restore -h' or 'ip6tables-restore --help' for more information.

During the install, I receive the following:
Running './6-firewall'...
iptables: Applying firewall rules: [ OK ]
ip6tables: Applying firewall rules: ip6tables-restore v1.4.7: ip6tables-restore: unable to initialize table 'filter'

Error occurred at line: 3
Try `ip6tables-restore -h' or 'ip6tables-restore --help' for more information.
[FAILED]
RESULT=1

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).



iptables is disabled on this box.

Any help would be greatly appreciated.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Nagios XI Installation Failed

Post by npolovenko »

Hello, @dhatha03. What is the output of:
service ip6tables status
If it is running please stop and disable it:
service ip6tables stop
chkconfig ip6tables off
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
dhatha03
Posts: 26
Joined: Thu Nov 12, 2015 12:24 pm

Re: Nagios XI Installation Failed

Post by dhatha03 »

Thank you for the reply. Looks like I might have found the issue. I have a config file under /etc/modprobe.d/ that had the following line in it:

options ipv6 disable=1

I went and commented this line out and reinstalled. It appears that there was no errors on installation and I can login via the web URL now.

Thank you again for your reply.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Installation Failed

Post by scottwilkerson »

dhatha03 wrote:Thank you for the reply. Looks like I might have found the issue. I have a config file under /etc/modprobe.d/ that had the following line in it:

options ipv6 disable=1

I went and commented this line out and reinstalled. It appears that there was no errors on installation and I can login via the web URL now.

Thank you again for your reply.
Glad to hear it is resolved.

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked