EugenMayer / opnsense-starterkit

Try opnsense, build opnsense images or start development

Home Page:https://opnsense.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Try opnsense, build opnsense images or start development

https://opnsense.org

License:MIT License


Languages

Language:Makefile 67.7%Language:Shell 32.3%