WireGuard
New WireGuard tunnel items can be added.
WireGuard tunnel
Configuration for a WireGuard tunnel.
- Tunnel addresses - The IP addresses set on the tunnel interface.
- Interface
- Peers - The peers for this VPN tunnel.
- Access control list
Properties
Enable
Enable this tunnel.
- Data type: boolean
- Default:
true - Configuration
CLI: (cli)> config vpn wireguard <key> enable
Port
The UDP port listening for connections incoming from peers.
- Data type: integer
- Default:
51820 - Minimum: 1
- Maximum: 65535
- Configuration
- Required
CLI: (cli)> config vpn wireguard <key> port
Label
The label used to describe and locate this WireGuard tunnel.
- Data type: string
- Configuration
- Optional
CLI: (cli)> config vpn wireguard <key> label
Private key
Leave empty to have the device generate a private key.
- Data type: string
- Configuration
- Optional
CLI: (cli)> config vpn wireguard <key> private-key
Public key
Add this device's public key to the peer.
- Data type: string
- Status
CLI: (cli)> show vpn wireguard <key> public-key
