Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugenmayer/opnsense-starterkit
Try opnsense, build opnsense images or start development
https://github.com/eugenmayer/opnsense-starterkit
aws development firewall gce opnsense packer php vagrant virtualbox
Last synced: 7 days ago
JSON representation
Try opnsense, build opnsense images or start development
- Host: GitHub
- URL: https://github.com/eugenmayer/opnsense-starterkit
- Owner: EugenMayer
- License: mit
- Created: 2017-01-23T13:00:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T20:09:40.000Z (about 2 years ago)
- Last Synced: 2024-10-31T15:37:45.602Z (15 days ago)
- Topics: aws, development, firewall, gce, opnsense, packer, php, vagrant, virtualbox
- Language: Makefile
- Homepage: https://opnsense.org
- Size: 87.9 KB
- Stars: 20
- Watchers: 5
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WAT
You want to either quickly
1. try [OPNsense](https://opnsense.org). See below 'Trying OPNsense'
2. or build an image for your infrastructure right from the ISO / from scratch. See [the build guide](https://github.com/EugenMayer/packer-opnsense/tree/master/build)
3. Or start developing opnsense with one line, see [the development quicksetup guide](https://github.com/EugenMayer/opnsense-starterkit/tree/master/development)
4. Test the current most rest opnsense development version without any effort? Check [the development quicksetup guide](https://github.com/EugenMayer/packer-opnsense/tree/master/development) - you get a "from source" version after running 1 command## Trying OPNsense
- Install vagrant https://www.vagrantup.com/downloads.html
```
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: opnsenseTo see which versions are available, check https://app.vagrantup.com/eugenmayer/boxes/opnsense