IPv6

From Omnia
Jump to navigation Jump to search

IPv6

Test readiness: http://test-ipv6.com/

DNS

See DNS/dig#IPv6

Linux

See Linux/IPv6

Tunnel Broker

List of IPv6 tunnel brokers - Wikipedia - https://en.wikipedia.org/wiki/List_of_IPv6_tunnel_brokers

Hurricane Electric Free IPv6 Tunnel Broker - https://tunnelbroker.net/

Local Link Address

https://www.itdojo.com/ssh-using-link-local-ipv6-addresses/

Because every interface on your system, physical or virtual, has a link local IPv6 address your system needs a little guidance as to which one to use when sending packets to link-local IPv6 addresses.

When using link-local prefixes in each of the OS you need to use this simple syntax:

ipv6-address + percent sign (%) + interface-id.

Linux:

ssh colin@fe80::216:eaff:fe5f:4cad%eth1

Windows:

netsh interface ipv6 show address
ssh colin@fe80::216:eaff:fe5f:4cad%10

keywords