MOCs
- Overview
- Tips and Tricks
- Initial Configuration
- Interface Configuration
- Static Routing
- Firewall Configuration
- VPN Setup
- NAT Configuration
- DHCP Server Setup
- System Management
Overview
VyOS is a Linux-based network operating system that provides software-based network routing, firewall, and VPN functionality. It is designed to be used in physical network devices, as a VM, or in cloud environments.
Documentation
Documentation
If you want a more practical guide to vyos I have my assessment prep for SEC-350 Assessment Prep
Tips and Tricks
EXEC Modes
Vyos has 2 modes 1 is Operational Mode where the terminal will read as the following vyos@vyos:~$
. The second mode is Configuration Mode here you can type config
or configure
to enter vyos@vyos:~#
Importing and Exporting Configs
Export
Import
Initial Configuration
- Accessing VyOS: Use SSH or console access to connect to your VyOS router for the first time.
- Setting Hostname:
Interface Configuration
- Assigning IP Address to an Interface:
Static Routing
- Adding a Static Route:
Firewall Configuration
- Creating a Firewall Rule Set:
VPN Setup
- Configuring an IPsec VPN:
NAT Configuration
- Setting Up Source NAT:
DHCP Server Setup
- Configuring a DHCP Server:
System Management
- Upgrading VyOS: