proxmox lxc disable ipv6
Posted: Mon Feb 02, 2026 1:24 pm
Add the following lines to /etc/sysctl.conf
run
Code: Select all
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1Code: Select all
sysctl -p