-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QEMU/KVM/Libvirt not recognised on Linux Mint 20.2 Cinnamon #466
Comments
Hey @greereer, thanks for reporting this! As a general note before go into this: Currently, VMs and such are out of scope of the Portmaster, because there are too many unknowns to cover right now. See #166 for details. One thing that could be happening, is that your lib-virt instances are using different network integration modes. Can you check what the configuration on both is regarding the networking? |
Ok, then both should be visible. If I understand correctly, the VM is displayed as one application in the Portmaster - you don't see the individual applications from within the VM, right? I also checked again on the available libvirt network integration options here: https://wiki.libvirt.org/page/VirtualNetworking#Virtual_network_switches If you have everything in NAT mode, it should work. Can you select one of the connections coming from the VM in the Unidentified Processes app and press the "Copy JSON" button in the dropdown to the right of the connection? |
Auto-closing this issue after waiting for input for a month. If anyone finds the time to provide the requested information, please re-open the issue and we will continue handling it. |
@dhaavi No. Portmaster blocks all NAT connections. And classifies it as "Network Noise". That being said, it's fixable by going into Portmaster: Rules: Incoming, and adding QEMU's default network:
Documentation Update Needed :DVirtualization defaults to using NAT instead of bridging, and QEMU uses |
That fixed libvirt (virt-manager) for me. Probably fixes GNOME Boxes too since it's the same libvirt engine. |
That takes care of IPv4. As for IPv6, it seems nothing needs to be done: https://libvirt.org/formatnetwork.html
|
Hello, this solved and worked perfect for me!! thank you @Bananaman and everyone else for the making this project. |
What happened:
Portmaster on Linux Mint 20.2 Cinnamon does not identify my lib-virt traffic and has put it all in the unidentified processes category, as a result I have to allow unidentified processes to make connections.
What did you expect to happen?:
I expected Portmaster to identify the lib-virt traffic and place it in it's own "Application".
Portmaster on Ubuntu 20.04 successfully identifies my lib-virt connections and puts them in their own application category
The text was updated successfully, but these errors were encountered: