Hello,
On Thu, May 14, 2026 at 08:30:02AM +0200, Gabriele Vento wrote:
>
>
> On May 14, 2026 12:48:03 AM GMT+02:00, Vitaliy Makkoveev <[email protected]>
> wrote:
> >On Wed, May 13, 2026 at 08:54:24AM -0600, Theo de Raadt wrote:
> >> Is this a byte order problem?
> >>
> >
> >I just check wg(4) on my Powerbook G4. Everything works fine. It runs
> >"OpenBSD 7.9 (GENERIC) #54: Fri May 8" but I'm pretty sure 7.8 should
> >also work fine.
> >
> >Gabriele, what do yo mean saying "just doesn't work"? Does it failed to
> >connect to the peer or does it successfully connect, but traffic does
> >not go within tunnel?
> Traffic does not go within the tunnel.
>
can you share output of `ifconfig wg` for both tunnel ends?
optionally content of /etc/hostname.wgX on both endpoints.
Make sure to redact/remove any keys for tunnel. I suspect
there might be issue with wgaip settings which Stuart mentioned.
also if you can check output of
route get $IP_address_reached_over_tunnel
command should help us to tell the routing works as expected,
you can use remote tunnel peer's address.
also any chance pf(4) drops traffic for wg-tunnel?
thanks and
regards
sashan