Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wshamroukh/opnsense-azure-vm
- Owner: wshamroukh
- Created: 2021-10-08T12:10:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T09:37:33.000Z (about 2 months ago)
- Last Synced: 2024-11-30T10:26:32.538Z (about 2 months ago)
- Topics: azure, firewall, nva, opnsense, opnsense-firewall
- Language: Shell
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```