Solucionado (ver solução)
Solucionado
(ver solução)
3
respostas

Connect timeout ssh

Estou com problema no EC2, hablitei as seguintes configurações:

TYPE PROTOCOL PORT RANGE SOURCE
SSH    TCP        22         0.0.0.0/0

Baixei a chave no formato pem, converti para o .ppk adicionei no Putty e mesmo assim ele não consegue acessar o servidor.

Uma observação: habilitei o protocolo ICMP - IPV4 para ver se a minha máquina tem acesso ao servidor e conseguir realizar o ping sem nenhum problema.

3 respostas

Aparentemente não estou conseguindo me conectar no EC2 da Amazon, porque o meu provedor tem IP estático ou porque ele utiliza a tecnologia IPV6, em outros lugares estou conseguindo me conectar.

E não consigo me conectar mesmo mudando as configurações do SSH para permitir tanto IPV4 como o 6.

0.0.0.0/0, ::/0

Oi, Anderson, tudo bem?

Você ainda está com esse problema? Chegou a dar uma olhada nesta página aqui https://aws.amazon.com/pt/premiumsupport/knowledge-center/ec2-linux-ssh-troubleshooting/?nc1=h_ls ?

Mais especificamente nesta parte:

To connect to your instance using an IPv6 address, check the following:

Your subnet must be associated with a route table that has a route for IPv6 traffic (::/0) to an Internet gateway.

Your security group rules must allow inbound traffic from your local IPv6 address on the proper port: 22 for Linux and 3389 for Windows.

Your network ACL rules must allow inbound and outbound IPv6 traffic.

If you launched your instance from an older AMI, it might not be configured for DHCPv6 (IPv6 addresses are not automatically recognized on the network interface). For more information, see Configure IPv6 on Your Instances in the Amazon VPC User Guide.

Your local computer must have an IPv6 address and must be configured to use IPv6.

If you have completed these steps and you are still unable to connect to your EC2 instance, make sure the SSH daemon is running on the EC2 instance, and that it is configured to listen on the default port (TCP 22).

solução!

Olá Vitor.

Eu fiz todas essas alterações e também adicionei esta configuração e deu certo, muito obrigado!

Step 1: Associate an IPv6 CIDR Block with Your VPC and Subnets You can associate an IPv6 CIDR block with your VPC, and then associate a /64 CIDR block from that range with each subnet.

To associate an IPv6 CIDR block with a VPC

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

In the navigation pane, choose Your VPCs.

Select your VPC, choose Actions, Edit CIDRs.

Choose Add IPv6 CIDR. After the IPv6 CIDR block has been added, choose Close.

To associate an IPv6 CIDR block with a subnet

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

In the navigation pane, choose Subnets.

Select your subnet, choose Subnet Actions, Edit IPv6 CIDRs.

Choose Add IPv6 CIDR. Specify the hexadecimal pair for the subnet (for example, 00) and confirm the entry by choosing the tick icon.

Choose Close. Repeat the steps for the other subnets in your VPC.