Skip to main content

All Questions

1 vote
0 answers
16 views

QNX Momentics IDE won't connect to Qemu virtual target (Linux host)

I'm trying to set up the dev environment for QNX SDP 8 in Linux. But for some reason I can't get the virtual target to work. I sourced the QNX env script and called the check-net script before ...
mattsson's user avatar
  • 111
0 votes
0 answers
35 views

same ip range and subnet in 2 different bridges

I am trying to create 2 different virtual networks in the same ip range (not using NAT) in virt manager.Doesn't work with the gui or editing the xml of the new virtual network . Is the best way to ...
ISG's user avatar
  • 1
1 vote
1 answer
627 views

QEMU VM guest with no network in bridge mode on Arch Linux

I try to create a network bridge mode with my QEMU VM guest in Arch Linux using systemd-networkd. First, I create bridge mode in Arch Linux: # nano /etc/systemd/network/br0.netdev [NetDev] Name=br0 ...
membrillo's user avatar
0 votes
0 answers
2k views

How to make a VM on a bridged network interface accessible from LAN?

Context I have the following network : a router (IP 192.168.2.254) which handles DHCP on 192.168.2.x network a computer1 (IP 192.168.2.1) under Linux (Debian 11) using ufw as firewall a computer2 (IP ...
berty's user avatar
  • 93
2 votes
0 answers
515 views

Bridged qemu machine cannot receive packets, these are dropped

I've created virtual machine (ppc) with bridged interface (using bridge helper) on archlinux. Machine can send packet out, but cannot receive anything. I can see packets (dhcp discover,request and/or ...
Mike S.'s user avatar
  • 91