pho
deepin
2020-03-05 02:38 之前运行网易云音乐好好的啊,假如关闭 IPv6,会否对其他网络支持又差一些呢?
Reply Like 0 View the author
在Deepin23上又出现了这个问题,
但 sudo /opt/apps/com.163.music/files/bin/netease-cloud-music %U 可以正常
另外一个相关帖子:https://blog.csdn.net/chauncygu/article/details/109143966
Popular Ranking
ChangePopular Events
More
原因是系统打开了ipv6,而对ipv6的支持不好导致的,关闭ipv6可以修复这个问题
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1
永久保存的话,
widon@widon-deepin:~$ sudo deepin-editor /etc/sysctl.conf
在文件最末尾添加
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1