Hi,
I've been trying to configure IPv6 on my Proxmox V8 host. Everytime I enable my IPv6 config, all of my virtual machines lose connectivity, despite having ipv6 disabled (with net.ipv6.conf.ens18.disable_ipv6 = 1).
My server provider provides an IPv6 SLAAC configuration which i've tried to enable with this interfaces file :
Read more
I've been trying to configure IPv6 on my Proxmox V8 host. Everytime I enable my IPv6 config, all of my virtual machines lose connectivity, despite having ipv6 disabled (with net.ipv6.conf.ens18.disable_ipv6 = 1).
My server provider provides an IPv6 SLAAC configuration which i've tried to enable with this interfaces file :
Code:
auto lo
iface lo inet loopback
iface enp1s0f0 inet manual
iface enp1s0f1 inet manual
mtu 9000
auto vmbr0
# Public IPv4 network
iface vmbr0 inet...
Read more