RE: How can I have a list of interfaces in virt-manager network config

2023-12-12 Thread Marc
> > On Fri, Dec 08, 2023 at 04:48:09PM +0100, Marc Haber wrote: > > You can also point me towards documentation if I might have missed > > something. > > Nobody? > Interfaces of what? What you can't get from this? [@ ~]# virsh domiflist vps-ad2 Interface Type

RE: Automate VM migration

2024-03-16 Thread Marc
What do you mean automate? do what on what action? I have created a little script around virsh to migrate hosts. [@sbin]# virsh-migrate.sh v 1.2 usage: /usr/local/sbin/virsh-migrate.sh domain[,domain]|all destination > -Original Message- > From: aheath1...@gmail.com > Sent: Friday, 15 M

RE: How can I create a VM in virt-manager that can access the internet through the host but can't even see the host or other devices on the LAN?

2024-05-17 Thread Marc
I think such a thing can be done with macvtap. Check about using different vlans and test macvtap modes that prevent communicating with the host. > > I don't have a router that I can create custom rules to block things. I > was hoping there would be a way to do this entirely on the host but it >

RE: KVM static internal networking without host bridge interface (virbr)

2024-07-20 Thread Marc
> How to set up an internal network between two KVM network interfaces > while using static networking (avoiding dnsmasq) and while avoiding a > host bridge interface (virbr)? > I am also not using any network config in libvirt. All hosts have same vlans and interfaces and I just use a macvtap o

RE: RE: KVM static internal networking without host bridge interface (virbr)

2024-08-01 Thread Marc
> > Given that potentially sensitive information is flowing between the two > VMs, we want to prevent the host from being able to sniff on the traffic > between the two VMs. Is that possible in any way? If so, how can we > prevent the host to see traffic of the internal network? So why not have i

How can I have a list of interfaces in virt-manager network config

2023-12-08 Thread Marc Haber
e in virt-manager) a list of network interfaces, so that this list box has like "Bridge Device int181", "Bridge Device int188" etc in addition to the three entries that are already present, to give my users a hint about which interfaces might b

Re: How can I have a list of interfaces in virt-manager network config

2023-12-12 Thread Marc Haber
Hi, On Fri, Dec 08, 2023 at 04:48:09PM +0100, Marc Haber wrote: > You can also point me towards documentation if I might have missed > something. Nobody? Greetings Marc -- - Marc Haber | "I

Re: How can I have a list of interfaces in virt-manager network config

2023-12-12 Thread Marc Haber
On Tue, Dec 12, 2023 at 08:20:52PM +, Marc wrote: > > On Fri, Dec 08, 2023 at 04:48:09PM +0100, Marc Haber wrote: > > > You can also point me towards documentation if I might have missed > > > something. > > > > Nobody? > > > >

Re: How can I have a list of interfaces in virt-manager network config

2023-12-12 Thread Marc Haber
On Tue, Dec 12, 2023 at 03:28:50PM -0500, Laine Stump wrote: > On 12/8/23 10:48 AM, Marc Haber wrote: > > [very detailed description of a network setup, the important point being > > that there is a bridge created outside of libvirt] Sorry for being too detailed, I reckoned it is

luks devices and libvirt

2024-07-28 Thread Marc Haber
block" and "source dev") makes the VM work. Can virt-manager somehow be coaxed into generating XML that works here? If not, is this a virt-manager issue or should qemu just accept type="file" and "source file")? Greetings Marc --