How do I access an IPv6 only instance?

0

Created a lightsail instance as "ipv6 only". How do I access it?

{example-ipv6addr} = 2001:0db8:85a3:0000:0000:8a2e:0370:7334
Things I tried.
ssh -6 -i "key.pem" ubuntu@{example-ipv6addr}
ssh -i "key.pem" ubuntu@{example-ipv6addr}

ssh: connect to host {example-ipv6addr} port 22: No route to host I keep getting "No route to host" messages.

Jay13
asked 2 months ago355 views
1 Answer
3
Accepted Answer

Hi,

Does your Internet Service Provider (ISP) and|or VPN and complete network setup support IPv6 protocol ? For example, are you able to connect to any other IPv6 addresses OR sites ?

Thanks.

profile pictureAWS
EXPERT
AWS-SUM
answered 2 months ago
profile picture
EXPERT
reviewed a month ago
profile pictureAWS
EXPERT
reviewed 2 months ago
profile picture
EXPERT
reviewed 2 months ago
  • Thank you for your answer. I checked and my ISP doesn't offer IPv6. Thank you again.

  • Most welcome. Glad it helped.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions