> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/es/virtual-machines/isolating-a-vm.md).

# Aislar una VM

Aislar una máquina virtual (VM) se puede hacer de varias maneras, dependiendo de los requisitos específicos del entorno. A continuación se muestran dos métodos comunes para aislar una VM dentro de VergeOS.

## Eliminar la red adjunta de la VM

Este método básicamente simula desconectar un cable de red de la VM, haciéndola funcionar sin conectividad externa alguna. Es adecuado cuando la VM no necesita comunicarse con ninguna otra red.

### Pasos para eliminar la red:

1. Vaya al **Panel de la máquina virtual**.
2. Haga clic en **NIC** en el menú de navegación izquierdo para acceder a los adaptadores de red virtuales de la VM.
3. Seleccione la NIC que desea editar y haga clic en **Editar** en el menú de navegación izquierdo.
4. En el **ventana de configuración de NIC**, use la lista desplegable para cambiar el **Red** de su valor actual a **--Ninguno--**.
5. Si la VM tiene varias NIC, repita este proceso para todas las NIC activas/habilitadas.

Al eliminar la red de todas las NIC, la VM ya no tendrá acceso a la red.

## Crear una nueva red interna

Si la VM requiere conectividad pero aún necesita estar aislada de otras redes, crear una **nueva red interna** sin otras VM conectadas es la solución preferida.

### Pasos para crear una red interna:

1. Desde el panel de VergeOS, navegue a **Red** y cree una nueva **Red interna**.
2. Establezca una **Puerta de enlace predeterminada** para acceso saliente si es necesario.
3. Después de crear la red interna, regrese al **panel de la VM** y actualice la **NIC** para conectar la VM a la red interna recién creada.

{% hint style="info" %}
**Para obtener instrucciones más detalladas sobre la creación de redes internas, consulte la ayuda en línea de VergeOS en Networking, en la sección Internal Networks.**
{% endhint %}

Este método permite que la VM tenga acceso restringido a la red, al tiempo que sigue proporcionando conectividad saliente a través de la red interna.

***

{% hint style="info" %}
**Información del documento**

* Última actualización: 2024-08-29
* Versión de vergeOS: 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/knowledge-base/es/virtual-machines/isolating-a-vm.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.
