Re: A bridge network for QEMU VMs

2024-06-12 Thread Fabio Natali
On 2024-06-11, 22:50 +0200, Sergey Trofimov wrote: > Hi, I've made a shepherd service for that: > https://github.com/sarg/dotfiles/blob/c3d9fe10f625e0434301c1c55890579a73919b52/guix/hass.scm#L27-L49 Hey Sergey, This is brilliant, thanks. Perhaps not as clean as if done natively via the 'static-n

Re: A bridge network for QEMU VMs

2024-06-12 Thread Sergey Trofimov
Hi, I've made a shepherd service for that: https://github.com/sarg/dotfiles/blob/c3d9fe10f625e0434301c1c55890579a73919b52/guix/hass.scm#L27-L49

Re: A bridge network for QEMU VMs

2024-06-11 Thread David Larsson
Hi, There is an openvswitch service that might be useful. Marius used it when showing how to setup ganeti on Guix here: I have a Ganeti cluster myself and occasionally I have run some manual openvswitch commands for VM's not

A bridge network for QEMU VMs

2024-06-11 Thread Fabio Natali
Hi, I'd like to set up a server's network so as to have: - a bridge interface, - the real Ethernet interface to be associated to the bridge. Among other things, this setup makes it possible to use QEMU in "bridge networking" mode, i.e. to have QEMU VMs to also connect to the bridge and become re