Re: pkgconfig errors

2024-09-19 Thread Lucas Gabriel Vuotto
On Thu, Sep 19, 2024 at 03:44:59PM GMT, Anon Loli wrote: > As I have said, they are not the only one. > On a fresh install (as far as I remember), I had to install pkgconf for Dwm or > St, also no env changes as far as I know and config.mk lines uncommented for > OpenBSD. Do you get exactly the sa

OpenBSD support for Mac Mini M2 ?

2024-09-19 Thread J Doe
Hi list, I see in the FAQ that the Apple Mac Mini M2 is a supported platform[0] and that the WiFi is supported via: bwfmv(4). I had two questions about WiFi support: 1. Is Host AP mode supported on the Mac Mini M2? The man pages appear to imply that this is supported, but I wanted to double-ch

Re: enc0 without MULTICAST flag

2024-09-19 Thread David Gwynne
On Thu, Sep 19, 2024 at 10:57:42PM +0200, Luca Di Gregorio wrote: > I'm running 7.5, I see this alert: > > # ifconfig sec0 create > # ifconfig sec0 tunnel 169.254.229.42/30 169.254.229.41 sorry, this should read: # ifconfig sec0 inet 169.254.229.42/30 169.254.229.41 i just committed a fix to th

Re: vxlan(4) Between Three Sites

2024-09-19 Thread David Gwynne
On Thu, Sep 19, 2024 at 09:48:15AM -0700, Bryan Vyhmeister wrote: > On Wed, Sep 18, 2024 at 11:17:45AM +1000, David Gwynne wrote: > > On Mon, Sep 16, 2024 at 09:57:18PM -0700, Bryan Vyhmeister wrote: > > > On Tue, Sep 17, 2024 at 02:31:09PM +1000, David Gwynne wrote: > > > > > > > > On Mon, Sep 16

Re: vxlan(4) Between Three Sites

2024-09-19 Thread David Gwynne
On Thu, Sep 19, 2024 at 10:05:37PM +0200, Luca Di Gregorio wrote: > PublicIP1 > --- > # cat /etc/hostname.vxlan3 > tunnel PublicIP1:4789 239.13.13.3 > parent gif0 > vnetid 13133 > tunnelttl 255 > mtu 1450 > up > > # cat /etc/hostname.gif0 > mtu 1480 > 10.13.11.2 10.13.11.1 netmask 255.255.

Re: OpenBSD support for Mac Mini M2 ?

2024-09-19 Thread J Doe
> On Sep 19, 2024, at 18:46, J Doe wrote: > > Hi list, > > I see in the FAQ that the Apple Mac Mini M2 is a supported platform[0] > and that the WiFi is supported via: bwfmv(4). I had two questions about > WiFi support: > > 1. Is Host AP mode supported on the Mac Mini M2? The man pages app

Re: vxlan(4) Between Three Sites

2024-09-19 Thread Luca Di Gregorio
1 single multicast router is enough to implement VXLAN. mrouted compiled from git (by troglobit) works. And it's quite simple to configure. You don't need OSPF because mrouted comes with DVMRP. I have two sites with PublicIP1 and PublicIP2, where some VMs run. IP addresses of vio0 interfaces of al

Re: enc0 without MULTICAST flag

2024-09-19 Thread Luca Di Gregorio
I achieved to implement the site-to-site vpn via sec0. ospfd works on sec0. A couple of comments: when sec0 is created, the default mtu is 1280. I changed this value to 1500 and tested with ping -D -s I see that the max mtu is 1446, when the underlay network has mtu 1500. So, a scrub ( max-ms

Re: enc0 without MULTICAST flag

2024-09-19 Thread Luca Di Gregorio
Thanks a lot, I'll try it tomorrow. Unfortunately I won't attend EuroBSDCon, anyway, thanks a lot for the invite. Il giorno gio 19 set 2024 alle ore 21:23 Jason Tubnor ha scritto: > Use sec(4) for this. Don’t use enc for anything except inspection. If you > are at EuroBSDCon this weekend, come

Re: enc0 without MULTICAST flag

2024-09-19 Thread Luca Di Gregorio
I'm running 7.5, I see this alert: # ifconfig sec0 create # ifconfig sec0 tunnel 169.254.229.42/30 169.254.229.41 ifconfig: error in parsing address string: non-recoverable failure in name resolution I can't configure sec0 Il giorno gio 19 set 2024 alle ore 21:32 Luca Di Gregorio ha scritto: >

Re: ld on startup - wish to disable

2024-09-19 Thread whiteman808
Hello I doubt if it is a good idea to touch aslr setting for testing environment, I think it is dependent of what do you need to test. I am curious whether aslr can be disabled for package building environment without causing issues with built binary packages on production like vulnerabilities

Re: Azalia HDMI audio output with recompiled kernel

2024-09-19 Thread Jan Stary
Does the card have other outputs besides the HDMI? The regular audio jacks? Do these work?

Re: vxlan(4) Between Three Sites

2024-09-19 Thread Bryan Vyhmeister
On Wed, Sep 18, 2024 at 11:17:45AM +1000, David Gwynne wrote: > On Mon, Sep 16, 2024 at 09:57:18PM -0700, Bryan Vyhmeister wrote: > > On Tue, Sep 17, 2024 at 02:31:09PM +1000, David Gwynne wrote: > > > > > > On Mon, Sep 16, 2024 at 12:25:35PM -0700, Bryan Vyhmeister wrote: > > > > I am attempting

enc0 without MULTICAST flag

2024-09-19 Thread Luca Di Gregorio
I configured a site-to-site vpn with ike2, it works for unicast traffic. I need to enable ospf on the 2 hosts via enc0, but ifconfig enc0 shows: enc0: flags=41 index 2 priority 0 llprio 3 groups: enc status: active inet ... So, ospfd shows, in /var/log/daemon: