Re: pxe efi boot - bdsdxe boot0002 access denied

2023-12-01 Thread Yalan Zhang
Hi Lejeczek, Please try to disable secure boot with: Refer to https://libvirt.org/kbase/secureboot.html BR, Yalan On Fri, Dec 1, 2023 at 9:49 PM lejeczek via Users wrote: > Hi guys > > I have VMs which fail to boot with error as per the subject. > I suspect this is due to: > >

Re: trustGuestRxFilters broken after upgrade to Debian 12

2024-01-21 Thread Yalan Zhang
Hi Paul, May I know the purpose of "trustGuestRxFilters='yes'" setting in your configuration? Refer to [1], currently this "trustGuestRxFilters" parameter is only supported for the virtio device model and for macvtap connections on the host. The hostdev type interface may not support it. Thank y

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-16 Thread Yalan Zhang
> I want to make sure these VMs should be able to access the internet > (through the host) but they should not be able to access the host or any > other device on the LAN. The first and simplest solution comes into my mind is to use the direct type interface (aka. macvtap). Note: "eth0

Re: Best practice to manage network

2025-01-03 Thread Yalan Zhang
Hi Lucas, It is working perfectly, until I'm restarting my network (using ifreload, > ifup, systemctl network restart, ...) - all my VM come unreachable... To > make it work again, I also need to restart libvirtd Is it still expected to have this behavior ? Yes, I think it's expected, and the sc