Nagios Network Analyzer
-
abdelhafeth.mzahem
- Posts: 38
- Joined: Thu Jun 04, 2015 1:22 am
Nagios Network Analyzer
Dear Sir,
We download the Network Analyzer for testing and discuss it's features , in order to consider it in our budget for next year .
We download the OFV file 64-bit and deploy it to VM environment, and it works fine.
we have the following network to set :
IP Address 10.102.4.30
SubNetmask: 255.255.255.128
Gateway: 10.102.4.1
we try set them using system network utility and also by editing network files, it seems that the network configurations are set but not work.
LINUX administrator Told Me that there is a special configurations may as it is customized OS
please your help for how to set network configurations correctly.
We download the Network Analyzer for testing and discuss it's features , in order to consider it in our budget for next year .
We download the OFV file 64-bit and deploy it to VM environment, and it works fine.
we have the following network to set :
IP Address 10.102.4.30
SubNetmask: 255.255.255.128
Gateway: 10.102.4.1
we try set them using system network utility and also by editing network files, it seems that the network configurations are set but not work.
LINUX administrator Told Me that there is a special configurations may as it is customized OS
please your help for how to set network configurations correctly.
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: Nagios Network Analyzer
This tutorial is for our NagiosXI product, however it should work the same for NNA.
Let use know if you have any further issues:
http://library.nagios.com/library/produ ... figuration
Let use know if you have any further issues:
http://library.nagios.com/library/produ ... figuration
-
abdelhafeth.mzahem
- Posts: 38
- Joined: Thu Jun 04, 2015 1:22 am
Re: Nagios Network Analyzer
Hi,
We tried it and seems the configuration are set to interface, but not work.
we tried to open http link or ping from server to gateway but not work.
we tried to set these configurations to nagios xi server and it works correctly.
We tried it and seems the configuration are set to interface, but not work.
we tried to open http link or ping from server to gateway but not work.
we tried to set these configurations to nagios xi server and it works correctly.
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: Nagios Network Analyzer
Can you share the following data with us?
The network address you wish the server to have
The netmask of the network that address is on
The default gateway of that network
The output of `ip addr` on the NNA box
The output of `ip route` on the NNA box
The network address you wish the server to have
The netmask of the network that address is on
The default gateway of that network
The output of `ip addr` on the NNA box
The output of `ip route` on the NNA box
-
abdelhafeth.mzahem
- Posts: 38
- Joined: Thu Jun 04, 2015 1:22 am
Re: Nagios Network Analyzer
Here is the needed Data
IP Address 10.102.4.30
SubNetmask: 255.255.255.128
Gateway: 10.102.4.1
Also See the Attached
IP Address 10.102.4.30
SubNetmask: 255.255.255.128
Gateway: 10.102.4.1
Also See the Attached
You do not have the required permissions to view the files attached to this post.
Re: Nagios Network Analyzer
What kind of error do you see when you try to access the web UI? Can you show us a screenshot? What is the output of the following commands?
Code: Select all
iptables -nL
service httpd status
getenforce
service network restart
ip addr
tail -50 /var/log/httpd/error_logBe sure to check out our Knowledgebase for helpful articles and solutions!
-
abdelhafeth.mzahem
- Posts: 38
- Joined: Thu Jun 04, 2015 1:22 am
Re: Nagios Network Analyzer
Dear
here is the needed data:
here is the needed data:
You do not have the required permissions to view the files attached to this post.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios Network Analyzer
I notice you have a subnet mask of /25, is this correct?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
abdelhafeth.mzahem
- Posts: 38
- Joined: Thu Jun 04, 2015 1:22 am
Re: Nagios Network Analyzer
Yes
here is the configurations of NNA IP
IP address 10.102.4.30
Subnet 255.255.255.128
Gateway 10.102.4.1
when we try ping the gateway no reply although we have the needed access and our nagios system has IP 10.102.4.10 inthe same network and working right.
here is the configurations of NNA IP
IP address 10.102.4.30
Subnet 255.255.255.128
Gateway 10.102.4.1
when we try ping the gateway no reply although we have the needed access and our nagios system has IP 10.102.4.10 inthe same network and working right.
Re: Nagios Network Analyzer
It could be that selinux is causing the problem, Can you run the following and see if that resolves the issue?
See if you can login to the web interface at this time. If not, can you post the following files?
Code: Select all
setenforce 0
service httpd restartCode: Select all
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/sysconfig/networkBe sure to check out our Knowledgebase for helpful articles and solutions!