Page 2 of 2

Re: Nagios Network Analyzer

Posted: Tue Aug 18, 2015 1:54 am
by abdelhafeth.mzahem
I do them but still not work


here is the needed files

Re: Nagios Network Analyzer

Posted: Tue Aug 18, 2015 8:53 am
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.

Re: Nagios Network Analyzer

Posted: Wed Aug 19, 2015 3:52 am
by abdelhafeth.mzahem
We add it but still not work

Re: Nagios Network Analyzer

Posted: Wed Aug 19, 2015 10:10 am
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