IPv6: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 26: | Line 26: | ||
ipv6-address + percent sign (%) + interface-id. | ipv6-address + percent sign (%) + interface-id. | ||
Linux: | |||
ssh colin@fe80::216:eaff:fe5f:4cad%eth1 | ssh colin@fe80::216:eaff:fe5f:4cad%eth1 | ||
Windows: | |||
netsh interface ipv6 show address | |||
ssh colin@fe80::216:eaff:fe5f:4cad%10 | |||
== keywords == | == keywords == | ||
[[Category:IPv6]] | [[Category:IPv6]] |
Latest revision as of 05:54, 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.
Linux:
ssh colin@fe80::216:eaff:fe5f:4cad%eth1
Windows:
netsh interface ipv6 show address ssh colin@fe80::216:eaff:fe5f:4cad%10