Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
tech_notes:ipv6 [2022-09-27 Tue wk39 04:54] – [Subnetting] baumkptech_notes:ipv6 [2022-10-18 Tue wk42 13:44] baumkp
Line 1: Line 1:
 +{{tag>linux ipv6}}
 ======IPv6 summary notes====== ======IPv6 summary notes======
 Largely taken from  Largely taken from 
Line 21: Line 22:
  
 ====Protocols==== ====Protocols====
- +|<30em 20px 70px >| 
-|Number |Protocol| Purpose|+^Number ^Protocol^ Purpose^
 |58 |IPv6-ICMP| Information, Error reporting, diagnostics- |58 |IPv6-ICMP| Information, Error reporting, diagnostics-
 |6 |TCP| Stateful - controls if packets arrived| |6 |TCP| Stateful - controls if packets arrived|
Line 36: Line 37:
   *UNIQUE LOCAL - everything in our LAN (behind the internet gateway)   *UNIQUE LOCAL - everything in our LAN (behind the internet gateway)
   *LINK LOCAL - (will never be routed, valid in one collision domain, i.e. on the same switch)   *LINK LOCAL - (will never be routed, valid in one collision domain, i.e. on the same switch)
-|<50em 20px>|+ 
 +|<330px 80px >|
 ^range ^Purpose^ ^range ^Purpose^
 |::1/128  |Loopback address (localhost)| |::1/128  |Loopback address (localhost)|
Line 65: Line 67:
 Because IPv6 address notation uses colons to separate hextets, it is necessary to encase the address in square brackets in URIs. For example %%http://[2a00:1450:4001:82a::2004]%%. If you want to specify a port, you can do so as normal using a colon: %%http://[2a00:1450:4001:82a::2004]:80%%. Because IPv6 address notation uses colons to separate hextets, it is necessary to encase the address in square brackets in URIs. For example %%http://[2a00:1450:4001:82a::2004]%%. If you want to specify a port, you can do so as normal using a colon: %%http://[2a00:1450:4001:82a::2004]:80%%.
  
 +<- tech_notes:flatpak|Back ^ tech_notes:index|Start page ^ tech_notes:ansible|Next->