Hello!
I'm new to the forum (as in I have never posted, just found answers so far). I could not find a situation similar to mine in the search, so I'm writing a post.
My ISP has recently enabled IPv6 for my connection. I would therefore like my Proxmox guests to get IPv6 addresses from my OPNsense router. However, no options for IPv6 even show up for the NIC in my Linux guests. As in the respective directory in /proc/sys/network/ipv6/conf does not exist.
This is my /etc/network/interfaces on the Proxmox host:
The NICs relating to vmbr0 are the ones not showing the IPv6 options. Any ideas as to what I'm doing wrong?
Thanks and best regards
Matthias
I'm new to the forum (as in I have never posted, just found answers so far). I could not find a situation similar to mine in the search, so I'm writing a post.
My ISP has recently enabled IPv6 for my connection. I would therefore like my Proxmox guests to get IPv6 addresses from my OPNsense router. However, no options for IPv6 even show up for the NIC in my Linux guests. As in the respective directory in /proc/sys/network/ipv6/conf does not exist.
This is my /etc/network/interfaces on the Proxmox host:
Code:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
auto enp6s0f0
iface enp6s0f0 inet manual
iface enp6s0f0 inet6 manual
auto enp6s0f1
iface enp6s0f1 inet static
address 10.0.0.4/23
gateway 10.0.0.1
iface enp6s0f1 inet6 auto
iface eno1 inet manual
iface eno2 inet manual
iface enxd8eb97b33f04 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp6s0f0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 10.1.0.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
The NICs relating to vmbr0 are the ones not showing the IPv6 options. Any ideas as to what I'm doing wrong?
Thanks and best regards
Matthias