[Share Experiences] 网络连接不畅的原因找到了
Tofloor
poster avatar
zale
deepin
2025-09-09 17:53
Author

在公司办公浏览器访问网页总是很卡,经常性的无连接,此时右下角wifi图标会带一个叹号,提示无互联网连接。

切换到windows没有问题,问其他同事也没有这个现象,以为是dns的问题或者驱动的问题怎么也解决不了。

今天ping百度发现,用热点时ping的是ipv6的地址,用公司wifi的时候ping的是ipv4的地址,原来是公司wifi不支持ipv6访问导致的

那么问题来了,有没有办法修改一下设置,默认使用ipv4访问?

Reply Favorite View the author
All Replies
TXOS-C.User
deepin
2025-09-09 18:30
#1

截图_选择区域_20250909182913.jpg

Reply View the author
晚秋(lateautumn)
Moderator
2025-09-10 13:32
#2

学习了。谢谢分享。

Reply View the author
Boggle5923
deepin
2025-09-12 13:53
#3

如果需要永久禁用IPv6,可以将这行添加到你的 /etc/sysctl.conf 中:

net.ipv6.conf.default.disable_ipv6 = 1
Reply View the author
zale
deepin
2025-09-15 11:05
#4
Boggle5923

如果需要永久禁用IPv6,可以将这行添加到你的 /etc/sysctl.conf 中:

net.ipv6.conf.default.disable_ipv6 = 1

那没必要,也就在公司里是这样

Reply View the author