OPNsense Forum

Archive => 19.7 Legacy Series => Topic started by: sashxp on August 30, 2019, 04:23:02 pm

Title: Bootloop and Kernel Exception with Trace while Configuring Wireguard
Post by: sashxp on August 30, 2019, 04:23:02 pm
Hi guys,

i think i've found a serious Bug. I've added 2 Devices like this to get Wireguard to Work and to configure policy based routing (Copy & Paste out of the backup.xml)

Code: [Select]
    <opt3>
      <if>wg0</if>
      <descr>WGVPN</descr>
      <enable>1</enable>
      <lock>1</lock>
      <spoofmac/>
    </opt3>
    <opt4>
      <if>wg1</if>
      <descr>WGAZIRE</descr>
      <enable>1</enable>
      <lock>1</lock>
      <spoofmac/>
    </opt4>

and i've configured wireguard to use these Interfaces. While activating these Interfaces the System reboot.

I've attached the Stack-Trace which i've already sent by Mail through the webinterface.

Code: [Select]
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36
FreeBSD 11.2-RELEASE-p14-HBSD  07680caafe9(stable/19.7) amd64
OPNsense 19.7.3 6255e8ae7
Plugins os-dnscrypt-proxy-1.5 os-dyndns-1.17 os-freeradius-1.9.3 os-igmp-proxy-1.4 os-maltrail-1.1 os-postfix-1.10 os-upnp-1.3 os-wireguard-1.1
Time Fri, 30 Aug 2019 00:36:39 +0200
OpenSSL 1.0.2s  28 May 2019
PHP 7.2.21

I hop i could help to get the error fixed.

sash
Title: Re: Kernel Exception? Bootloop
Post by: sashxp on September 01, 2019, 07:27:47 pm
Are you having any hints or suggestions?
I need both Interfaces. One for VPN Incoming Connections, and the other for my VPN Provider. Is it possible to fix the crash? Could i change something to get rid of the bootloop?