用单位的无线wifi--QQ不能接收图片
Tofloor
poster avatar
hyjokhyy
deepin
2020-05-14 02:39
Author
在家了用无线wifiQQ能接收图片,但在单位用无线wifi不能接收图片。请问怎么解决
Reply Favorite View the author
All Replies
avatar
hytzongxuan
deepin
2020-05-14 03:38
#1
https://bbs.deepin.org/post/188959##=1
Reply View the author
avatar
hyjokhyy
deepin
2020-05-27 05:40
#2
https://blog.csdn.net/qq_31813549/article/details/95101292?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.nonecase
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-05-27 06:06
#3
原因是单位wifi不支持ipv6但是QQ以为支持所以去调用了(wine模拟运行让他感受不到到底支不支持
在单位打开QQ前
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
即可,下次重启ipv6还会打开
不建议直接关闭ipv6
Reply View the author
avatar
hyjokhyy
deepin
2020-05-27 07:06
#4
谢谢,我试一试
Reply View the author
Comments
houyawei
2020-05-27 19:18
把神魔说的命令写到shell脚本,设置快捷键会方便一点,直接禁用ipv6可能会导致其他软件出现问题
avatar
hyjokhyy
deepin
2020-05-27 21:05
#5
写不来脚本,我是菜鸟
Reply View the author