[Seek Help] ipv6忽略失败
Tofloor
poster avatar
deepin-veng
deepin
2022-07-12 00:35
Author

版本20.6

网络配置里已经忽略了ipv6,但是还是分配到了ipv6的地址

image.png

image.png

Reply Favorite View the author
All Replies
momen
deepin
2022-07-12 00:54
#1

1 添加内核参数彻底禁用IPv6:sudo dedit /etc/default/grub

2 在此行添加参数:GRUB_CMDLINE_LINUX="ipv6.disable=1"

3 保存退出后执行:sudo update-grub

Reply View the author
momen
deepin
2022-07-12 00:55
#2

这个是直接禁用ipv6的方法↑

Reply View the author
deepin-superuser
deepin
2022-07-12 02:54
#3
momen

1 添加内核参数彻底禁用IPv6:sudo dedit /etc/default/grub

2 在此行添加参数:GRUB_CMDLINE_LINUX="ipv6.disable=1"

3 保存退出后执行:sudo update-grub

不建议这个方法 会导致微信不能视频

Reply View the author
momen
deepin
2022-07-12 03:06
#4
deepin-superuser

不建议这个方法 会导致微信不能视频

啊这,,那不是应该自动走v4地址嘛

Reply View the author
hotime
deepin
2022-07-12 03:41
#5

选择IPv6忽略并保存后,是否重启过网络?或者拔插网线?(注意到截图里的eno1看着像是有线网络)

我这里是在无线网络里修改完保存后,无线网络会自动断开重新连接,然后无线网络就正常地忽略了IPv6

Reply View the author
Ziggy
deepin
2022-07-12 08:10
#6

保存再重连

Reply View the author