OPNsense Forum

English Forums => General Discussion => Topic started by: spetrillo on April 17, 2023, 08:30:45 PM

Title: Automating OPNsense Install
Post by: spetrillo on April 17, 2023, 08:30:45 PM
Hello all,

Has anyone spent time trying to automate the OPNsense install, so that it takes into consideration how you want your NICs defined at install time? Just trying to see how I can have an update install without all the initial NIC configuration.

Thanks,
Steve
Title: Re: Automating OPNsense Install
Post by: Patrick M. Hausen on April 17, 2023, 08:33:47 PM
You might take some inspiration from my project that uses the "bootstrap" method on top of stock FreeBSD and creates an iniitial configuration afterwards.

https://github.com/punktDe/vagrant-opnsense

HTH,
Patrick
Title: Re: Automating OPNsense Install
Post by: spetrillo on April 19, 2023, 04:53:39 AM
Thanks Patrick! I will take a look and come back to you.