
telnet 80端口不通
网上基本那些办法都是扯淡
解决姿势:https://github.com/moby/moby/issues/2174
1 2 3 4 5 6 7 8 9 10 11 |
this fix the problem: vim /etc/default/grub #在第六行添加 ipv6.disable=1 GRUB_CMDLINE_LINUX="ipv6.disable=1 ..." #保存后执行 grub2-mkconfig -o /boot/grub2/grub.cfg #重启 reboot |
- 本文固定链接: https://www.yoyoask.com/?p=4616
- 转载请注明: shooter 于 SHOOTER 发表