issues with syslogd include redirecting wg0 output to custom location

2024-09-17 Thread fuxjez
Hi, I'm experimenting with FreeBSD's 14.1's wireguard implementation. So far i've been quite satisfied with using it locally (over an unsecured network). I would like to set up a PoC using wg as a VPN provider (replacing openvpn) next. Before opening wireguard endpoints up for global connect

Re: issues with syslogd include redirecting wg0 output to custom location

2024-09-17 Thread Miroslav Lachman
On 17/09/2024 13:06, fuxjez wrote: [..] and have since attempted to redirect the "wg0" logs to /var/ramdisk_log/wireguard.log by using these syslog includes: :msg, contains, ".*wg0: .*" *.*    /var/ramdisk_log/wireguard.log and :msg, regex, "wg[0-9]{1,2}\:\ " *.*

Re: issues with syslogd include redirecting wg0 output to custom location

2024-09-17 Thread fuxjez
Hi Miroslav, Thank you for your suggestion. I got the property based filtering from the manpage. The entries in /var/log/messages look like these: wg0: Sending handshake response to peer 1 wg0: Receiving keepalive packet from peer 1 wg0: Sending keepalive packet to peer 1 wg0: Sending keepaliv

Re: 13.4 compiles firefox functionally different

2024-09-17 Thread Dan Mack
On Tue, 17 Sep 2024, Peter wrote: Hi, after upgrading to 13.4-RC2-p1, I recompiled all ports. Today I found my firefox can no longer render a certain webpage; the output is garbled as if the CSS were missing/defective. Here is details and picture: https://forums.freebsd.org/threads/firefox-dis

Re: issues with syslogd include redirecting wg0 output to custom location

2024-09-17 Thread Bob Bishop
Hi, > On 17 Sep 2024, at 12:06, fuxjez wrote: > > Hi, > > I'm experimenting with FreeBSD's 14.1's wireguard implementation. > > So far i've been quite satisfied with using it locally (over an unsecured > network). I would like to set up a PoC using wg as a VPN provider (replacing > openvpn)

Re: 13.4 compiles firefox functionally different

2024-09-17 Thread Peter
On Tue, Sep 17, 2024 at 08:35:59AM -0500, Dan Mack wrote: ! On Tue, 17 Sep 2024, Peter wrote: ! ! > Hi, ! > ! > after upgrading to 13.4-RC2-p1, I recompiled all ports. ! > ! > Today I found my firefox can no longer render a certain webpage; ! > the output is garbled as if the CSS were missing/de