VM not detecting IP address for Nagios xi

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
tryingtobeIT
Posts: 6
Joined: Fri Jan 17, 2025 2:03 pm

VM not detecting IP address for Nagios xi

Post by tryingtobeIT »

My VM player is no longer detecting an IP address for xi. I have rebooted the VM several times, I have disconnected and reconnected the bridge and nothing seems to be working,
You do not have the required permissions to view the files attached to this post.
bbahn
Posts: 318
Joined: Thu Jan 12, 2023 5:42 pm

Re: VM not detecting IP address for Nagios xi

Post by bbahn »

Hello @tryingtobeIT,

Is your VM's bridged connection set to DHCP or static? If DHCP, make sure your VM is set to obtain IP address automatically.
Check ip a and/or ifconfig or nmcli to check your interface connection status.
If your connection is down, you can try sudo ifconfig <my_interface> up or sudo nmcli connection up <my_interface>.

Check that your VM is actually connected. In VMWare Workstation, if you go to the settings for your VM under Network Adapter, make sure connected is checked. Other Virtualization software should have a similar setting.

Restarting your VM will also often resolve DHCP issues.
Actively advancing awesome answers with ardent alliteration, aptly addressing all ambiguities. Amplify your acumen and avail our amicable assistance. Eagerly awaiting your astute assessments of our advice.
tryingtobeIT
Posts: 6
Joined: Fri Jan 17, 2025 2:03 pm

Re: VM not detecting IP address for Nagios xi

Post by tryingtobeIT »

The one thing that seemed to work was changing network adapter to NAT