OPNsense Forum

Archive => 15.1 Legacy Series => Topic started by: fightingmasta on March 25, 2015, 05:12:52 pm

Title: [SOLVED] IPSec on OPNsense 15.1.8
Post by: fightingmasta on March 25, 2015, 05:12:52 pm
Hi

When opening VPN => IPsec in the WebGUI in OPNsense 15.1.8-07aaac43d (amd64) I get the following error:
Fatal error: Cannot create references to/from string offsets nor overloaded objects in /usr/local/www/vpn_ipsec.php on line 43

Best Regards
fightingmasta
Title: Re: IPSec on OPNsense 15.1.8
Post by: franco on March 25, 2015, 06:56:20 pm
Hi there, thanks for the heads-up. We are fixing the issue as I write this. The new config system is stricter than the old one so now we see the dirty corners of the system throwing fatal errors. We are sorry about this, but we have to push through this one commit at a time. 15.1.8.1 to be released soon (soon meaning tonight). :)
Title: Re: [SOLVED] IPSec on OPNsense 15.1.8
Post by: franco on March 25, 2015, 09:35:21 pm
15.1.8.1 has been pushed to the update server.
Title: Re: [SOLVED] IPSec on OPNsense 15.1.8
Post by: fightingmasta on March 26, 2015, 07:46:14 am
Thank you for fixing the problem!  :)
Is there a possibility to download the update manually, because my OPNsense box has no internet connection yet. I'm planing to replace my ALIX with a APU and will connect it to the internet, when it is fully configured.  ;)
Thanks in advance
Title: Re: [SOLVED] IPSec on OPNsense 15.1.8
Post by: franco on March 26, 2015, 08:35:03 am
You are moving into uncharted territory, but this will get you going. Fetch the correct architecture file from our mirror:

Code: [Select]
# fetch http://pkg.opnsense.org/FreeBSD:10:i386/latest/All/opnsense-15.1.8.1.txz
# fetch http://pkg.opnsense.org/FreeBSD:10:amd64/latest/All/opnsense-15.1.8.1.txz

Move it to the OPNsense box. Then run:

Code: [Select]
# pkg add -f opnsense-15.1.8.1.txz
Later updates will give you trouble once the box has connectivity, but you can most likely run this to fix it:

Code: [Select]
# pkg install -f opnsense
# pkg upgrade -f