linux服务器关闭ipv6

现在ipv6越来越普及,但仍然有很多网站不支持,有时候服务器开启了ipv6,默认会通过ipv6的出口请求访问,可能会造成访问慢,api接口ip受限等问题,所以有时候反而需要关闭ipv6,ssh登陆到服务器,复制以下命令回车执行即可关闭。

wget -O disable_ipv6.sh http://downinfo.myhostadmin.net/vps/disable_ipv6.sh && bash disable_ipv6.sh && rm -rf disable_ipv6.sh

image.png

支持centos6,centos7,centos8,Debian8,Debian9,ubuntu16,ubuntu18,ubuntu20。

dibian8 手动禁用

1. vi /etc/network/interfaces   

2.将ipv6部分注释添加#

image.png


3.service networking restart #重启网络



日期:2022-01-06

打印 】