Search results

  1. E

    [TUTORIAL] Native full-disk encryption with ZFS

    Thanks for your answer and indeed yes - thats what it is meant for. As Bitloker is a usefull thing on laptops. What we want is also disable our own users manipulate the installation by for example trying to use disk in another system they control or booting another os via usb and gain more...
  2. E

    [TUTORIAL] Native full-disk encryption with ZFS

    That works beautifully, but I would like to have the first passphrase stored in TPM2.0 - could that be achieved too? Is this possible and if so - how? Btw. the only caveat is that eventhough having put simplefb in the file, rebuilt initramfs I still get same as the one guy on the third post...
  3. E

    Proxmox ldaps query to active directory domain successfully configured - need to have login with cached credentials

    We already have a 2 node pve cluster running, but would like to replace vmware workstation for running local vm's on developpers laptops - ldaps realm queries works fine as long as you are connected to the company's network and it would have been cool to be able to also use it when being outside...
  4. E

    PVE on Laptop - another Wifi Bridge Thread

    will do - sounds interesting, ty.
  5. E

    PVE on Laptop - another Wifi Bridge Thread

    The requirement is that nat is not allowed - thus I need to find out if I can either find a way to operate wireless nic bridged like the wired one, or pass through the wifi card directly to the vm. I saw your link to the dev. workstation and will definitively check that one out too (in fact I...
  6. E

    PVE on Laptop - another Wifi Bridge Thread

    Hi BobhWasatch, indeed you are not here to teach me Linux networking, thus thanks for having taken the time to reply anyways! My point was to find out my options and which way to go makes most sense. In fact being used configuring things manually - using and loving gentoo for ages now. I am just...
  7. E

    PVE on Laptop - another Wifi Bridge Thread

    I read that wifi cards can be problematic as packets coming from non authorized so I am aware of that. Despite this my boss wants me to configure it similar to the ethernet nic, meaning no nat, just brided device. Furthermore I have installed a debian first, where wifi is working fine -...
  8. E

    Bind VM Screens to Host consoles

    Hi UdoB. Thanks for your post - I will have a look. Thanks for the pointers
  9. E

    Proxmox ldaps query to active directory domain successfully configured - need to have login with cached credentials

    Is that possible to login with domain credentials using cached active directory credentials? Reason is, that it is an instance installed on a latop. We would like the users, that initially logged in the system and were authenticated by ldaps can also reconnect to proxmox webgui when offline. I...
  10. E

    Bind VM Screens to Host consoles

    Is it possible to bind vm's to certain host serial consoles? We would like to achieve the following, Install ProxMox onto some laptops, which also all will have an windows vm booted. Now we would like the users to be able to switch to the fullscreen windows vm by some keybinding like...
  11. E

    [solved] Rename ProxMox BackupServer that also has Qdevice for 3rd vote on 2 Node PVE Cluster

    As nobody replied I just took the try and error approach and removed qdevice from cluster by: pvecm qdevice remove then changed the name by editing /etc/hostname and /etc/hosts followed by a reboot. Finally re-added the qdevice by issuing pvecm qdevice setup ip.ad.dr.ess Seems to have worked...
  12. E

    [solved] Rename ProxMox BackupServer that also has Qdevice for 3rd vote on 2 Node PVE Cluster

    Can I just remove the qdevice, rename it and add it again or are there other things that could break ?
  13. E

    [solved] Rename ProxMox BackupServer that also has Qdevice for 3rd vote on 2 Node PVE Cluster

    What Do I have to take care of if needing to rename the pbs hostname ? Is there anything to pay attention to as the device has qdevice installed and is acting als quorum for the two Clusternodes?
  14. E

    ProxMox 2 Node Cluster Migration on Hew Hardware

    I will get 2 new server where I shall migrate the old nodes to. The cluster has no shared storage and as third device I installed corosync-qnetd on our pbx. Question: What is bestpractice and most efficient for the replacement of those two clusternodes: a) Cluster re-install and recreation...
  15. E

    Emails with wrong sender from time to time

    pveversion -v: proxmox-ve: 7.4-1 (running kernel: 5.15.126-1-pve) pve-manager: 7.4-17 (running version: 7.4-17/513c62be) pve-kernel-5.15: 7.4-7 pve-kernel-5.15.126-1-pve: 5.15.126-1 pve-kernel-5.15.116-1-pve: 5.15.116-1 pve-kernel-5.15.102-1-pve: 5.15.102-1 ceph-fuse: 15.2.17-pve1 corosync...
  16. E

    Emails with wrong sender from time to time

    I configured sender for example when backups are done and that all works fine. /etc/postfix/main.cf also looks good: myhostname=hostname.domain.tld mydomain = domain.tld myorigin = $mydomain fallback_transport = relay smtp_tls_security_level = may smtputf8_enable = no smtpd_banner =...
  17. E

    zfs sending over ssh stalls

    Following the /proc/spl/kstat/zfs/dbgmsg Please tell me what could be helpfull to further investigate why those snapshots stop being sent to destination.
  18. E

    zfs sending over ssh stalls

    Dear ProxMox and zfs supporters, as we dont have this problem on local send / recv from one clusternode to the other but the problem is reproducible on an externally hosted ProxMox host where we pull the incremental snapshots via ssh, I already tried and ruled out the zfs pools on the receiving...
  19. E

    zfs sending over ssh stalls

    Anyone has a hint in howto analyze why after some hundred mb the zfs send/recv stops and if wie wait long enough then theres broken pipe? It only happens when pulling snapshots from vmdisks on remote site via ssh. My next try is to delete all older snapshots (around 30 from each vm disk) then...