Menu

Show posts

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

Messages - erlendlk

#1
Same here. I´ve seen this before (don´t remember the exact version numbers), and suddenly "it got fixed" in a later release, so I didn´t bother reporting it. But now it´s back with 24.7.7. What I can see in the WG logs after reboot is a log line like this (for an instance X), right after WG start:

2024-10-26T19:24:47 Notice wireguard wireguard instance X (wg0) can not reconfigure without stopping it first.

Then, after restarting the service manually, the issue is resolved. Same log content, except for the line above.

My setup is pretty straight forward, on bare metal. Single WG instance.
#2
Restarting the pf service from the dashboard also (temporarily) solves the problem for me.
#3
Hi, just upgraded from 23.7.5 to 23.7.8_1, and I also got problems reaching out to the world outside.

Gateway-wise my system is pretty simple. I have two WAN gateways, one for IPv4 and one for IPv6, both created automatically, if I remember correctly. No gateway switching settings (default). I ended up in this thread via https://forum.opnsense.org/index.php?topic=37007.0

After having fumbled around with the "Upstream Gateway" setting and done multiple reboots, I ended up with a little bit of extra explicit gateway config. Before, this element in the config was just


<gateways>
    <gateway_item/>
</gateways>


but now has become


<gateways>
  <gateway_item>
    <interface>wan</interface>
    <gateway>dynamic</gateway>
    <name>WAN_DHCP</name>
    <priority>254</priority>
    <weight>1</weight>
    <ipprotocol>inet</ipprotocol>
    <descr>Interface WAN_DHCP Gateway</descr>
    <monitor_disable>1</monitor_disable>
  </gateway_item>
  <gateway_item>
    <interface>wan</interface>
    <gateway>dynamic</gateway>
    <name>WAN_DHCP6</name>
    <priority>254</priority>
    <weight>1</weight>
    <ipprotocol>inet6</ipprotocol>
    <descr>Interface WAN_DHCP6 Gateway</descr>
    <monitor_disable>1</monitor_disable>
  </gateway_item>
</gateways>


Not entirely sure where/why things stop, but after each reboot of OPNsense, I have to take action to get internet working again. It seems like pretty much every change that enables me to apply the gateway config brings internet/gateway(s) back, regardless of the "Upstream Gateway" setting.
#4
Pretty much the same story here. Killed the bouncer process and the upgrade finished, seemingly successfully. Also ran the health audit with no problems detected.
#5
I have now posted this feature request about the issue: https://github.com/opnsense/core/issues/6471