nolith / intro_ipv6

Presentazione beamer su IPv6.

Clone this repository (size: 2.1 MB): HTTPS / SSH
$ hg clone http://code.l0g.in/intro_ipv6

Changed (Δ24.3 KB):

raw changeset »

Presentazione.tex (77 lines added, 1 lines removed)

protocol41.tex (466 lines added, 0 lines removed)

Up to file-list Presentazione.tex:

@@ -1097,7 +1097,7 @@ 4.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR l
1097
1097
	\pause
1098
1098
	\begin{colorblock}{Come viene usato oggi il reverse DNS?}
1099
1099
		\begin{itemize}
1100
		\item Controllo SPAM per i mail server
1100
		\item Controllo SPAM per i server mail
1101
1101
		\item Funzionalità di logging 
1102
1102
		\end{itemize}
1103
1103
	\end{colorblock}
@@ -1138,6 +1138,82 @@ 4.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR l
1138
1138
1139
1139
% section automatismi_e_routing (end)
1140
1140
1141
\section{Tunneling} % (fold)
1142
\begin{frame}[t]\frametitle{Tunneling}
1143
\begin{colorblock}{Scopo}
1144
	Le tecniche di tunneling consentono di bypassare tronconi della rete che non 
1145
	supportano IPv6 incapsulando il pacchetto in uno o pi\`u datagrammi IPv4.
1146
\end{colorblock}
1147
\pause
1148
\vspace{.5cm}
1149
\begin{colorblock}{Metodi}
1150
	\begin{itemize}
1151
	\item<2-> Tunneling a livello Rete (\texttt{proto-41})
1152
	\item<3-> Tunneling a livello Trasporto (\texttt{AYIYA})
1153
	\end{itemize}
1154
\end{colorblock}
1155
\end{frame}
1156
1157
\begin{frame}[shrink]\frametitle{Tunneling a livello Rete - \texttt{proto-41}}
1158
	\begin{colorblock}{\texttt{proto-41} (rfc3056)}
1159
		Noto anche come \emph{6to4} implementa la tecnica IPv6-in-IPv4 che consiste nell'inserire
1160
		il pacchetto completo IPv6 come payload di uno o più pacchetti IPv4.
1161
	\end{colorblock}
1162
	\pause
1163
	\vspace{.5cm}
1164
	\begin{center}
1165
	\begin{bytefield}{32} 
1166
		\wordbox{1}{Frame Ethernet}\\
1167
		\wordbox{1}{Header IPv4}\\
1168
		\wordbox[lrt]{1}{Pacchetto IPv6} \\ 
1169
		\skippedwords \\ 
1170
		\wordbox[lrb]{1}{} \\
1171
	\end{bytefield}
1172
	\end{center}
1173
\end{frame}
1174
	
1175
\begin{frame}[t]\frametitle{Tunneling a livello Rete - \texttt{proto-41} (cont.)}
1176
1177
		\begin{colorblock}{Tunneling automatico (senza configurazione)}
1178
 		Si cerca di raggiungere un \emph{relay router IPv6} (\texttt{192.88.99.1} anycast IPv4) in grado di instradare il nostro pacchetto in modo nativo. \\
1179
	 	A questo scopo è stata riservata la rete \texttt{2002::/16} 
1180
	 	che associa ad ogni indirizzo IPv4 un prefix di 48 bit composto
1181
	 	da \texttt{2002} più i 32 bit dell'indirizzo IPv4 convertito in esadecimale.\\
1182
		\end{colorblock}
1183
		\pause
1184
		\vspace{.15cm}
1185
		\begin{center}
1186
		\begin{tabular}{c c l}
1187
		       & \tiny{32 bit} & \\
1188
		       & $\overbrace{ {\color{chameleongreen1}\texttt{192.0.2.42}} }$ & \\
1189
		       &  $\downarrow$ \tiny{to hex} & \\
1190
		$\underbrace{\texttt{2002}}$: & {\color{chameleongreen1}\texttt{c000:022a}} & \texttt{::/48} \\
1191
		\tiny{16 bit} & &
1192
		\end{tabular}
1193
		\end{center}
1194
	
1195
\end{frame}
1196
1197
\begin{frame}[t]\frametitle{Tunneling a livello Rete - \texttt{proto-41} (cont.)}
1198
	\begin{colorblock}{Tunneling non automatico (con configurazione)}
1199
	Il proto-41 può essere anche usato in modo non automatico per collegare
1200
	due punti della rete di un AS che non dispongono di 
1201
	router abilitati al traffico IPv6.  \\
1202
	In questo caso è necessario configurare dei punti di accesso agli estremi che 
1203
	intendiamo collegare per gestire la trasformazione IPv4$\leftrightarrow$IPv6.
1204
\end{colorblock}
1205
1206
\end{frame}
1207
1208
1209
\begin{frame}[shrink]\frametitle{Tunneling a livello Rete - \texttt{proto-41} (cont.)}
1210
\begin{colorblock}{Tunneling non automatico}
1211
	\input{protocol41}
1212
\end{colorblock}
1213
1214
\end{frame}
1215
% section tunneling (end)
1216
1141
1217
\section{Implementare IPv6}
1142
1218
1143
1219
\subsection{Tunnel Broker}

Up to file-list protocol41.tex:

-
Diff size exceeds threshold (21.6 KB)view raw?