Have you tried adding the gateway to vmbr0? I found out without the gateway IPv6 was not working on Proxmox host, VMs were fine.
I use DHCP for my Proxmox, try my example and see if it works for you.
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0...
This is my interfaces file and Host and VM can access IPv6 Internet, change it to static if you want since I use DHCPv6
auto lo
iface lo inet loopback
iface enx0 inet manual
auto vmbr0
iface vmbr0 inet dhcp
gateway 10.88.88.1
bridge-ports enx0
bridge-stp off
bridge-fd 0
iface...
Dont forget to run your token
export GOOGLEDOMAINS_ACCESS_TOKEN="xxxxxxxxxxxxxxx"
in proxmox terminal before running any acme.sh command. Let me know if it works.
Yes, I got it working. Did you upload the dns_googledomains.sh in /root/.acme.sh/dnsapi ? I am not using the built in ACME server anymore. I used the acme.sh script from
curl https://get.acme.sh | sh -s email=my@example.com
After installing acme.sh and manually uploading the api I used these...
Google domains has an ACME DNS API now, it would be nice to add a plugin to the list. I tried it adding manually in /usr/share/proxmox-acme/dnsapi/dns_googledomains.sh but it is not showing up.
https://github.com/CruzMarcio/acme.sh/blob/googledomains_api/dnsapi/dns_googledomains.sh
Any update on this? I am also interested in this as well, I need a weekly backup drive which will sleep for a week and once the backup is done sleep again.
Thank you all of you for the above code, it also helped me to switch to default port 443. I also tweaked the above code to make it easier to do it using the interfaces file
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports enx70886b82dd62
bridge-stp off
bridge-fd 0
post-up iptables...
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.