Recent content by encryptedserver

  1. E

    Setting up IPv6 (Unifi Router)

    The gateway IPv6 address you are using is wrong, it is a link-local IPv6 address and local to each device and you cannot connect to it. Try to find the IPv6 of your unifi router, mine is fd88::1 for Openwrt router.
  2. E

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

    I can confirm that this works, on my Openwrt I can see that lease is expired on shutdown (correct way) and kept the DUID the same. Proxmox staff needs to look into this and remove the line that removes dhclient files.
  3. E

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

    I am not sure why dhcp client files are removed, no other distro does this including Debian. I will remove the code and test it and post it here.
  4. E

    IPv6 connectivity to VMs with enabled firewall

    I checked and it is not configured for my VMs and they all have native IPv6 connectivity. This is what I have in the config [OPTIONS] enable: 1 radv: 1 macfilter: 1 policy_in: ACCEPT [RULES] |GROUP deny-lan-access
  5. E

    IPv6 connectivity to VMs with enabled firewall

    I also have firewall enabled on the datacenter level and IPv6 is working fine for both Proxmox and VMs. Are you also allowing router advertisements? accept_ra 2 Example
  6. E

    [SOLVED] Problem with "Removable Bootloader"

    Do I need to run those two commands on my Proxmox server?
  7. E

    you do not have a valid subscription for this server

    The one time donation of $25 is just to remove the nagware at login, nothing more, just for home use.
  8. E

    HDD not going to sleep in proxmox ve, but it does in some other systems

    I had the same problem with my external USB HDD passed to my homeserver VM (SMB) home file sharing and the HDD just would not go to sleep. What I did was I went to my VM > Hardware > Add > USB Device > Use USB Vendor/Device ID > Then choose the USB device from the list, now the HDD goes to sleep...
  9. E

    How to setup Proxmox for IPv6 in my HomeNet?

    Just read that slaac does not work on bridges - https://www.reddit.com/r/Proxmox/comments/oq2rgi/how_to_use_ipv6_slaac_and_dhcpv6_for_the_proxmox/ I would recommend you to use IPv6 tokens to set a suffix this way the prefix can change any time.
  10. 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
  11. E

    "connection refused error" on webgui

    Did you enable the firewall?
  12. 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...
  13. 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.
  14. E

    Wildcard certificate

    I use acme.sh directly on Proxmox