Skip to content

VPN / IPsec

The RC500 supports multiple VPN technologies for secure site-to-site and remote access connectivity.

WireGuard provides a modern, high-performance VPN tunnel with minimal configuration.

Navigate to Services → WireGuard:

FieldDescription
EnableWireGuard interface on/off
Listen PortUDP port for incoming connections (default: 51820)
Private KeyDevice’s WireGuard private key (auto-generated)
Public KeyDisplayed for peer configuration
MTUMaximum transmission unit (default: 1420)

Add remote peers:

FieldDescription
Public KeyPeer’s WireGuard public key
EndpointPeer’s IP:port (for outgoing connections)
Allowed IPsNetworks routable through this peer (CIDR)
KeepalivePersistent keepalive interval (seconds)
Preshared Key(Optional) Additional symmetric key

Configure which traffic uses the WireGuard tunnel:

  • Allowed IPs on the peer defines which destinations route through the tunnel
  • Use 0.0.0.0/0 to route all traffic through the VPN (full tunnel)
  • Use specific subnets for split-tunnel (e.g., 10.0.0.0/8)

IPsec provides standards-based VPN tunneling compatible with enterprise firewalls.

Navigate to Services → IPsec:

FieldDescription
Remote GatewayIP address of the remote IPsec endpoint
AuthenticationPre-shared key or certificate
IKE VersionIKEv1 or IKEv2 (recommended)
EncryptionAES-128/256, 3DES
HashSHA256, SHA384, SHA512
DH Group14, 15, 16, or 19-21 (ECP)
LifetimeSA lifetime in seconds
FieldDescription
Local SubnetLAN subnet behind this device
Remote SubnetLAN subnet behind the remote gateway
EncryptionAES-128/256, 3DES
HashSHA256, SHA384, SHA512
PFS GroupPerfect forward secrecy DH group
LifetimeSA lifetime in seconds

The IPsec status page shows:

  • Tunnel up/down state
  • Bytes transmitted/received
  • Last rekey time
  • Error messages (if tunnel fails)

The RC500 includes an OpenVPN-based remote access tunnel for administrative purposes.

Navigate to Services → Remote Access:

FieldDescription
EnableRemote access tunnel on/off
StatusConnected / Disconnected / Error

When enabled:

  1. Device establishes an outbound OpenVPN connection to the Telisky cloud
  2. Administrators can connect to the device through the cloud relay
  3. Provides SSH and web UI access without requiring port forwarding
  • Remote troubleshooting when the device is behind NAT/CGNAT
  • Administrative access without exposing ports to the internet
  • Temporary access that can be enabled/disabled from the MDM portal

A separate SSH debug tunnel is available for engineering support:

Navigate to Services → Remote Debug:

  • Creates an SSH tunnel back to a designated support server
  • Used exclusively for support/debugging scenarios
  • Can be enabled remotely via MDM commands
  • Automatically disabled after timeout

VPN configurations can be pushed from the MDM platform:

  • WireGuard peer configuration (keys, endpoints, allowed IPs)
  • IPsec tunnel parameters
  • Remote access enable/disable

This allows centralized VPN management across a fleet without manual device configuration.