AWS Lightsail Centos7手动开启IPV6May 14, 2022#AWS89AI-generated summaryThis tutorial explains how to manually enable IPV6 on AWS Lightsail Centos7 and open the firewall. It includes steps for enabling IPV6 in the network configuration file and testing the connection using SSH command line.控制面板# 在控制面板内开启 ipv6,并且防火墙放行。 启用 IPV6 并放行端口 SSH 命令行# 首先进入网卡配置文件: Copyvi /etc/sysconfig/network-scripts/ifcfg-eth0 然后在底部添加: CopyIPV6_AUTOCONF=yes 然后重启即可 测试# SSH 输入 ping6 ipv6.google.com 测试是否可以 PING 通。---