Page 1 of 1

proxmox lxc disable ipv6

Posted: Mon Feb 02, 2026 1:24 pm
by zemerdon
Add the following lines to /etc/sysctl.conf

Code: Select all

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
run

Code: Select all

sysctl -p