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

#1
I'd be willing to buy that reason if it weren't for the fact that a simple restart of the OpenVPN service 2 minutes after the firewall is restarted fixes the issue.  This reeks to me of OpenVPN starting before something it depends on being ready, but that's just an outsiders perspective.

Looking at the OpenVPN logs, I noticed 1 line in the logs that isdifferent between when it starts at startup, and when I restart the service.  When it fails, I see this additional line in the error log:
GDG: problem writting to routing socket: No such process (errno=3)

If I turn up the log level, I also see a bunch of these in the log at firewall startup:
GET INST BY VIRT: 00:00:5e:00:01:0a@0 [failed]
read from TUN/TAP returned 109
Compared to when I restart the service:
read from TUN/TAP returned 86

Also, if you have an article somewhere explaining why bridged VPN is bad, I'd like to read it, and see if the downsides are relevant for my use-case.
#2
Hoping someone can help me figure out what's happening.  I'm setting up an OpenVPN server in TAP mode, so clients share the same subnet as the LAN.  If the firewall is up and running, and I restart the OpenVPN service, it works no problem; clients can connect and access the local network.  But as soon as I restart OPNSense, clients can still connect to the server, but they fail to route any traffic (ie, can't access anything on the LAN).

Running OPNsense version 25.1-amd64 (latest updates applied).

See attached for VPN configuration.  The VPN interface is bridged to the LAN interface, and LAN is configured with CARP.

Any help would be appreciated!