No Ip address to access Nagios XI.
-
syedquadri
- Posts: 6
- Joined: Tue Jan 27, 2015 11:23 am
No Ip address to access Nagios XI.
I installed vmware and VMware Virtual Machine (64-bit) Nagios XI. But No Ip address to access Nagios XI.
Thank you,
Thank you,
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: No Ip address to access Nagios XI.
What do you mean? Did you choose to use one of our pre-configured VM's, or did you install from source? If using a pre-configured VM, the address will show in the banner after you start it. If you installed from source, you may need to configure the VM's networking configuration.
-
syedquadri
- Posts: 6
- Joined: Tue Jan 27, 2015 11:23 am
Re: No Ip address to access Nagios XI.
I downloaded the Vmware player from VMware player free of charge by visiting: http://www.vmware.com/products/player/ and downloaded the Nagios XI (VMware Virtual Machine (64-bit)) from http://library.nagios.com/library/produ ... loads/main
then I try to open the (Nagios XI) VMware virtual machine configuration file from the Vmware player. The CentOS 6.6 boot up perfectly fine. But I dont see the ip addess to access the Nagios XI.
I followed the video tutorial on http://library.nagios.com/library/produ ... loads/main.
Thank you,
then I try to open the (Nagios XI) VMware virtual machine configuration file from the Vmware player. The CentOS 6.6 boot up perfectly fine. But I dont see the ip addess to access the Nagios XI.
I followed the video tutorial on http://library.nagios.com/library/produ ... loads/main.
Thank you,
Re: No Ip address to access Nagios XI.
What happens when you type "ifconfig" from the command line? That should show you the IP address.
Former Nagios employee
-
syedquadri
- Posts: 6
- Joined: Tue Jan 27, 2015 11:23 am
Re: No Ip address to access Nagios XI.
I don't provide the ip address when I do ifconfig. I can see the screenshot to your email id.
Re: No Ip address to access Nagios XI.
Can you post the screenshot here? We don't use email for forum issues.
Former Nagios employee
-
syedquadri
- Posts: 6
- Joined: Tue Jan 27, 2015 11:23 am
Re: No Ip address to access Nagios XI.
I have attached the screeshot.
You do not have the required permissions to view the files attached to this post.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: No Ip address to access Nagios XI.
Looks like eth0 is not configured yet, can you attach your:
File here please? Or copy it's contents?
Code: Select all
/etc/sysconfig/network-scripts/ifcfg-eth0
-
syedquadri
- Posts: 6
- Joined: Tue Jan 27, 2015 11:23 am
Re: No Ip address to access Nagios XI.
I have attached the ifcfg file
You do not have the required permissions to view the files attached to this post.
Re: No Ip address to access Nagios XI.
It looks like you do not have a DHCP server in your environment? If that is the case you will need to give the machine a static IP:
https://gist.github.com/fernandoaleman/2172388
https://gist.github.com/fernandoaleman/2172388
Former Nagios employee