Recent content by alh

  1. A

    Proxmox VE und Intel i210 Netzwerkkarte

    Etwas spät, aber hast du mal versucht das offloading zu deaktivieren? apt-get install ethtool -y ethtool -K eno1 tso off gso off Falls das das Problem löst, kannst du es dauerhaft in der Netzwerkkonfiguration hinterlegen # /etc/network/interfaces iface vmbr0 inet static ... post-up...
  2. A

    [SOLVED] Strange issues with Proxmox and OPNsense on Hetzner root-server

    as written in my post... i simply ran a packet capture on the interface and noticed the source ports below the typical ephemeral port range of the linux kernel: 32768–60999 which is the default Hetzner suggests. The port range however differs depending on OS and version...
  3. A

    [SOLVED] Strange issues with Proxmox and OPNsense on Hetzner root-server

    Problem was caused by the wrong assumption that OPNsense uses the same ephemeral port range as FreeBSD. I should have detected that straight away with a package capture and I really wonder why I didn't. For anyone running into the same you have the following options: - change ephemeral port...
  4. A

    [SOLVED] Strange issues with Proxmox and OPNsense on Hetzner root-server

    We have quite a few installation running OPNsense on Proxmox and they all run fine. Since a couple of months we also have one instance on a Hetzner root-server (EX101, Intel Core i9-13900) that causes me a lot of headaches and I still cannot figure out the cause for these issues: - getting the...
  5. A

    How to uninstall proxmox?

    I tried to uninstall proxmox by running apt remove proxmox-ve However, afterwards every apt command fails with /bin/sh: 1: /usr/share/proxmox-ve/pve-apt-hook: not found E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (127) E: Failure running script...
  6. A

    [SOLVED] Networking problems sending Telematik mails from VM

    apparently it was a routing issue only
  7. A

    [SOLVED] Networking problems sending Telematik mails from VM

    We have virtualized a medical information system on Proxmox running in Debian 9 Buster VM. Everything so far seems to work fine there is only an issue if we send data via a builtin account to contact the health services in a sort of email with attachment. To be precise we can message without a...
  8. A

    [SOLVED] Configure VNC keymap

    With TigerVNC everything works as expected.
  9. A

    [SOLVED] Configure VNC keymap

    I will give TigerVNC a shot based on this: https://serverfault.com/a/973541
  10. A

    [SOLVED] Configure VNC keymap

    Hello, we need to access a Windows machine via VNC using RealVNC's VNC Viewer from Mac. Apparently the VNC-keymap is en_US but we would like to have de_DE. In VMware this can be configured but I haven't found anything regarding Proxmox. en_US wouldn't be such a problem but e. g. the shift-key...
  11. A

    [SOLVED] License does not remove nag

    Thanks. I was searching for license (stupid me) and therefore did not find this thread.
  12. A

    [SOLVED] License does not remove nag

    I was indeed on the no-subscription-repo. but that is commented out now and I'm now on the enterprise repo. Upgrading etc. works fine, only the nag does not disappear. Other than that there are no modifications (I'm pretty sure).
  13. A

    [SOLVED] License does not remove nag

    After entering the license code which is shown as valid the nag however does not disappear. Is there a way to force the process of removing the nag or trigger it?
  14. A

    Generic Solution when install gets FrameBuffer Mode Fails

    @MrPete Thank you so much! I was struggling for one hour until I came across your post.
  15. A

    [SOLVED] VLAN not working on one node

    Yes, VLAN is allowed. After a lot of reboots the interface finally came up. No idea what happened. Thanks for your input though.