OPNsense | scripts-underground OPNsense | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

OPNsense

CPU: cores RAM: MB Disk: GB
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/vm/opnsense-vm.sh)"

OPNsense

Creates an OPNsense firewall/router virtual machine on Proxmox VE with dual NIC support.

Notes

  • Requires a WAN bridge (default: vmbr1) and LAN bridge (default: vmbr0)
  • Installation takes 20-30 minutes (bootstraps OPNsense from FreeBSD)
  • Supports static IP or DHCP for both WAN and LAN interfaces
  • Default credentials: root / opnsense
Copied!