Nagios Network Analyzer

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
abdelhafeth.mzahem
Posts: 38
Joined: Thu Jun 04, 2015 1:22 am

Re: Nagios Network Analyzer

Post by abdelhafeth.mzahem »

I do them but still not work


here is the needed files
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios Network Analyzer

Post by tgriep »

Add the following line to this file /etc/sysconfig/network

Code: Select all

GATEWAY=10.102.4.1
Then restart the network

Code: Select all

service network restart
See if that fixes it for you.
Be 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

Post by abdelhafeth.mzahem »

We add it but still not work
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios Network Analyzer

Post by tgriep »

Lets see if you can ping the IP address of the ethernet interface and the gateway by running the following.

Code: Select all

ping 10.102.4.30
ping 10.102.4.1
Lets turn off the firewall to see if you can access the web interface.

Code: Select all

service iptables stop
Can you post the following files?

Code: Select all

/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/sysconfig/network-scripts/ifcfg-eth1
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked