It is all over the social media and people are discussing on reddit about moving to ProxMox. Most of the discussion I saw are about no 24/7 support for enterprise customers and limited to Austrian time and some discussion about backups. Does Proxmox team monitors these messages and doing...
My schedule is like this:
sat 09:00
Keep weekly 4
Keep monthly 1
Yearly 1
I just checked today and my monthly backup from 09-30 got deleted which was the last monthly backup from September. I just figured it out that Keep monthly should be 12 and not 1. So the new schedule is:
sat 09:00
Keep...
It would be nice to add Tags based selection in Backup Job. Right now it does not have tags support and I have to add my VMs which I want to include in backup job to pool and select the pool in selection mode.
This is my interfaces file for Proxmox, it also changes the port 8006 to default 443 this way you don't have to type the port in the address bar.
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
allow-hotplug vmbr0
iface vmbr0 inet dhcp
gateway 10.88.88.1
bridge-ports...
My Proxmox gets the IPv6 from my Openwrt router using DHCPv6 and all the VMs also gets their global IPv6 addresses from the router. My VPN VM is IPv6 inbound only even though I have a public IPv4. Dynamic IPv6 does not matter since I only match the last static prefix in the router firewall and...
Are you allowing DHCPv6 in your firewall, if not then IPv6 stops working after like 20 minutes.
Try adding net.ipv6.conf.vmbr0.accept_ra=2 in your /etc/sysctl.conf and reboot your proxmox and see if the problem persists.
For DHCPv6 this is what I have and it works for me but with ProxMox 8 there was some issues with DHCPv6, every time I reboot I will get a new DUID and my Openwrt router will not assign a IPv6 address to proxmox and proxmox would not start. Here is the post for more information...
This is my interfaces file for ProxMox and works great and also changes port 8006 to regular https port.
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2/24
gateway 192.168.1.1
bridge-ports eth0
bridge-stp off...
It took me a while to find out why proxmox fails to boot after each reboot because proxmox is generating a new DUID for ipv6 each time it boots, no such problem with Proxmox 7. The problem is that the router refuses to give a new IPv6 to a mac address stored in a static lease for proxmox and...
Google does offer API access, I am getting my letsencrypt cert for my proxmox directly from Google Domains API.
https://forum.proxmox.com/threads/please-add-support-for-google-domains-dns-api.124434/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.