Οχάκ@lemmy.ml to Linux@lemmy.mlEnglish · 2 months agoVirtualBox 7.1 Released with Qt 6 GUI, Wayland Support for Clipboard Sharing - 9to5Linux9to5linux.comexternal-linkmessage-square61fedilinkarrow-up1177arrow-down14
arrow-up1173arrow-down1external-linkVirtualBox 7.1 Released with Qt 6 GUI, Wayland Support for Clipboard Sharing - 9to5Linux9to5linux.comΟχάκ@lemmy.ml to Linux@lemmy.mlEnglish · 2 months agomessage-square61fedilink
minus-squareleo85811nardo@lemmy.worldlinkfedilinkarrow-up2·2 months agoLast time I tried Virt manager, I couldn’t figure out bridge networks and ended up corrupted the XML config for the VM. Skill issue for me I guess
minus-squareWildly_Utilize@infosec.publinkfedilinkEnglisharrow-up1·edit-22 months agoim a networking idiot so apologies if this doesnt work for your needs if you leave the NAT virtual NIC and add a 2nd one, type MACVTAP, make device name your real NIC (ent01 for me). Now you can access guest on your host and on other LAN devices without needing a bridge (Spent yesterday figuring this out)
minus-squarewildbus8979@sh.itjust.workslinkfedilinkarrow-up1·edit-22 months agoBridge networking should be as simple as selecting “bridge” in the network interface setting and putting the name of your bridge interface… You can create a bridge interface with Network-Manager. Or use macvtap.
Last time I tried Virt manager, I couldn’t figure out bridge networks and ended up corrupted the XML config for the VM. Skill issue for me I guess
im a networking idiot so apologies if this doesnt work for your needs
if you leave the NAT virtual NIC and add a 2nd one, type MACVTAP, make device name your real NIC (ent01 for me).
Now you can access guest on your host and on other LAN devices without needing a bridge
(Spent yesterday figuring this out)
Bridge networking should be as simple as selecting “bridge” in the network interface setting and putting the name of your bridge interface… You can create a bridge interface with Network-Manager. Or use macvtap.