EC2 with Ubuntu 16.04 in IPv6 VPC unreachable from outside

0

Hi All,

I am struggling from couple of days to ssh my IPv6 enabled ec2 instance in Ubuntu 16.04.3 LTS using ipv6 address, it is throwing Network error. But when I tried to ssh the same instance using elastic IP address I am able to connect.

Here are my route info:

ubuntu@ip-172-30-3-113:/$ ip route show default via 172.30.3.1 dev ens5 172.30.3.0/24 dev ens5 proto kernel scope link src 172.30.3.113

ubuntu@ip-172-30-3-113:/$ ip -6 route show 2600:1f18:3bb7:6400:xxxx:xxxx:xxxx:c64b dev ens5 proto kernel metric 256 pref medium 2600:1f18:3bb7:6400::/64 dev ens5 proto kernel metric 256 pref medium fe80::/64 dev ens5 proto kernel metric 256 pref medium default via fe80::808:5aff:fe08:c396 dev ens5 proto ra metric 1024 expires 1799sec hoplimit 255 pref medium

**Security Group: ** Allow All IPv6 and IPv4 with ssh (22) permission Security Group

Route Table: Both Ipv6 and Ipv4 pointing to same Internet Gateway Route Table

Network ACL: Allow all traffic inbound and outbound Network ACL

Not sure what I am missing here - to connect the ec2 instance via ssh. Could you please give me some leads what I might be missing in the configuration.

Regards, Rintu

已提问 1 个月前186 查看次数
1 回答
1
已接受的回答

Your configuration looks correct. Does the machine you are trying to SSH from support IPv6?

profile pictureAWS
专家
已回答 1 个月前
profile picture
专家
已审核 1 个月前
profile picture
专家
已审核 1 个月前
  • Thank you for directing me to the machine router configuration. You are right - Enable IPv6 Support was disabled in my router settings. The issue got resolved when I enable the setting.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则