blob: e4d9043608bb5a26340256142d0436e61a610091 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
network: 0.899
device: 0.706
graphic: 0.640
vnc: 0.621
semantic: 0.555
other: 0.448
KVM: 0.433
performance: 0.340
boot: 0.339
PID: 0.331
socket: 0.271
permissions: 0.265
debug: 0.219
files: 0.019
Qemu 9.2.x & Ubuntu 24.04 Network Issue
Description of problem:
After successfully starting, I cannot access the Internet with the virtual machine. I can connect to the VM via SSH and execute various commands. We want a simple NAT network..
We built the Qemu distribution ourselves with the following command:
./configure --target-list=x86_64-softmmu --disable-install-blobs --enable-strip --enable-user --enable-system --enable-linux-user --disable-xen --enable-modules --enable-module-upgrades --enable-linux-aio --enable-fdt --enable-gnutls --enable-libiscsi --enable-libssh --enable-vnc --enable-kvm --enable-vhost-user
make -j 12
sudo make install
Check Libvirt:
$systemctl status libvirtd - active
after the VM was successfully started, the IP 10.2.15 was set to ens3 altname enp0s3 assign.
A ping to 8.8.8.8 can not be resolved.
Additional information:
We can rule out an image problem because this image runs without problems on the Windows Mac guest system and an Internet connection is possible.
|