Hannes Laimer's latest activity

  • Hannes Laimer
    Hannes Laimer replied to the thread Migration LVM => ZFS.
    Hey, no, not if they would end up being on the same disk. And even if you had more than one disk, I'd really recommend letting the installer setup booting from ZFS. So the best way to achieve that is to create backups of your VMs/CTs, then...
  • Hannes Laimer
    Hannes Laimer replied to the thread Postfix version.
    As mentioned by my colleague in [1]: so no fixed date yet. [1] https://forum.proxmox.com/threads/proxmox-ve-9-0-beta-released.168619/
  • Hannes Laimer
    Hannes Laimer replied to the thread Postfix version.
    Hey, debian trixie has 3.10[1], which should include what you're looking for. We mostly just take the versions debian ships, and for bookworm that was 3.7[2]. Our PVE 9 beta[3] is trixie based, so either wait still stable, or try the beta...
  • Hannes Laimer
    Well, just create a second one :) Maybe a Linux based one, might help rule out windows as the problem.
  • Hannes Laimer
    Hey, hmmm, could try setting the source address explicitly with -j SNAT, should look something like this: post-up iptables -t nat -A POSTROUTING -s '192.168.101.0/24' -o vmbr0 -j SNAT --to-source 192.168.31.222 post-down iptables -t nat...
  • Hannes Laimer
    Hey, auto vlan800 iface vlan800 inet static address xxx.xxx.xxx.xxx/24 mtu 9126 vlan-raw-device enp3s0f0 the vlan-raw-device should be the bridge, so vmbr0 instead of the interface directly. Did not look into this super close, I...
  • Hannes Laimer
    Hannes Laimer replied to the thread set DHCP on proxmox.
    there is no difference between changing the IP or the subnet, both are part of the address, it doesn't matter which part of the address is changed.
  • Hannes Laimer
    Hannes Laimer replied to the thread set DHCP on proxmox.
    Hey, I assume you mean that the PVE host uses DHCP instead of a statically configured IP, not setting up a DHCP server on the host. It is recommended to stick with a static IP for the PVE host, for standalone hosts changing the IP is somewhat...
  • Hannes Laimer
    Hey, what are you updating? Version 2.x of what, PBS? At the end of what did you find bash: /.cargo/env: No such file or directory?
  • Hannes Laimer
    Hannes Laimer replied to the thread spf reject.
    Ok, exists:%{i}.spf.hc697-83.eu.iphmx.com sollte zu exists:23.90.105.144.spf.hc697-83.eu.iphmx.com werden, und per [1] passt das solange es einen A record zu der Domain gibt, allerdings scheint es keinen zu geben. Hier wird nur %{i} [2]...
  • Hannes Laimer
    Hannes Laimer replied to the thread Shared vlans and nics.
    What does ifreload -avvvv say? If that doesn't fail, so exits with 0, could you post the output of ip a? So currently it look like this auto vmbr0 iface vmbr0 inet static address 10.0.66.1/24 gateway 10.0.66.3 bridge-ports enp65s0f3...