VyOS Services

VyOS provides a broad set of network services for enterprise infrastructure.

Section contents

DHCP Server

Automatic IP address assignment for clients.

Features:

  • DHCPv4 and DHCPv6
  • Static reservations
  • DHCP options (gateway, DNS, domain)
  • Multiple subnets
  • Viewing active leases

DNS Forwarding

Caching DNS resolver for the local network.

Features:

  • Recursive DNS queries
  • Response caching
  • Custom DNS records
  • Forwarding to upstream DNS
  • DNSSEC validation

SSH Server

Secure remote access to the router.

Features:

  • SSH v2 protocol
  • Key-based authentication
  • Port configuration
  • Access restrictions
  • SFTP support

NTP Service

Time synchronization.

Features:

  • NTP client for synchronization
  • NTP server for clients
  • Multiple time servers
  • Authentication

HTTPS API

REST API for automation.

Features:

  • RESTful API endpoints
  • Configuration operations
  • Show commands
  • Image management
  • API key authentication

Configuration recommendations

DHCP Server

Use it to automate IP address assignment in local networks. Always configure static reservations for servers.

DNS Forwarding

Improves DNS query performance through caching. Configure your provider’s upstream DNS servers or public ones (Google DNS, Cloudflare).

SSH

Disable password authentication in production. Use SSH keys only.

NTP

Critical for the correct operation of logs, certificates, and routing protocols.

HTTPS API

Required for automation via Ansible, Python, or CI/CD pipelines.


Additional resources

Additional services

Reviewed by OpenNix LLC · Last updated on