# vpn peer

- [vpn peer generate client](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-generate-client.md): Creates a VPN and generates a configuration suitable for import into a WireGuard VPN client.
- [vpn peer host](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-host.md): Specify the host name or IP address of a VPN peer.
- [vpn peer local-ip](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-local-ip.md): Controls the assignment of a local IP address to the VPN for network address translation (NAT).
- [vpn peer mac](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-mac.md): Specify the host name or IP address of a VPN peer.
- [vpn peer name](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-name.md): Specify a description name for a VPN peer.
- [vpn peer public-key](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-public-key.md): Specify a VPN peer's public key.
- [vpn peer remote-ip](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-remote-ip.md): Assigns an IP address to a VPN peer.
- [vpn peer route](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-route.md): Assigns a route to a VPN.
- [vpn peer shutdown](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-shutdown.md): Disbles a VPN.
- [vpn peer unapproved](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-unapproved.md): Disables a VPN and marks it as "unapproved".
- [vpn peer visible](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer/vpn-peer-visible.md): Controls whether the Island's management plane can send traffic over a VPN.


---

# Agent Instructions: 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.islandrouter.com/island-router-cli-2.3.2/commands/vpn-peer.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.
