Search results

  1. 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?
  2. E

    Routed Configuration with IPv6 not working

    Try this guide https://saudiqbal.github.io/Proxmox/proxmox-IPv6-interface-setup-DHCPv6-or-static.html You also need to accept IPv6 router advertisement accept_ra 2
  3. E

    Can't renew SSL certificate

    It is because godaddy no longer allows api to update dns records anymore. You need at least 50 domains with them before you can use the API again. Either host your own DNS server or move to cloudflare.
  4. E

    How can I change chain do-reject to reject?

    I added the reject rule to block local lan set v4-dc/lan { type ipv4_addr flags interval elements = { 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 } } set v4-dc/lan-nomatch { type...
  5. E

    How can I change chain do-reject to reject?

    The last rule in chain do-reject is wrong. I was wondering why the connection keeps timing out instead of immediately getting a reject. It is currently at drop when it should be reject, even the rule name is do-reject! chain do-reject { meta pkttype broadcast drop ip saddr 224.0.0.0/4...
  6. E

    Change Port from 8006 to 443

    I think Proxmox should start using the default port 443 since Proxmox runs on its own IP address so there is no need to use port 8006.
  7. E

    Change Port from 8006 to 443

    I had this for both IPv4 and IPv6 nft add table ip nat nft 'add chain ip nat prerouting { type nat hook prerouting priority -100; }' nft 'add rule ip nat prerouting ip daddr 10.88.88.6 tcp dport { 443 } dnat 10.88.88.6:8006' nft add table ip6 nat nft 'add chain ip6 nat prerouting { type nat...
  8. E

    Blocking LAN access for VMs does not work accept ping using nftables.

    I can confirm both IPv6 and IPv4 rules are working and I can also connect to VM now. Great job. :cool:
  9. E

    Blocking LAN access for VMs does not work accept ping using nftables.

    I did apt update but there is no update available, its been more than 10 hours.
  10. E

    Blocking LAN access for VMs does not work accept ping using nftables.

    I will test it once the update comes out. Also, I filed a bug report for DHCPv6 setup for proxmox since something is recreating DUID on every boot. https://forum.proxmox.com/threads/looks-like-proxmox-8-is-generating-new-ipv6-duid-for-every-reboot.129429/ Bug report...
  11. E

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

    I filed a bug report https://bugzilla.proxmox.com/show_bug.cgi?id=5466 Please find out why Proxmox is generating a new DUID on each reboot.
  12. E

    Blocking LAN access for VMs does not work accept ping using nftables.

    fd88::/64, 10.88.88.0/24 is my home subnet, I allowed the gateway fd88::1, 10.88.88.1 and blocked the rest. It used to work with iptables. If I connect to a VM (fd88::a97, 10.88.88.11) then no connection is possible.
  13. E

    Blocking LAN access for VMs does not work accept ping using nftables.

    From my local LAN computer. Same rules chain group-deny-lan-access-in { } chain group-deny-lan-access-out { ip6 daddr fd88::1 accept ip daddr 10.88.88.1 accept ip6 daddr fd88::/64 drop ip daddr...
  14. E

    Blocking LAN access for VMs does not work accept ping using nftables.

    There is another problem, I cannot connect to VM via SSH after applying the above rules!
  15. E

    How to setup Proxmox for IPv6 in my HomeNet?

    Try to add gateway to inet6 iface vmbr0 inet6 dhcp gateway fd00:0:0:1::1 up ip token set ::3 dev vmbr0 accept_ra 2
  16. E

    How to setup Proxmox for IPv6 in my HomeNet?

    You are using a static config, you can use IPv6 token to add static suffix to your proxmox host. accept_ra 2 up ip token set ::71c6:b34f:8e2a:54f5 dev vmbr0
  17. E

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

    Hopefully it works, I am currently using it right now myself. Once you reboot your router and it clears the stored DUID, start proxmox and copy the newly assigned client id from /var/lib/dhcp/dhclient6.vmbr0.leases and paste it in /etc/dhcp/dhclient.conf interface "vmbr0" { send...
  18. E

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

    This is correct, once you get a fresh dhcp6.client-id add it to the host file and from that point it will boot fine.
  19. E

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

    If your Proxmox host does not boot try rebooting the router, proxmox waits until a new lease is received and once you reboot the router, your router gives a new lease and proxmox boots immediately.

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!