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.
Nagios XI Installation Failed
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Nagios XI Installation Failed
Hello, @dhatha03. What is the output of:
If it is running please stop and disable it:service ip6tables status
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.
Re: Nagios XI Installation Failed
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.
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
Glad to hear it is resolved.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.
Locking thread