I do them but still not work
here is the needed files
Nagios Network Analyzer
-
abdelhafeth.mzahem
- Posts: 38
- Joined: Thu Jun 04, 2015 1:22 am
Re: Nagios Network Analyzer
You do not have the required permissions to view the files attached to this post.
Re: Nagios Network Analyzer
Add the following line to this file /etc/sysconfig/network
Then restart the network
See if that fixes it for you.
Code: Select all
GATEWAY=10.102.4.1Code: Select all
service network restartBe 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
We add it but still not work
Re: Nagios Network Analyzer
Lets see if you can ping the IP address of the ethernet interface and the gateway by running the following.
Lets turn off the firewall to see if you can access the web interface.
Can you post the following files?
Code: Select all
ping 10.102.4.30
ping 10.102.4.1Code: Select all
service iptables stopCode: 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!