Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wshamroukh/opnsense-azure-vm

This scripts creates an Azure VM and installs OPNSENSE firewall
https://github.com/wshamroukh/opnsense-azure-vm

azure firewall nva opnsense opnsense-firewall

Last synced: about 1 month ago
JSON representation

This scripts creates an Azure VM and installs OPNSENSE firewall

Awesome Lists containing this project

README

        

# OPNsense on Azure VM
This scripts creates an Azure VM and installs OPNSENSE firewall
# How to run this script:
1. Connect to [Azure Cloud Shell](https://shell.azure.com).
2. Download the script: `curl -o opnsense.sh https://raw.githubusercontent.com/wshamroukh/opnsense-azure-vm/refs/heads/main/opnsense.sh`
3. Edit the username and password before your run the script
4. Run the following commands to start running the script:
```
chmod +x opnsense.sh
./opnsense.sh
```