On Fri, Dec 16, 2022 at 11:39:02AM +0100, Hrvoje Popovski wrote: > On 16.12.2022. 11:33, Lars Bonnesen wrote: > > We are about to migrate VM's from one datacenter to another and the VMware > > L2VPN we are using for this is simply not stable for some reason that we > > cannot figure out why. > > > > I have used GRE-tunneling before on a software router that I actually > > cannot remember the name of now, but if OpenBSD can do the same, I would > > rather deploy one OpenBSD on each site and have that task handled by > > OpenBSD. > > > > Each site should be able to use the other site gateway over a > > L2-network.and VMs on each site should be able to see each other as they > > are on the same LAN > > > > Where to start reading? > > > man tpmr
yes. i wrote tpmr for this exact situation. i wanted to connect switches in different datacentres together over tunnels (etherip in my case) while i was migrating from one site to the other. i was considering calling the driver xconnect or xcon, but went with tpmr because i was reading the ethernet bridge specification at the time and it talks about a special type of bridge called a two port mac relay.