> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/knowledge-base/troubleshooting-articles/microsoft-vpn.md).

# Microsoft VPN

Estos tipos de VPN pueden utilizar las aplicaciones RASDIAL o RASPHONE para establecer la conexión. Consulte el artículo de Microsoft sobre sus diferencias y su uso.

Puede consultar este artículo de Microsoft TechNet para obtener más información sobre RASDIAL: <https://technet.microsoft.com/en-us/library/bb490979.aspx>

En ocasiones es necesario aceptar un mensaje o realizar una elección en el primer uso, pero normalmente esto solo ocurre la primera vez. Esto hace que sea obligatorio ejecutar el comando manualmente una vez en todas las máquinas.

Si ha decidido almacenar el PBK en Remote Desktop Manager, lo extraemos a %TMP%\RDM al utilizarlo. Después de intentar establecer una conexión una vez, debería ver su agenda en esa carpeta.

De forma predeterminada, utiliza RASDIAL. ¿Qué ocurre si ejecuta lo siguiente en el símbolo del sistema?

`rasdial <connectionname> <username> /phonebook:`

o, si la opción Use rasphone (ConnectionManager Administrator Kit) está marcada, utilizará RASPHONE.

¿Qué ocurre si ejecuta lo siguiente en el símbolo del sistema?

`rasphone -d <connectionname> -f`

### Problema 1

Error de acceso remoto 623.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4079.png)

#### Solución

Asegúrese de que, en la agenda, el nombre de la definición de VPN contiene un carácter de espacio.

### Problema 2

Contraseña con comillas.

#### Solución

La comilla (") no es un carácter válido y no debe utilizarse en la contraseña de una entrada de VPN de Microsoft.


---

# 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.devolutions.net/rdm/es/knowledge-base/troubleshooting-articles/microsoft-vpn.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.
