Search results

  1. Hannes Laimer

    7.1-7 ISO

    Yes. You should try to keep nodes as close as possible version wise, but it is not a requirement to have them at the exact same versions. Live migrations also work, as long as: *major version, so PVE 7, PVE 8. Within the same major version it'll always be supported. Also for the upgrade please...
  2. Hannes Laimer

    7.1-7 ISO

    I see, 7.4 will work just as well for that. The cluster is usually also fine with not running the same version, since at least during the upgrade there will be nodes with different PVE versions in the same cluster. Just make sure your nodes run the same major ceph version. And before upgrading...
  3. Hannes Laimer

    Activation of network connection failed

    Hey, is this VM specific? Does internet work on the host itself and on other VMs?
  4. Hannes Laimer

    Recipient address rejected: Rejected by SPF

    Hey, the allowed IPs appear to be r-inkas.ru. 86400 IN TXT "v=spf1 mx ip4:185.86.134.11 ip4:194.84.103.61 ip4:194.84.103.188 ip4:81.9.114.34 ip4:81.9.122.86 ip4:81.9.122.87 ip4:81.9.122.88 ip4:185.86.134.242 -all" you'll have to update the SPF DNS record and either - add one to...
  5. Hannes Laimer

    [SOLVED] GUI Inaccessible through Crome (MBP M3 macOS Sequoia 15.0.1)

    Hey, does the browser console contain any errors? Just to be sure, the url looks like this https://<IP>:8006
  6. Hannes Laimer

    Couldn't boot other kernel

    Hey, what does proxmox-boot-tool kernel list say?
  7. Hannes Laimer

    PVE cluster communication failed when I changed PVE nodes IP address

    Hey, did you update[1] /etc/pve/corosync.conf? Also take a look at [2], that should walk you through how to update the corosync config properly, since it is a little involved. For future reference the easiest way would probably be to add a second link with the new IP, then deleting the old...
  8. Hannes Laimer

    7.1-7 ISO

    Hey, there is 7.4 on [1], what is the reason for this specific version? [1] https://www.proxmox.com/de/downloads/proxmox-virtual-environment/iso/
  9. Hannes Laimer

    UEFI or BIOS

    Hey, you can see the boot mode in the node summary. But generally VMs neither care, nor do they know how the host was booted, or basically anything else host specific.
  10. Hannes Laimer

    [SOLVED] Connect to web-interface with openvpn

    Based on the screenshots you posted it looks like 192.168.100.2 is running the openvpn, if that is not the case replace 192.168.100.2 with the IP of the openvpn server(the VM that can reach 192.168.101.0/24) in the following. In your ping example 192.168.100.5 can't answer the ping because it...
  11. Hannes Laimer

    [SOLVED] Connect to web-interface with openvpn

    The problem is that 192.168.100.5 does not know how to reach 192.168.101.0/24, so it receives the ping package, but can't answer. 1. You can either set a route to 192.168.101.0/24 through 192.168.100.2 on your default gateway 2. or, setup NAT on 192.168.100.2 1. is probably what you want though.
  12. Hannes Laimer

    [SOLVED] Connect to web-interface with openvpn

    Is IPv4 forwarding enabled in the VM? You can check this with sysctl net.ipv4.ip_forward, it should be 1. If it should be 0 you can enable it by adding net.ipv4.ip_forward = 1 to /etc/sysctl.conf and reloading it with sysctl -p.
  13. Hannes Laimer

    [SOLVED] Connect to web-interface with openvpn

    Hey, you need different bridges for the different networks. So, on vmbr0 is your LAN, so VMs to be on that network they have to have vmbr0 as a network device. Now you have to create a new bridge, vmbr1, with will be for 192.168.100.0/24, so all VM you want on this network have to have vmbr1...
  14. Hannes Laimer

    PBS gegen neue Hardware austauschen -> Backups kopieren möglich?

    Hey, das Einfachste wäre wahrscheinlich einen neuen Namespace auf dem Zweiten PBS zu erstellen und dann den root NS mit einem Sync-Job[1] dorthin zu kopieren. Dann die Hardware austauschen, PBS installieren und per Sync-Job vom Namespace in den root NS zurück kopieren. Das selbe dann nochmal...
  15. Hannes Laimer

    "proxmox-ve: not correctly installed (running kernel: 6.5.11-4-pve)" ???

    Could you run apt reinstall proxmox-ve? Is this since an update you did, or was it always like that?
  16. Hannes Laimer

    "proxmox-ve: not correctly installed (running kernel: 6.5.11-4-pve)" ???

    Hey, how did you install it? What does apt update and apt dist-upgrade say?
  17. Hannes Laimer

    [SOLVED] Cannot Add This Node to a Proxmox Cluster - Even after a complete fresh install on the node

    I meant when you join the cluster with a node, a tasks starts and a window pops up showing the logs of this task. You can find it at the bottom of the web UI, scroll down until you find the cluster join task.
  18. Hannes Laimer

    Bridge - Lowest speed

    Why OVS though? You don't really want OVS almost ever, unless you need it for a very specific thing. Also, it looks like you have multiple ports for the same network on the same bridge, you don't want that. If you want to use multiple interfaces consider setting up a bond[1], and making that the...
  19. Hannes Laimer

    Cannot delete old Backup SSD configured as Directory

    Hey, when clicking on one in the top-right corner under "More" you can select destroy. That should remove the mount unit and cleanup the disk and any configurations referencing it.