Please provide the network config (cat /etc/network/interfaces, mask any public IPs) and the VM config (qm config <vmid>) as well as the output of pveversion -v.
Hi,
here is the output:
pveversion -v
proxmox-ve: 5.4-2 (running kernel: 4.15.18-24-pve)
pve-manager: 5.4-13 (running version: 5.4-13/aee6f0ec)
pve-kernel-4.15: 5.4-12
pve-kernel-4.15.18-24-pve: 4.15.18-52
pve-kernel-4.15.18-11-pve: 4.15.18-34
pve-kernel-4.13.8-1-pve: 4.13.8-27
ceph: 12.2.12-1~bpo90+1
corosync: 2.4.4-pve1
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: not correctly installed
libjs-extjs: 6.0.1-2
libpve-access-control: 5.1-12
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-56
libpve-guest-common-perl: 2.0-20
libpve-http-server-perl: 2.0-14
libpve-storage-perl: 5.0-44
libqb0: 1.0.3-1~bpo9
lvm2: 2.02.168-pve6
lxc-pve: 3.1.0-7
lxcfs: 3.0.3-pve1
novnc-pve: 1.0.0-3
proxmox-widget-toolkit: 1.0-28
pve-cluster: 5.0-38
pve-container: 2.0-41
pve-docs: 5.4-2
pve-edk2-firmware: 1.20190312-1
pve-firewall: 3.0-22
pve-firmware: 2.0-7
pve-ha-manager: 2.0-9
pve-i18n: 1.1-4
pve-libspice-server1: 0.14.1-2
pve-qemu-kvm: 3.0.1-4
pve-xtermjs: 3.12.0-1
qemu-server: 5.0-54
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
For Network on that host we use netplan:
/etc# cat netplan/50-cloud-init.yaml
# This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
ethernets:
ens18:
addresses: [172.16.48.11/24, "2a00:d0c0:XXXX:XXXX::11/64"]
dhcp4: false
gateway4: 172.16.48.1
gateway6: 2a00:d0c0:XXXX:XXXX::1
nameservers:
addresses:
- 37.2XX.XXX.XXX
- 37.2XX.XXX.XXX
- "2a00:d0c0:XXXX:XXXX::100"
- "2a00:d0c0:XXXX:XXXX::100"
search:
- domain.com
version: 2
qm config 140
bootdisk: scsi0
cores: 2
ide2: nfs-back:140/vm-140-cloudinit.qcow2,media=cdrom,size=5M
ipconfig0: ip=172.16.48.12/24,gw=172.16.48.1
memory: 8192
name: web01.domain.com
net0: virtio=0A:89:92:1B:AB:CC,bridge=vmbr1,tag=408
numa: 0
ostype: l26
scsi0: ssd02:vm-140-disk-1,size=150G
scsihw: virtio-scsi-pci
smbios1: uuid=b4c43976-829a-4673-9047-3328ab58c09d
sockets: 2
We have several hosts with that problem, no problem in Xen-based hosts or dedicated hosts without proxmox.
For further information, we use pfsense as firewall on extra virtual proxmox machine. But if the error happens, the host cant ping6 a direct neighbour.
Best regards,
Volker