> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/networking/vm-network-connectivity-issues.md).

# VM Network Connectivity Issues

Before you begin, verify if other virtual machines in the environment can access the internet. If no other machines can, there may be a network issue upstream of the VergeOS platform that is preventing access to the outside world. If other VMs are still able to access the internet, the most likely cause is that a configuration step was missed.

The following are the most common configuration mistakes that cause network issues:

* **Missing NIC Configuration**: The newly created VM may not have a NIC configured. To verify this, review the **NICs** section of the VM dashboard. Ensure at least one NIC is present. If not, add one.
* **Incorrect Network Assignment**: The VM's NIC may be connected to the wrong network. In the **NICs** section, ensure at least one NIC is present with the status set to **Up**, and verify that the correct network is listed. If not, edit the NIC and assign the correct network (one used by a VM with internet access).
* **Improper IP Configuration**: The VM might not have a properly configured IP address. Typically, this is resolved at the guest level. Refer to the guest operating system’s documentation to ensure the NIC is detected, installed (with drivers), and configured correctly.
* **Virtio Drivers Not Installed**: If the Virtio drivers are not installed, the NIC may not function properly. For instructions on installing Virtio drivers, refer to the [Product Guide](/run-the-platform/virtual-machines/vm-guest-agent.md).

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-09-03
* VergeOS Version: 4.12.6
  {% endhint %}


---

# 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:

```
GET https://docs.vergeos-demo.com/knowledge-base/networking/vm-network-connectivity-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
