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
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
Thanks Patrick! I will take a look and come back to you.