IPv6: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
=Links=
=Links=
*[https://labs.ripe.net/author/philip_homburg/whats-the-deal-with-ipv6-link-local-addresses/ What’s the Deal with IPv6 Link-Local Addresses?]
*[https://labs.ripe.net/author/philip_homburg/whats-the-deal-with-ipv6-link-local-addresses/ What’s the Deal with IPv6 Link-Local Addresses?]
*[https://www.ciscopress.com/articles/article.asp?p=2803866&seqNum=4 IPv6 Address Representation and Address Types]
*[http://www.tcpipguide.com/free/t_IPv6GlobalUnicastAddressFormat-2.htm Global Unicast Address format]
==DNS==
==DNS==
===Check delegation===
===Check delegation===
Line 19: Line 23:
*[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]
==Router advertisement==
==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=
=Tools=
Line 26: Line 37:




==FAQ==
=FAQ=
==Can't ping link-local==
===ping -6: Invalid argument===
===ping -6: Invalid argument===
In case of link-local address: append "%eth0" or whatever interface name to the address
or
 
===Destination unreachable: Address unreachable===
=IPv6 on Freebsd=
append "%eth0" or whatever interface name to the address
*[[IPv6 on FreeBSD]]

Revision as of 15:43, 18 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 stuff

SLAAC

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