Search results

  1. M

    Legacy Bios instead of UEFI

    I am doing a fresh install of my Proxmox with VE 8.2.2. because I wanted the OS installed on a ZFS raid 1 filesystem on two NVME ssd drives. After my install I see my Boot mode = Legacy Bios although I recall that my previous install (not ZFS raid 1 and only one NVME ssd) had Boot mode set to...
  2. M

    [SOLVED] 2nd network suddenly not working anymore

    I have routers physically connected to my Proxmox server: 1) DMZ: 192.168.2.x. Router: 192.168.2.254 (vmbr0) 2) LAN: 192.168.178.x Router 192.168.178.1 (vmbr1) VM's and containers using the LAN network are still working fine. VM's and containers using the DMZ only are suddenly not reachable...
  3. M

    [SOLVED] Mount zpool

    I am in the middle of a migration to a new Proxmox version and took the opportunity to add a new ZFS pool -i.e. 'zpool8tb' (ZFS raid1)- with two new 8TB disks. The old ZFS pool -'i.e zpool' (ZFS raid1 with two 4tb disks) will be used for backup purpose. After moving Proxmox data i.e. VM's...
  4. M

    Proxmox auto start-up script and auto shutdown script

    For saving power at home I am working scheduling my Proxmox Lab to auto start in the morning and auto shutdown in the evening. 1) Auto start-up is time-based triggered from the BIOS (and if needed on another time triggered with a WoL command) A) Auto start-up works via BIOS time-based trigger B)...
  5. M

    Replace Disk in RAID-1 ZFS Pool

    I have a BIOS/ UEFI with the following Proxmox storage configuration: - 1 NVM storage for Proxmox OS (unencrypted); - 1 SSD for caching and logging (unencrypted); - 2 HDD's for data only in Raid-1 ZFS configuration with one unencrypted and one encrypted file system. When I boot the system cold...
  6. M

    Docker on Proxmox VE

    First of all I love Proxmox with KVM and LXC, but for quick testing solutions for my work I need to be able to run Docker. Simply because some solutions are only available as Docker container and I don't have time to install an application completely manual. Any recommendation for and easy to...
  7. M

    Recommendation for running Docker

    What what be your recommendation for running a Docker on Proxmox VE? Run it in a VM or in an LSC container?
  8. M

    Removing nfs-common and nfs-kernel-server from proxmox host

    I moving my NAS away from the proxmox host to a container. Therefor I am deleting samba, nfs-common, and nfs-kernel-server packages. For Samba I used 'apt-get autoremove samba', which went fine. For NFS I used 'apt-get autoremove nfs-common nfs-kernel-server', but it prompts me for the below...
  9. M

    cURL connection inside container

    I get the following error in my Wordpress LXC container. I think it has to to with the container but don't know who to solve it. I tried to add 'local ip mypublicdomain.com' in the /etc/hosts file of the container but that doesn't help. The adjustments are also overwritten after reboot. Also no...
  10. M

    Isolating internet webserver from other VM's and containers

    I want to hook up a container with a webserver to the internet. The container is hosted on PVE together with vm's and containers not hooked up to the internet. I am wondering how I can best configure my container to publish it to the internet and isolating it from my other VM's and containers. I...
  11. M

    Proxmox Product Idea Access Gateway

    Not sure where to post this but I would like to share a product idea for which I think for which the technology is already present in Proxmox VE. I currently miss a web-based SSL VPN in the open source space, something like SSL Explorer in the past. The product should basically provide: - Strong...
  12. M

    Proxmox Container and VM configuration files on ZFS

    When I setup my new server: - I installed Proxmox VE on a fast SSD disk (default partitioning, probably ext4) - And for ISO's, vm disks, and container disks, and data I created ZFS pool of HDD disks and datasets on the same server. But how can I put my configuration files, i.e. vm and container...
  13. M

    PVE usage 98%

    I don't understand why Proxmox indicates that my SSD which I basically only used for the Proxmox OS and application (PVE) itself and not for e.g. storage of ISO, VM's or data is for 98% in use. It's a 1 TB SSD NVM disk. On the local (LVM) only two machines are stored of respectively 32 GB and 16...
  14. M

    One of two ZFS NFS enabled shares suddenly unavailable via NFS

    Very strange I had two perfect working ZFS datasets shared through NFS and one of the two suddenly says when mounting from Ubuntu Desktop 'operations permitted for root only'. ZFS properties are set the same for both datasets, except the dataset not available through NFS is an encrypted dataset...
  15. M

    ZFS log and cache

    I am trying to create a zfs log and cache with gdisk but I am stuck with two things. But I need confirmation about my 'procedure' and I am stuck at choosing the filesystem? Your instruction says: "Add cache and log to an existing pool If you have a pool without cache and log. First partition the...
  16. M

    ZFS pool and encryption

    A few questions on ZFS pool creation and encryption. I read the instructions on encryption but I am not sure about the tank/encrypted_data part in the wiki. So better ask. 1) To create the pool I issued 'zpool create -f -o ashift=12 zroot mirror sda sdb -m /mnt/zroot'. I added -m /mnt/zroot...
  17. M

    New Proxmox hardware

    I have build a new mini server for running Proxmox, i.e.: - ASRock Z390M-ITX/ac motherboard - 32 gb of ram - Intel I7 octa core processor I am migrating from an old hardware configuration and want to place my old dm-crypt encrypted Samsung 1.5 TB harddisks to the new hardware configuration...
  18. M

    Proxmox with OMV or with Webmin

    Currently I have a fresh install with Proxmox running with OpenMediaVault in a container. Option 1: The idea is to have the Proxmox host take care of the ZFS file system and than share directories via 'bind' with the OpenMediaVault container. Is this possible? Other options I am considering...
  19. M

    Proxmox + ZFS + NAS

    After long hesitating: Mini-pc and Synology NAS vs. custom build pc with Proxmox and Virtual NAS (probably OpenMediaVault). I will go for the latter option. Just wanted to check whether the setup I am heading for is feasible: 1) I want to install the Proxmox (operating) system to a SSD. 2) 2 or...
  20. M

    New Proxmox Hardware

    Currently I have a custom build system on which I run Proxmox, providing two functionalities: - The virtualization environment for personal LAB purposes - Proxmox host operating system also for 'NAS'/ file server services, i.e. based on SAMBA and LUKS encryption. Now the system is up for...