-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathknoten.tex
60 lines (58 loc) · 2.12 KB
/
knoten.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\section{Knoten}
\begin{frame}{}
\begin{center}
Freifunk Franken Knoten
\end{center}
\end{frame}
\begin{frame}{Freifunk Franken Knoten}
\begin{center}
\only<1>{
\includegraphics[width=0.75\textwidth]{img/svg/anschluesse.pdf}
}
\only<2>{
\renewcommand{\arraystretch}{1.5}
\begin{tabular}{|c|c|c|c|c|c|c|} \hline
\multicolumn{7}{|c|}{Bridge} \\ \hline
\multirow{2}{*}{Managed} &
\multicolumn{4}{c|}{B.A.T.M.A.N} &
\multicolumn{2}{c|}{\multirow{2}{*}{Client-VLan}} \\ \cline{2-5}
& Ad-Hoc & VPN & \multicolumn{2}{c|}{Node-VLan} & \multicolumn{2}{c|}{} \\ \hline
\multicolumn{2}{|c|}{WiFi} & WAN & LAN1 & LAN2 &
LAN3 & LAN4 \\ \hline
\end{tabular}
}
\end{center}
\begin{tabular}{ll}
LAN, Access-Point: & Client-Ports\footnote{,,Wie ein großer Switch''} \\
Batman, Ad-Hoc: & Mesh-Netz \\
WAN: & VPN Zugang \\
\end{tabular}
\end{frame}
\begin{frame}{Freifunk Knoten}
\only<1>{
\begin{itemize}
\item Vergibt ein spezielles IPv6 Prefix: fdff:0::
\begin{itemize}
\item fdff:0::1
\item fdff:0::\$\{MAC\}
\item fdff:0::\$\{Link-Local suffix\}
\end{itemize}
\item Webinterface
\item Konfiguration am Gerät
\begin{itemize}
\item Passwort
\item Knoten-Name
\item Beschreibung
\item Ansprechpartner
\item Standort
\end{itemize}
\end{itemize}
}
\only<2-3>{\hspace{-0.04\textwidth}
\noindent\fbox{\noindent
\only<2>{\includegraphics[width=1.03\dimexpr\textwidth-2\fboxsep-2\fboxrule\relax]{img/web-if-1.png}}%
%\only<3>{\includegraphics[width=1.03\dimexpr\textwidth-2\fboxsep-2\fboxrule\relax]{img/web-if-2.png}}%
\only<3>{\includegraphics[width=1.03\dimexpr\textwidth-2\fboxsep-2\fboxrule\relax]{img/web-if-3.png}}%
}
}
\end{frame}