Debian 10 - как отключить ipv6
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 08:26, 25 мая 2023; Admin iph (обсуждение | вклад) (Новая страница: «=== Debian 10 - как отключить ipv6 === # vi /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf...»)
Debian 10 - как отключить ipv6
# vi /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf.lo.disable_ipv6=1 # sysctl -p # reboot