Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

enter image description here

enter image description here

enter image description here

like image 801
zitao Avatar asked Oct 18 '22 02:10

zitao


1 Answers

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.

like image 115
John Hanley Avatar answered Oct 21 '22 08:10

John Hanley