IP v6

Marek

New Member
Oct 26, 2017
16
0
1
40
Hey - how to permanently disable IPv6 - it is possible to disable it but after reboot proxmox enables it. Also removing this module is not pentameter as kernel update rebuilt it.

Please let me know.
 
IIRC, there are some IPv6-related settings in /etc/sysctl.conf, try to disable it there (something like "ipv6.disable", try to set all those to "1")...
 
Try to add
ipv6.disable=1
to the kernel boot command line (in /etc/default/grub).