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 - worst_version

#1
23.7 Legacy Series / Re: WireGuard 2.0 connection down
September 02, 2023, 06:41:15 PM
Quote from: newsense on September 02, 2023, 02:03:05 AM
Quote from: worst_version on September 02, 2023, 01:44:43 AM
as of time of writing, I applied all updates.  The wireguard does not work on any VPN provider.  the whole issue started for me yesterday after last update round.

wg interface does handshake and shows as green in the dashboard.  it worked for past 5 months.

Careful reporting 3rd party VPN issues as OPNsense issues. Sometimes servers change, are decommissioned or down for an extended period of time. When the server is back it may happen to have different keys altogether.

Your VPN provider should have a status page listing the servers.

Nope.  Verified there are no issues with VPN providers.

I installed 23.1 "Quintessential Quail" [23.1.10] and just set VPNs with same configuration.  The issue of not connecting to VPN provider is due to 23.7 "Restless Roadrunner" [23.7.3], probably related to WG 2.0.

i setup 2nd box with 23.7.3, maybe we can debug...
#2
23.7 Legacy Series / Re: WireGuard 2.0 connection down
September 02, 2023, 01:59:31 AM
Quote from: logan23 on August 31, 2023, 07:08:15 PM
ok I finally was able to ssh my OPNsense.

However, I was surprised NOT to find the dash character you mentionned above.

Here is my script file and it still doesn't work :

/usr/local/opnsense/scripts/Wireguard/wg-service-control.php

     90         $ipprefix = strpos($tunneladdress, ":") === false ? "-4" :  "-6";
     91     [b]    mwexecf('/sbin/route -q -n add %s %s -iface %s', [$ipprefix, $server->gateway, $server->interface]);[/b]
     92     }


on my box, the line #91 looks the same, no dash.
#3
23.7 Legacy Series / Re: WireGuard 2.0 connection down
September 02, 2023, 01:44:43 AM
as of time of writing, I applied all updates.  The wireguard does not work on any VPN provider.  the whole issue started for me yesterday after last update round.

wg interface does handshake and shows as green in the dashboard.  it worked for past 5 months.