Really.. no one.. no one has ever setup opnsense to pxe boot....
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu svnlite checkout https://svn.freebsd.org/base/releases/11.2.0 /usr/src
make -j8 buildworld buildkernel
make installkernel
make installworld
mergemaster -p
pkg-static -f install pkg
pkg update
pkg upgrade
# pkg install ca_root_nss
# fetch https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh
# sh ./opnsense-bootstrap.sh
<lan>
<enable>1</enable>
<if>mismatch0</if>
<ipaddr>192.168.1.1</ipaddr>
<subnet>24</subnet>
<ipaddrv6>track6</ipaddrv6>
<subnetv6>64</subnetv6>
<media/>
<mediaopt/>
<track6-interface>wan</track6-interface>
<track6-prefix-id>0</track6-prefix-id>
</lan>
<lan>
<enable>1</enable>
<if>mismatch0</if>
<ipaddr>dhcp</ipaddr>
<subnet/>
<gateway/>
<ipaddrv6>track6</ipaddrv6>
<subnetv6>64</subnetv6>
<media/>
<mediaopt/>
<track6-interface>wan</track6-interface>
<track6-prefix-id>0</track6-prefix-id>
</lan>
touch /tmp/disable_security_checks
chflags schg /tmp/disable_security_checks