简体   繁体   中英

Cannot ping ipv6 AWS EC2 instance

I can Ping IPV4 on AWS ,but can't ping IPV6?

I already configured the security group and select all traffic.

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

You need to update the Route Table for IPV6.

1) Open the Amazon VPC console at https://console.aws.amazon.com/vpc/ .

2) In the navigation pane, choose Route Tables and select the route table that's associated with the public subnet.

3) On the Routes tab, choose Edit.

4) Choose Add another route. Specify ::/0 for Destination, select the internet gateway ID for Target, and then choose Save.

Migrating to IPv6

Note: Some instance types such as G2 and M3 do not support IPv6.

它看起来像它的设计 ping ipv6 将返回无法访问

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM