Assigning the same IP address to multiple interfaces

2020-09-10 Thread Demi M. Obenour
How do I assign the same IP and MAC address to multiple interfaces? This is easy on Linux, but I cannot figure out how to do it on OpenBSD. The (virtual) machine is assigned a single IP address by the hypervisor, so changing the IP not an option, and bridging is a no-go as all the peers share a MA

Re: Assigning the same IP address to multiple interfaces

2020-09-10 Thread Brian Brombacher
> On Sep 10, 2020, at 11:16 AM, Demi M. Obenour wrote: > > How do I assign the same IP and MAC address to multiple interfaces? > This is easy on Linux, but I cannot figure out how to do it on > OpenBSD. The (virtual) machine is assigned a single IP address by > the hypervisor, so changing th

Re: VMM vulns?

2020-09-10 Thread Demi M. Obenour
On 2020-09-03 01:09, Mike Larkin wrote: > On Wed, Sep 02, 2020 at 09:36:14PM -0400, Bryan Steele wrote: >> On Wed, Sep 02, 2020 at 02:03:35AM -0700, Mike Larkin wrote: >>> On Wed, Sep 02, 2020 at 03:35:54AM +0200, f...@disciples.com wrote: https://twitter.com/m00nbsd/status/1291257985734410244

Re: VMM vulns?

2020-09-10 Thread Chris Cappuccio
Demi M. Obenour [demioben...@gmail.com] wrote: > > Yikes! Is https://openbsd.amsterdam affected? > Unless they have a special version of vmm with bugfixes that don't exist anywhere else, then yes, of course.

Re: VMM vulns?

2020-09-10 Thread fro
So, if I'm reading this all correctly it looks like _most_ of the issues have been addressed. Seems these are left:   - The TLB handling of guest pages is broken, in that the INVEPT     instructions in the host could be issued on the wrong CPUs. This means     that if UVM decides to swap out a gu

[ports] Bug in Alpine TLS patch applied in 6.7 (ports/mail/alpine)

2020-09-10 Thread Jussi Laako
Hi, I had a problem that with Thunderbird / mobile clients accessing alpine-based imapd server (imap-uw) over SSL/TLS, eventually the imapd server process goes into busy-loop consuming all possible CPU time. After a while the server was crawling with some tens or hundreds of busy-looping imap

Re: Troubleshooting rsync

2020-09-10 Thread Greg Thomas
Just to add to the archives I set up another Window 10 laptop, set up WSL but this time used OpenSUSE and rsync works fine. On Sun, Sep 6, 2020 at 5:32 AM Todd C. Miller wrote: > On Fri, 04 Sep 2020 22:57:03 -0700, Greg Thomas wrote: > > > Hey all, I'm trying to use WSL on Windows 10 to backup t

Re: strange SMTP interaction with mail.openbsd.org ?

2020-09-10 Thread Leen Besselink
On 08-09-2020 10:30, Claus Assmann wrote: On Mon, Sep 07, 2020, Leen Besselink wrote: So I just got confirmation, when CHUNKING is in the EHLO then it will do STARTTLS, but after a second EHLO it will notice the CHUNKING and just QUIT. Interesting... but unfortunately that's not the problem