IPv6: Difference between revisions

From DWIKI
mNo edit summary
Line 12: Line 12:
===Check delegation===
===Check delegation===
  dig 1.e.0.1.8.8.8.0.1.0.0.2.ip6.arpa ns
  dig 1.e.0.1.8.8.8.0.1.0.0.2.ip6.arpa ns


=IPv6 on Linux=
=IPv6 on Linux=
Line 23: Line 24:
*[https://en.wikipedia.org/wiki/IPv6#Stateless_address_autoconfiguration_(SLAAC) SLAAC on Wikipedia]
*[https://en.wikipedia.org/wiki/IPv6#Stateless_address_autoconfiguration_(SLAAC) SLAAC on Wikipedia]


==NS-interval==
==Neighbor Table==
States:
*Incomplete — Address Resolution is in process. The neighbor has not yet responded.
*Reachable — Neighbor is known to be reachable.
*Stale — Previously-known neighbor is no longer reachable. No action is taken to verify its reachability until traffic must be sent.
*Delay — Previously-known neighbor is no longer reachable. The interface is in Delay state for a predefined Delay Time. If no reachability confirmation is received, the state changes to Probe.
*Probe — Neighbor is no longer known to be reachable and Unicast Neighbor Solicitation probes are being sent to verify reachability.
 
 
===NS-interval===
         neighbour sollication interval
         neighbour sollication interval


==ND reachable time==
===ND reachable time===
         how long will neighbour be reachable
         how long will neighbour be reachable
==DAD==  
==DAD==  
Line 41: Line 51:


The part of the IPv6 address space set aside for unicast addresses is structured into an address format that uses the first 48 bits for the routing prefix (like a network ID), the next 16 bits for a subnet ID, and the final 64 bits for an interface ID (like a host ID).
The part of the IPv6 address space set aside for unicast addresses is structured into an address format that uses the first 48 bits for the routing prefix (like a network ID), the next 16 bits for a subnet ID, and the final 64 bits for an interface ID (like a host ID).


=Tools=
=Tools=

Revision as of 18:39, 25 May 2022

IPv6 in general

Links

DNS

Check delegation

dig 1.e.0.1.8.8.8.0.1.0.0.2.ip6.arpa ns


IPv6 on Linux

Protocols and Acronyms

SLAAC

Neighbor Table

States:

  • Incomplete — Address Resolution is in process. The neighbor has not yet responded.
  • Reachable — Neighbor is known to be reachable.
  • Stale — Previously-known neighbor is no longer reachable. No action is taken to verify its reachability until traffic must be sent.
  • Delay — Previously-known neighbor is no longer reachable. The interface is in Delay state for a predefined Delay Time. If no reachability confirmation is received, the state changes to Probe.
  • Probe — Neighbor is no longer known to be reachable and Unicast Neighbor Solicitation probes are being sent to verify reachability.


NS-interval

       neighbour sollication interval

ND reachable time

       how long will neighbour be reachable

DAD

       duplicate address detection

RA

Router advertisement


global unicast address or GUA

http://www.tcpipguide.com/free/t_IPv6GlobalUnicastAddressFormat-2.htm

The part of the IPv6 address space set aside for unicast addresses is structured into an address format that uses the first 48 bits for the routing prefix (like a network ID), the next 16 bits for a subnet ID, and the final 64 bits for an interface ID (like a host ID).


Tools


FAQ

Can't ping link-local

ping -6: Invalid argument

or

Destination unreachable: Address unreachable

append "%eth0" or whatever interface name to the address