關閉IPv6

2024-02-28 工作雜記 Linux

  • 設定文件: /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

讓設定生效

sudo sysctl -p

檢驗

ip a | grep inet6

參考資料