Re: enc0 without MULTICAST flag

2024-09-21 Thread David Gwynne
On Fri, Sep 20, 2024 at 07:28:35AM +0200, Luca Di Gregorio wrote: > 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

Re: Using ffmpeg to record x11 screen & audio

2024-09-21 Thread Thomas Frohwein
On Fri, Sep 20, 2024 at 10:47:42PM -0700, patrick keshishian wrote: > Hi folks, > > Attempting to do a screen capture (x11) including audio; say chrome is > playing a video clip and I want to capture a portion of the screen > along with the audio. > > Quick search shows following example: > > f

PF block traffic on Virtual Network. Bug?

2024-09-21 Thread Luca Di Gregorio
I have an architecture like the one of the picture in attachment, and I have an issue with PF. I don't if it's a bug of, maybe I should post to b...@openbsd.org. I created a virtual network with VXLAN, it's 192.168.3.0/24. VTEP1 and VTEP2 are connected to H3 via p2p interfaces: 10.13.11.0/30 and

Re: vxlan(4) Between Three Sites

2024-09-21 Thread Luca Di Gregorio
> > > ah, sorry, i didnt realise you were running VMs and wanted them on the > same network. youll definitely need veb and vport in this situation. > > Well, I can't figure out any other use case where vxlan(4) is useful, other than connecting VMs to the same subnet (e.g. 192.168.3.0/24) but hosted