summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/KVM/1009
blob: 86bf1461cff68f40535088272a815f8f401d2313 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
KVM: 0.990
network: 0.984
virtual: 0.983
graphic: 0.959
performance: 0.951
ppc: 0.941
VMM: 0.927
kernel: 0.921
architecture: 0.913
PID: 0.892
device: 0.888
peripherals: 0.875
hypervisor: 0.863
user-level: 0.842
debug: 0.839
boot: 0.824
semantic: 0.814
register: 0.796
assembly: 0.794
mistranslation: 0.791
permissions: 0.781
x86: 0.776
socket: 0.760
vnc: 0.759
files: 0.751
arm: 0.670
risc-v: 0.648
i386: 0.637
TCG: 0.593

Nested KVM Networking Issue (OpenStack)
Description of problem:
Hi, 

Inside openstack i have an instance of Ubuntu 20.04 and i have installed KVM ( using virt-manager ) to setup a Virtual Machine ... i have done that and i created a VM of ubuntu 20.04 inside the Openstack Instance but there are networking issue while i set the default parameter as setting up the VM ( i mean the networking is as default to NAT ) , So when the VM is up and running the PING to 8.8.8.8 is available and also ping to google.com is also valid which shows that the DNS is correctly working ... but there is not connectivity with packages while i do sudo apt update, it will not get any package update and also the wget to google.com is shows that its connected to it but it wont able to download!!! the same happen with curl to any other websites...


I'm confirming that the openstack instance has full access to the internet including ping and wget , .... but the VM is not working correctly!

P.S. I have set the ip forwarding, Iptables , ... also disabled firewals but notting changed!!


Would you please fix this ?
Steps to reproduce:
1. creating an openstack instance from ubuntu 20.04 server image
2. updating and upgrading packages setting ip forwarding to 1 ( Enabled), firewall
3. and kernel to 5.13.0.40 and installing virt-manager then reboot 
3. creating a VM with default KVM networking ( NAT ) using ubuntu 20.04 server image
4. trying ping, wget, curl , ...


Thanks
Best regards