Comment 2 for bug 1958506

Revision history for this message
Oleg Neumyvakin (oneumyvakin) wrote (last edit ):

Here are logs and network configs.

cat cloud-init-logs-2022-01-27/network-config
version: 2
ethernets:
  eth0:
    set-name: eth0
    mtu: 1400
    match:
      macaddress: "52:54:00:3f:fc:f7"
    addresses:
      - 10.54.2.19/21
      - 2a00:1730:fff9:100::52/128
    gateway4: 10.54.0.1
    gateway6: 2a00:1730:fff9:100::1
    routes:
      - to: 10.54.0.1/32
        via: 0.0.0.0
        scope: link
      - to: 0.0.0.0/0
        via: 10.54.0.1
        scope: link
      - to: 2a00:1730:fff9:100::1/128
        via: ::0
        scope: link
      - to: ::0/0
        via: 2a00:1730:fff9:100::1
        scope: link
    nameservers:
      addresses:
        - 10.52.1.1
        - 10.52.1.71
        - 2001:4860:4860::8888
        - 2001:4860:4860::8844

Link to image https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20220126.0.x86_64.qcow2