Update on Overleaf.

This commit is contained in:
Jan Philipp Timme 2018-01-03 19:41:53 +00:00 committed by overleaf
parent 2345f88249
commit d7ea126a2b
1 changed files with 21 additions and 2 deletions

View File

@ -183,7 +183,7 @@ Aus IPv4 bekannt als \texttt{127.0.0.1/8} \newline
\begin{frame}{Adressklassen: Link-lokale Unicast Adresse\footnote{Kapitel 2.5.6. in RFC 4291, 2006/02 - IP Version 6 Addressing Architecture}}
Ähnlich zu \texttt{169.254.0.0/16} \newline
\newline
Präfix: \texttt{fe80::/64} \newline
Präfix: \texttt{fe80::/10} \newline
Beispiel: \texttt{fe80::7ae4:ff:fecf:8a50/64}
\newline
\begin{itemize}
@ -256,12 +256,31 @@ Beispiel: \texttt{ff02::1} $\rightarrow$ \texttt{33-33-00-00-00-01} \newline
\end{frame}
\section{Netzwerkkarte mit Netzwerkkabel verbinden}
\section{Verbindung mit lokalem Netzwerk}
\subsection{Link-lokale Adresse ermitteln}
\begin{frame}{Link-lokale Adresse ableiten}
Netzwerkkabel eingestöpselt. Was nun? \newline
Erst einmal die Link-lokale Adresse ableiten\footnote{Kapitel 5.3. in RFC 2462, 1998/12 - IPv6 Stateless Address Autoconfiguration}.\newline
Hier: Interface-ID aus MAC-Adresse ableiten\footnote{Alternative Verfahren sind möglich}
\begin{itemize}
\item MAC-Adresse ermitteln $\rightarrow$ \texttt{7\colorbox{hlr}{8}-E4-00-CF-8A-50}
\item Bit mit Wertigkeit 2 in erstem Byte invertieren\footnote{2.5.1. in RFC 4291, 2006/02 - IP Version 6 Addressing Architecture}
\item Bytefolge \texttt{FF-FE} mittig einfügen $\rightarrow$ \texttt{7\colorbox{hlr}{6}-E4-00-FF-FE-CF-8A-50}
\item Ergebnis als Interface-ID für Präfix \texttt{fe80::/10} verwenden
\end{itemize}
$\rightarrow$ \texttt{fe80::78e4:00ff:f3cf:8a:50}
\end{frame}
\begin{frame}{}
\end{frame}
\subsection{Stateless Address Autoconfiguration}
\subsection{Neighbor Discovery Protocol}
\subsection{DHCPv6}
\section{Verbindung mit dem Internet}