This repository contains configuration scripts for setting up VyOS on a virtual or physical machine.
- Clone the repository.
- SSH into your VyOS instance.
- Run
source setup.sh
to apply the configuration scripts.
- Base Setup: Sets up the system login and password.
- Networking: Configures IP addresses, static routes, and interfaces.
- Firewall: Blocks unwanted IP ranges from the DMZ.
- NAT: Configures outbound NAT for specific subnets.
- SSH: Enables SSH on port 22.
- Modify IP addresses in
setup.sh
according to your network setup.