Search results

  1. H

    DELL Server Tools install Script for PVE8.x

    he has stolen this from: https://blog.williamdes.eu/Infrastructure/tutorials/install-dell-idrac-racadm-on-proxmox-7/ to install dcism, set repo to jammy: deb [signed-by=/etc/apt/trusted.gpg.d/dell-apt-key.gpg] http://linux.dell.com/repo/community/openmanage/iSM/5100/jammy jammy main...
  2. H

    Kernel drivers for DVB-T/2 devices

    yes, that was my question because Proxmox is not running on stock Debian kernel so maybe someone removed this branch to make it smaller.
  3. H

    Kernel drivers for DVB-T/2 devices

    Hi, Will this: https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-quadHD_(DVB-T/T2/C) work with Proxmox kernel or such as drivers are removed? regards,
  4. H

    Route public IP to VM

    In my custom firewall based on functions: So if I want to map external IP 1:1 to internal then I am doing this: iptables -A FORWARD $PROT -s 0/0 -d LOCAL_IP -j ACCEPT iptables -A FORWARD $PROT -s LOCAL_IP -d 0/0 -j ACCEPT iptables -t nat -A PREROUTING $PROT -s 0/0 -d EXT_IP -j DNAT --to...
  5. H

    Route public IP to VM

    Hi, I have 4 public IPs from my ISP. Currently I am using two of them, one for Proxmox and the other one forwarded 1:1 to private IP of the VM. So I've tried to forward it using iptables: iptables -A FORWARD -p tcp --syn -s EXT_IP -m connlimit --connlimit-above MAX_CONN -j REJECT iptables -A...
  6. H

    Blank screen on GUI behind reverse proxy.

    Problem solved, Proxmox doesn't like: add_header X-Frame-Options "SAMEORIGIN" always; add_header X-XSS-Protection "1; mode=block" always; add_header X-Content-Type-Options "nosniff" always; add_header Referrer-Policy "no-referrer-when-downgrade" always; add_header Content-Security-Policy...
  7. H

    Blank screen on GUI behind reverse proxy.

    Hi I had Nginx running reverse proxy on PVE machine and pointing to 192.168.101.1:8006. That worked fine with LetsEncrypt etc. I decided to remove/shut down Nginx running on PVE and have VM running Nginx and pointing to the same PVE local IP. However instead of Proxmox GUI I am getting blank...
  8. H

    Graceful VM shutdown on host reboot/shutdown

    Is it default if I reboot from the Proxmox Web GUI only or both GUI and command line (ssh)?
  9. H

    Graceful VM shutdown on host reboot/shutdown

    Hi, I am wondering if it is possible to setup Proxmox host to perform graceful VM's shutdown/suspend when the host is going for reboot/shutdown? I have UPS (apcupsd) configured to shutdown host and I'd like to avoid of UPS client software installation on each VM to do this.
  10. H

    Raw disk image only available

    I decided that I don't want this lovume in LVM anymore. I am going to re-install as the fastest way of getting rid of this.
  11. H

    Raw disk image only available

    That is what I am talking about. I am not interested in any manual sh*it. Is it possible to convert it to the normal LVM volume without re-installation?
  12. H

    Raw disk image only available

    How? https://ibb.co/dh4Skz And I can't enable Backup/Snapshot on this volume. If I go to VM and select backup it also want to take a snapshot on to 100GB volume only.
  13. H

    Raw disk image only available

    But snapshots can't be taken on to the same LVM-Thin (3,5TB) volume. The other local volume has only 100GB size.
  14. H

    Raw disk image only available

    I have installed Proxmox on default settings, and now have local-lvm thin volume. The problem I have is I can't select different disk image than Raw, which mean I can't schedule snapshots. Is there any option to change that without re-installation?
  15. H

    Postfix on another server not on PVE

    But it should still work if I change smtpd port in Postfix on Proxmox?
  16. H

    Postfix on another server not on PVE

    Not good. Currently I have only one public IP, and the plan is to have VM running mail server with ports (465, 587, 993, 995) forwarded on to that VM. So ideally will be to shutdown Postfix on hypervisor.
  17. H

    Postfix on another server not on PVE

    Hi, Is it possible/safe to diable Postfix from autostart and use Postfix configured on another server?
  18. H

    pve packages update while VMs running

    ok what about that: # apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages have been kept back: linux-image-amd64 The following packages will be upgraded: cpp-6 g++-6 gcc-6...
  19. H

    pve packages update while VMs running

    Hi, I am not sure if following packages upgrade will affect/kill VMs running: Calculating upgrade... Done The following packages have been kept back: proxmox-ve pve-manager The following packages will be upgraded: libpve-access-control libpve-common-perl lxcfs pve-cluster pve-container...
  20. H

    Windows 10 RDP/VNC/TV lag.

    Hi, I have installed Windows10 using Virtio drivers as mentioned. Unfortunately there is an annoying lag when I am connected using RDP, TightVNC, TeamViewer or even using Console in local network. Is it expected or something is misconfigured or not installed?

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!