> For the complete documentation index, see [llms.txt](https://docs.platform9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform9.com/managed-openstack/5.4/troubleshooting/linux-kvm/troubleshooting-kvm-dhcp-ip-discovery.md).

# Troubleshooting IP Address Discovery for DHCP Networks

PMO provides support for either a static IP address pool or external DHCP servers on a given network.

This article describes the mechanism and troubleshooting for cases when an IP address for a given VM is not visible.

## Troubleshooting IP Address Discovery for DHCP Networks

PMO uses host’s arp-cache to determine a VM’s IP address. Arp-cache is typically populated when an instance has network activity.

If there is no network activity, the arp-cache is not populated and hence the instance won’t show the IP address. Practically, this is not an issue as every VM has one or another entity talking over the network. Some of the latest kernels and bridges that have bonds as their slaves do not populate the arp cache because of which IPs are not discovered. If this is something that you see please contact Platform9 support (<support@platform9.com>) and we can enable a more advanced IP discovery process for your hosts.

In the case of PMO on VMware, the IP address for an instance is retrieved via VMwareTools installed on the instance. If this is not present, you may not see the IP address populated.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.platform9.com/managed-openstack/5.4/troubleshooting/linux-kvm/troubleshooting-kvm-dhcp-ip-discovery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
