| commit 10: | 0ae04ada4dba |
| parent 9: | 2b419538e634 |
| branch: | default |
AYIYA e editing in emacs
- View nolith's profile
-
nolith's public repos »
- redmine-mq-issue4455
- redmine-hg
- evetrader
- hgredmine
- hgredmine-patch
- dns_gen
- yubiruby
- ipv6 - fine del mondo
- redirector
- habtm-with-deferred-save
- avahiserve
- darkcast
- geany-stata
- intro_ipv6
- eveberry-bis
- redmine-bitbucket
- About Me
- home_dir
- ruby-beamer
- CaptureMJPEG
- PortableNotary
- test
- ldap
- macports
- about-me-dev
- Send message
9 months ago
Changed (Δ890 bytes):
raw changeset »
.hgignore (2 lines added, 0 lines removed)
Presentazione.tex (39 lines added, 3 lines removed)
| … | … | @@ -4,6 +4,7 @@ syntax: glob |
4 |
4 |
*~ |
5 |
5 |
*.o |
6 |
6 |
tests/*.err |
7 |
auto/ |
|
7 |
8 |
.DS_Store |
8 |
9 |
build |
9 |
10 |
.svn |
| … | … | @@ -23,6 +24,7 @@ build |
23 |
24 |
*.toc |
24 |
25 |
*.vrb |
25 |
26 |
*.aux |
27 |
*.dvi |
|
26 |
28 |
|
27 |
29 |
syntax: regexp |
28 |
30 |
.*\#.*\#$ |
Up to file-list Presentazione.tex:
| … | … | @@ -1175,7 +1175,7 @@ 4.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR l |
1175 |
1175 |
\begin{frame}[t]\frametitle{Tunneling a livello Rete - \texttt{proto-41} (cont.)} |
1176 |
1176 |
|
1177 |
1177 |
\begin{colorblock}{Tunneling automatico (senza configurazione)} |
1178 |
|
|
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 |
1179 |
A questo scopo è stata riservata la rete \texttt{2002::/16} |
1180 |
1180 |
che associa ad ogni indirizzo IPv4 un prefix di 48 bit composto |
1181 |
1181 |
da \texttt{2002} più i 32 bit dell'indirizzo IPv4 convertito in esadecimale.\\ |
| … | … | @@ -1212,16 +1212,47 @@ 4.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR l |
1212 |
1212 |
\end{colorblock} |
1213 |
1213 |
|
1214 |
1214 |
\end{frame} |
1215 |
||
1216 |
\begin{frame} |
|
1217 |
\frametitle{AYIYA} |
|
1218 |
\begin{colorblock}{\texttt{AYIYA} - Anything In Anything} |
|
1219 |
AYIYA definisce un metodo per configurare un tunnel per un client IPv4 |
|
1220 |
che si trovi dietro un NAT, in questo caso si utilizzano i protocolli |
|
1221 |
UDP o TCP per instradare il traffico IPv6. |
|
1222 |
||
1223 |
Otteniamo quindi un tunnel di tipo \texttt{IPv6-in-UDP-in-IPv4} o |
|
1224 |
\texttt{IPv6-in-TCP-in-IPv4} che aggiunge connettività IPv6 al nostro nodo. |
|
1225 |
\end{colorblock} |
|
1226 |
\pause |
|
1227 |
\vspace{.5cm} |
|
1228 |
\resizebox{!}{0.4\textheight}{ |
|
1229 |
\hspace{4cm} |
|
1230 |
\begin{bytefield}{32} |
|
1231 |
\wordbox{1}{Frame Ethernet}\\ |
|
1232 |
\wordbox{1}{Header IPv4}\\ |
|
1233 |
\wordbox{1}{TCP o UDP}\\ |
|
1234 |
\wordbox[lrt]{1}{Pacchetto IPv6} \\ |
|
1235 |
\skippedwords \\ |
|
1236 |
\wordbox[lrb]{1}{} \\ |
|
1237 |
\end{bytefield} |
|
1238 |
} |
|
1239 |
\end{frame} |
|
1215 |
1240 |
% section tunneling (end) |
1216 |
1241 |
|
1242 |
\begin{frame} |
|
1243 |
\frametitle{Firewall} |
|
1244 |
||
1245 |
\end{frame} |
|
1246 |
||
1247 |
||
1217 |
1248 |
\section{Implementare IPv6} |
1218 |
1249 |
|
1219 |
1250 |
\subsection{Tunnel Broker} |
1220 |
1251 |
\begin{frame}\frametitle{Tunnel Broker} |
1221 |
1252 |
\setbeamercovered{invisible} |
1222 |
1253 |
\begin{colorblock}{Definizione - RFC3053} |
1223 |
I tunnel broker sono dei fornitori di connettività IPv6 attraverso la rete |
|
1224 |
IPv4. |
|
1254 |
I tunnel broker sono dei fornitori di connettività IPv6 attraverso la rete |
|
1255 |
IPv4. |
|
1225 |
1256 |
\end{colorblock} |
1226 |
1257 |
\pause |
1227 |
1258 |
|
| … | … | @@ -1419,3 +1450,8 @@ 4.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0 IN PTR l |
1419 |
1450 |
|
1420 |
1451 |
\end{frame} |
1421 |
1452 |
\end{document} |
1453 |
||
1454 |
%%% Local Variables: |
|
1455 |
%%% mode: latex |
|
1456 |
%%% TeX-master: "ipv6.slides" |
|
1457 |
%%% End: |
