IPv6: Difference between revisions

From Omnia
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 16: Line 16:


Hurricane Electric Free IPv6 Tunnel Broker - https://tunnelbroker.net/
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.
ssh colin@fe80::216:eaff:fe5f:4cad%eth1


== keywords ==
== keywords ==


[[Category:IPv6]]
[[Category:IPv6]]

Revision as of 05:53, 7 October 2025

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.
ssh colin@fe80::216:eaff:fe5f:4cad%eth1

keywords