netipv6confallforwarding
Net.ipv6.conf.all is a Linux kernel sysctl setting that governs IPv6 behavior across all network interfaces. It is part of the sysctl interface exposed at /proc/sys/net/ipv6/conf/all. The parameters here apply to every IPv6-capable interface on the system, and can be supplemented or overridden by per-interface settings under net.ipv6.conf.[interface] or by net.ipv6.conf.default for interfaces created after boot.
Common tunables in this namespace control core IPv6 behavior. disable_ipv6, when set to 1, disables IPv6 on
Configuration is typically done at runtime via the sysctl interface, for example: sysctl -w net.ipv6.conf.all.disable_ipv6=1. To
Notes and considerations: changes here can affect network connectivity and behavior of services, so they should