Debian 10 - как отключить ipv6: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: «=== Debian 10 - как отключить ipv6 === # vi /etc/sysctl.conf net.ipv6.conf.all.disable_ipv6=1 net.ipv6.conf.default.disable_ipv6=1 net.ipv6.conf...»)
 
(нет различий)

Текущая версия на 08:26, 25 мая 2023

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