Search results

  1. U

    Undeletable network interface after fresh install

    Your ip for the proxmox host is configured on the vmbr0 interface, you can add the line hwaddress 0c:c4:7a:34:3e:cc to your vmbr0 interface so i usses the mac from the eno1 interface (which is part of that bridge. Your VMs and LXCs have their own ip and mac adresses on that bridge interface...
  2. U

    Undeletable network interface after fresh install

    I assume thIs this a hosted server? Do you get multiple ip and mac adresses or just one?
  3. U

    Undeletable network interface after fresh install

    Correct, 2 Interfaces, 1 connected
  4. U

    Undeletable network interface after fresh install

    What is your setup, what are you trying to achieve, and how much do you know about networking?
  5. U

    Undeletable network interface after fresh install

    brctl shows eno1 is the physical interface on vmbr0, while vmbr1 has no physical Interfaces connected
  6. U

    Undeletable network interface after fresh install

    Will show you link detected yes or no
  7. U

    Undeletable network interface after fresh install

    Sorry, too early in the mornig, ethtool eno1 and ethtool eno2 without -i
  8. U

    Undeletable network interface after fresh install

    Check your bridge Interfaces with brctl show
  9. U

    Undeletable network interface after fresh install

    You can check with ethtool if it is connected ethtool -i eno2
  10. U

    Undeletable network interface after fresh install

    Your Server just has 2 physical network Interfaces eno1 and eno2
  11. U

    PBS Restore fails: Error: error extracting archive - encountered unexpected error during extraction

    I already did that, no problems. I have created a new container, mounted the backup and manualy copied the files, but it is worrying that it does not show why the restore is not working
  12. U

    Hi, I installed proxmox VE V7 but I had problems installing CEPH

    You have to add the ceph repository: PVE Server -> Updates -Repositories -> Add: Repository -> Ceph no-subscription But WHY are you installing Proxmox 7, the version you should use is 8 (8.1 to be precise) apt update; apt full-upgrade Check for potential problems with pve7to8 apt-get...
  13. U

    Anfängerfrage Proxmox vs. Oracle VM

    Hallo @Fitze, Doku im Coputerbereich ist meist in Englisch, deutsche Übersetzungen sind leider oft nicht vorhanden /nicht vollständig oder nicht aktuell. Das sollte dich aber nicht abhalten, das Proxmox Webinterface gibt es auf deutsch, es ist wirklich nicht schwierig. Bei Fragen gibt es das...
  14. U

    LXC Samba Server Performance

    Hallo Mrt12, kannst du mal testweise den Samba Server auf dem Proxmox Host konfigurieren um zu sehen ob es da einen Performance Unterschied zwischen LXC und Host gibt? Wenn ja gibt es ein Problem mit dem Container, wenn nein ist es ein Problem mit der IO auf dem Host. Netzwerk IO zwischen...
  15. U

    Anfängerfrage Proxmox vs. Oracle VM

    Normalerweise bedienst du proxmox nach der Installation remote per Webbrowser, über https://deineproxmoxip:8006. Du kannst prinzipiell alles über das Webinterface erledigen. Auf dem proxmoxserver bekommst du diese URL angezeigt und einen Login prompt. Optional kannst du auf dem proxmox Host...
  16. U

    Beginner issues with storage

    Backup your vm to an external disk (you are doing that regularly anyway, aren#t you?) You can add an additional disk to your system, create an physical volume and add that to your volume group pvcreate /dev/sdb1 vgextend pve /dev/sdb1 Or you now can reinstall proxmox with less space for root...
  17. U

    Disk Full - can not delete old backups.

    You can also set a reservation on your rpool/ROOT/pbs-1 zfs set refreservation=8G rpool/ROOT/pbs-1
  18. U

    Disk Full - can not delete old backups.

    Afterwards set quota so thi wont happen again: zfs set refquota=850G rpool/encrypted_data, if you run out of space the you can TEMPORARILY set the quota higher, you should not fill your Filesystems over 80-90% anyway