Search results

  1. E

    How to setup Proxmox for IPv6 in my HomeNet?

    I also use dhcpv6, follow the guide here and see if it works for you. https://saudiqbal.github.io/Proxmox/proxmox-IPv6-interface-setup-DHCPv6-or-static.html
  2. E

    "connection refused error" on webgui

    Did you enable the firewall?
  3. E

    Looks like Proxmox 8 is generating new IPv6 DUID for every reboot

    This is what I found in my logs, I still dont know after so many years why Proxmox changes the value of default-duid in /var/lib/dhcp/dhclient6.vmbr0.leases on every boot. Dec 28 02:32:38 s02 info[892]: executing ip -o addr show vmbr0 Dec 28 02:32:38 s02 info[892]: vmbr0: dhclient: new address...
  4. E

    you do not have a valid subscription for this server

    I wish there was a one time donation option like $25 just to remove the subscription warning and show support for Proxmox and keep the No-Subscription Repository.
  5. E

    Wildcard certificate

    I use acme.sh directly on Proxmox
  6. E

    Wildcard certificate

    You can install wildcard certificate using acme.sh in Proxmox, I use acme.sh for my non wildcard proxmox sub domain using DNS verification but you can request a wildcard certificate as well.
  7. E

    UPS APC to shutdown VMs?

    I made a UPS monitor using a Raspberry pi which shuts down my Proxmox server after 3 minutes of power loss and starts the server once the power is back. Have a look at it here : https://saudiqbal.github.io/Linux/APCUPSD-UPS-Server-Proxmox-Notification.html
  8. E

    How can I change chain do-reject to reject?

    Looks like this has been fixed in 8.3, I am getting a proper REJECT now for outgoing connections (LAN access is blocked).
  9. E

    [TUTORIAL] API examples of webhook for different services

    I used to use custom gotify php file to catch Proxmox notification into my central log and notification system but now webhook is available I got it to work directly with my own notification log system. If you have examples of webhook API working for different services post them here. Mine is...
  10. E

    Proxmox VE 8.3 released!

    Still no tag based backup and no fix for DHCPv6 generating new UUID on every reboot?
  11. E

    DHCPv6 used without timeout when configuring SLAAC

    I do use DHCPv6 for Proxmox host to keep track in my router. This is my config - https://saudiqbal.github.io/Proxmox/proxmox-IPv6-interface-setup-DHCPv6-or-static.html
  12. E

    Certificate misconfiguration for download.proxmox.com

    It would be nice to see a valid lets encrypt cert for download.proxmox.com, I know it is ok for an invalid cert but for a big company like proxmox it does not look good to see an invalid cert warning. Its free to get a valid cert from Letsencrypt.
  13. E

    [TUTORIAL] How to Make Fstrim Run More Often in LXC Containers and Linux VMs + the Host (for GRUB and Systemd Proxmox VE Installations)

    I run fstrim daily for all my VMs and Proxmox using these two simple commands sed -i -e "s?OnCalendar=weekly?OnCalendar=daily?g" /usr/lib/systemd/system/fstrim.timer systemctl daemon-reload
  14. E

    Proxmox needs upload / download button for backup files

    Well all I wanted is to set up a VM, create a backup, download it and send it to my family members or friends and all they have to do is upload the zst file via the GUI. But this is not a big problem, just a suggestion to make life easier.
  15. E

    Proxmox needs upload / download button for backup files

    In the backup section of GUI Proxmox need buttons for quick download and upload of backup files. Suppose I want to download a VM and send it to someone I should have a quick download button to download zst file and a upload button to upload it easily on a different server instead of first...
  16. E

    How can I change chain do-reject to reject?

    I will also test this when this is available. I also added a rule to every VM - IN ACCEPT, which allows everything inbound.
  17. E

    How can I change chain do-reject to reject?

    Looks like I might have asked the wrong question and the above solutions can be ignored. Don't even worry about them. I will try to ask the question again in simple terms. I created two firewall rules in a group and applied to my all my VMs Group name: Block LAN Rule1: out - 192.168.1.1 /...
  18. E

    How can I change chain do-reject to reject?

    I tried pasting the code in /etc/nftables.conf but it does not work over there, where should I paste these commands?