Hi, my first thread accidentally got deleted by anti-spam measurements, so again:
I try to setup IPv6 on a test machine behind a dynamic internet connection (DHCPv6), without luck so far.
But other freshly installed Debian 12 are able to set up IPv6 in the same network automatically (see picture of the OpenWRT interface):
Setup is fritz.box -> openWRT -> Proxmox
IPv4 works flawlessly.
My objective is to set up IPv6 on Proxmox as well with the given delegated prefix, I tried several config variation and diverse tutorials.
May someone can lend me a helping hand?
Thanks in advance!
I try to setup IPv6 on a test machine behind a dynamic internet connection (DHCPv6), without luck so far.
But other freshly installed Debian 12 are able to set up IPv6 in the same network automatically (see picture of the OpenWRT interface):
Setup is fritz.box -> openWRT -> Proxmox
IPv4 works flawlessly.
My objective is to set up IPv6 on Proxmox as well with the given delegated prefix, I tried several config variation and diverse tutorials.
May someone can lend me a helping hand?
Thanks in advance!
Code:
root@pve:~# cat /etc/network/interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto enp6s0
iface enp6s0 inet manual
#iface enp6s0 inet6 auto
#iface enp5s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.200/24
gateway 192.168.1.1
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
dns-nameservers 8.8.8.8
iface vmbr0 inet6 dhcp
# request_prefix 1
Last edited: