Search results

  1. V

    Debian 11 Cloud Image Networking broken

    Which image type are you using? Generic, Generic Cloud?
  2. V

    Debian 11 Cloud Image Networking broken

    Setting a static IPv4 or IPv6 does not help, the network also fails during startup. For testing purposes I just created a LXC container with the latest Debian 11 template and also set the network config to IPv6 SLAAC. It worked like a charm
  3. V

    Debian 11 Cloud Image Networking broken

    Did some more testing and I can't get it to work, tried different cloud images but always the same.
  4. V

    Debian 11 Cloud Image Networking broken

    Maybe because I'm using DHCP/ radvd? Just deployed another Debian VM, still the same issue. proxmox-ve: 7.2-1 (running kernel: 5.15.35-3-pve) pve-manager: 7.2-5 (running version: 7.2-5/12f1e639) pve-kernel-5.15: 7.2-5 pve-kernel-helper: 7.2-5 pve-kernel-5.15.35-3-pve: 5.15.35-6...
  5. V

    Proxmox API - Edit Disk io_limit issues

    Hi, I'm trying to edit the io read and write limit for an existing vm disk via the api. However the request fails with the response ""scsi0": "'import-from' requires special syntax - use <storage ID>:0,import-from=<source>". I'm not quite sure how to properly format the request and which...
  6. V

    Debian 11 Cloud Image Networking broken

    Hi, I' running some VMs based on the Debian KVM Cloud image. However, the VM is stuck in the boot screen for at least a minute on startup due to network issues. I did some digging in the log and apparently the interface changes names several times between ens18 <-> eth0, I suspect this is...
  7. V

    Ubuntu Cloud Init: Setting DNS not working

    Yes, 22.2-0ubuntu1~22.04.2 Edit: Also checked on Debian 11.3: /usr/bin/cloud-init 20.4.1 So it might actually be version related. But that also means Debian will have the same problem at some point
  8. V

    Ubuntu Cloud Init: Setting DNS not working

    Are there any specific plans to migrate to v2? Any maybe even a rough timeframe? I’ve also seen a different network related issue on the Debian cloud image, but I’ll create a separate thread for that. Im afraid it might also be related to v1 Edit: I'm also wondering why I cant find any similar...
  9. V

    Ubuntu Cloud Init: Setting DNS not working

    The Netplan config doesn't seem to contain any settings related to the nameserver. I just hopped into the cloud-init irc, someone also told me this might be an issue with v1-> netplan. So the only way to fix this is to migrate to the network config v2? root@cloudinit:~# cat...
  10. V

    Ubuntu Cloud Init: Setting DNS not working

    I’ll have to check with Ubuntu 22.10, I’m using the 22.04 image But that still doesn’t make sense to me, especially as this works on Debian
  11. V

    Ubuntu Cloud Init: Setting DNS not working

    Hmm are you sure about that?I'm using the same configuration on Debian Cloud images, specifying the DNS works just fine there, even with SLAAC
  12. V

    Ubuntu Cloud Init: Setting DNS not working

    Same issue, tried setting "1.1.1.1" but that isn't working either
  13. V

    Ubuntu Cloud Init: Setting DNS not working

    I just did exactly that, didn't work either. So cloud-init gets the correct nameserver # cat /var/log/cloud-init.log | grep "2a03:7900:2:0:31:3:104:161" 2022-06-30 11:28:09,142 - stages.py[INFO]: Applying network configuration from ds bringup=False: {'version': 1, 'config': [{'type'...
  14. V

    Ubuntu Cloud Init: Setting DNS not working

    I was working on the wrong VM, I just installed resolvconf on this system as well but still the same issue root@cloudinit:~# service resolvconf status ● resolvconf.service - Nameserver information manager Loaded: loaded (/lib/systemd/system/resolvconf.service; enabled; vendor preset...
  15. V

    Ubuntu Cloud Init: Setting DNS not working

    I already checked the log but I cant find anything that would explain why the nameserver won't get set. It's working just fine on my Debian based systems, just Ubuntu doesn't want to apply the nameserver. 2022-06-30 11:13:44,496 - stages.py[INFO]: Applying network configuration from ds...
  16. V

    Ubuntu Cloud Init: Setting DNS not working

    I'm using the built in Cloud Init integration. Yea, I checked the log but nothing unusual. Also checked the ISO, it has the DNS server listed just fine, it just doesn't get applied to the network configuration. root@pve2:~# qm cloudinit dump 113 network version: 1 config: - type: physical...
  17. V

    Ubuntu Cloud Init: Setting DNS not working

    Hi, I'm using the official ubuntu 22.04 cloud image which I'm customizing with cloud-init. All settings work, except setting the nameserver. It always sticks to the default nameserver. Has anyone else run into a similar issue? I've also tried installing resolvconf, but still same issue...
  18. V

    Cloud-Init: Wie IPv4 komplett deaktivieren?

    Die Problematik scheint auch nur unter den Debian cloud images aufzutreten, Ubuntu läuft bisher problemlos