
How to turn off ubuntu's IPv6
Modify the /etc/sysctl.conf
file and add the following
Lazy version
1
2
3
4
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1
Execute sysctl -p to make the settings take effect
1
2
3
echo "net.ipv6.conf.all.disable_ipv6=1 \n
net.ipv6.conf.default.disable_ipv6=1 \n
net.ipv6.conf.lo.disable_ipv6=1 \n ">> /etc/sysctl.conf
💘 相关文章
- 关闭ubuntu的IPv6 的方法
- Debian 10 how to turn IPv6 on and off
- ubuntu 使用snap安装包和软件的一些常用命令
- 正確瀏覽器ipv6網站的方法
- ubuntu 開機無法啟動排查記錄
- how to find out the ssh port of the cpanel host
- ovh独立服务器安装pve开启独立IPv6小鸡的简单记录
- how can do speed test network for debian /ubuntu?
- How to check the CPU version?
- 在ubuntu和Debian系统单网卡绑定多个IP v6地址的方法