blob: 6afc9b97acaef35a7dde39fd0bb5b9170f107852 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
\begin{frame}[fragile]
\frametitle{openL2TP}
\begin{itemize}
\item configurable to use Internet Protocol Security (IPsec)
\item Pros:
\begin{itemize}
\item easy configuration
\item integration in existing Network infrastructures (e.g. NAT)
\item good security level (depends on configuration)
\end{itemize}
\item Cons:
\begin{itemize}
\item scalability
\item not recommended for Infrastructure installations
\end{itemize}
\end{itemize}
\end{frame}
|