Search results

  1. Hannes Laimer

    [SOLVED] Unable to access or ping Proxmox

    So ping 192.168.50.1 fails? Just to be sure, your router is 192.168.50.1, right? Can you ping any other devices on 192.168.50.0/24?
  2. Hannes Laimer

    [SOLVED] Unable to access or ping Proxmox

    after ip addr flush dev enp2s0 ifreload -av enp2s0 still has two IPs assigned to it? If that's the case, I don't see how that is possible since PVE does not do any DHCP, so it does not matter what is set on the router. Could you also remove the entry for the PVE on your router.
  3. Hannes Laimer

    [SOLVED] Unable to access or ping Proxmox

    Is the NUC where PVE runs on? PVE does not get its IP from DHCP, it is specified statically in /etc/network/interfaces. Did you do any network configuration aside from /etc/network/interfaces?
  4. Hannes Laimer

    [SOLVED] Unable to access or ping Proxmox

    The picture does not match the text, which is the state right after the two commands? enp2s0 should not have an IP assigned to it, only vmbr0 should have one.
  5. Hannes Laimer

    [SOLVED] Unable to access or ping Proxmox

    Hey, what is the output of ip a after ip addr flush dev enp2s0 ifreload -av ?
  6. Hannes Laimer

    [SOLVED] Unable to access or ping Proxmox

    Hey, any idea how enp2s0 ended up with two IPs? It should have none, since vmbr0 has an IP. Could you run ip addr flush dev enp2s0 to remove the IP addresses assigned to the interface directly, and ifreload -av to reload everything. Does ifreload complain about anything?
  7. Hannes Laimer

    Only white screen when accessing via browser

    Did you modify the code? You can reinstall the UI packages with apt install --reinstall pve-manager proxmox-widget-toolkit libjs-extjs that should fix the problem.
  8. Hannes Laimer

    Only white screen when accessing via browser

    Hey, does the browser console show any errors/warnings? Do you have the same problem with different browsers?
  9. Hannes Laimer

    PB to Create VM Windows 10

    Hey, have you tried using OVMF (UEFI) as BIOS with TPM and pre-enrolled keys?
  10. Hannes Laimer

    Default certificate

    Hey, leave it, it is self signed and will only be used if no other certificate is available. IIRC you can't even remove it through the UI.
  11. Hannes Laimer

    Letsencrypt certificate renew / Service restart

    Hey, nicht direkt im Task selbst, aber mit systemd kann man das so machen, dass nach dem Start/Restart vom pmgproxy.service auch nginx neu gestartet wird, heißt aber, dass nginx hin und wieder unnötig neugestartet wird, da ja nicht jeder pmgproxy Start mit einem neuen Zertifikat zusammenhängt...
  12. Hannes Laimer

    PBS Networking Question

    Hey, bridge-vids should be space separated[1], the rest looks fine, if I didn't miss anything. IIRC ifreload -a -vv should yell at you for that, may be helpful to spot things like this. edit: actually doesn't [1] https://manpages.ubuntu.com/manpages/jammy/en/man5/interfaces-bridge.5.html
  13. Hannes Laimer

    Proxmox Shell via WebUI

    That is only the case if you login as the root user. But no, something like that is not on our roadmap, if you think you have a use-case for it, feel free to open feature request at [1], since that's where we track those things. [1] https://bugzilla.proxmox.com/
  14. Hannes Laimer

    Proxmox Install, Is Using Kickstart Possible?

    Hey, no, kickstart is not possible. But you can take a look at [1], should be what you are looking for. [1] https://pve.proxmox.com/wiki/Automated_Installation
  15. Hannes Laimer

    Proxmox Shell via WebUI

    Hey, no. Non-root users will have to login in the shell though.
  16. Hannes Laimer

    VMware Migration nach Proxmox

    Hey, die IP/hostname des ESXi, oder VCenter servers.
  17. Hannes Laimer

    VM migration during ceph remapping

    Hey, your data is fine, migration doesn't move the data, it stays in the same place(s), after the migration it is just used from somewhere else. If ceph has its own network you shouldn't really notice anything more than what you currently see performance wise.
  18. Hannes Laimer

    uneable to access Proxmox GUI bus VM are online

    Do you have physical access to the server? If yes, could you login on the console and post the output of cat /etc/network/interfaces and ip a? Can you ping your router and other devices on the network from there? And what is the output of systemctl status pveproxy?
  19. Hannes Laimer

    Problem creation .chunks in Storage PBS

    Inside .chunks/? The <DATASTORE>/.chunks/ directory is part of a datastore. And if the creation task finished successfully it was created. Could you post the logs of the task when you created the datastore?
  20. Hannes Laimer

    Problem creation .chunks in Storage PBS

    Hey, why, and how did you create .chunks manually? It is created and setup correctly on datastore creation. Is .chunks filled with directories? If yes make sure everything is owned by the backup user. You can check that with ls -la .chunks.