Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.14 KB

WAT

You want to either quickly

  1. try OPNsense. See below 'Trying OPNsense'
  2. or build an image for your infrastructure right from the ISO / from scratch. See the build guide
  3. Or start developing opnsense with one line, see the development quicksetup guide
  4. Test the current most rest opnsense development version without any effort? Check the development quicksetup guide - you get a "from source" version after running 1 command

Trying OPNsense

mkdir /tmp/mytest && cd /tmp/mytest
curl -o Vagrantfile https://raw.githubusercontent.com/EugenMayer/packer-opnsense/master/Vagrantfile
vagrant up opnsense

Now you can either access OPNsense using https://localhost:10443 or by ssh -p 10022 root@localhost

Username: root Password: opnsense

To see which versions are available, check https://app.vagrantup.com/eugenmayer/boxes/opnsense