Currywurst really makes me tired
This commit is contained in:
parent
9fb5bddd93
commit
7692837f85
|
@ -1,5 +1,6 @@
|
||||||
\chapter{Vorwort}
|
\chapter{Vorwort}
|
||||||
Diese Dokumentation enthält Installations- und Betriebsanweisungen.
|
Diese Dokumentation beschreibt die Installation und den Betrieb des IPv6-VPN-Dienst auf Basis von OpenVPN.
|
||||||
|
|
||||||
|
|
||||||
\chapter{Netzwerkkonfiguration}
|
\chapter{Netzwerkkonfiguration}
|
||||||
Vor der Installation sind diverse Angaben notwendig.
|
Vor der Installation sind diverse Angaben notwendig.
|
||||||
|
@ -16,6 +17,7 @@ vpn-test.inform.hs-hannover.de has IPv6 address 2001:638:614:1780::7
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
IPv4-Bereich für VPN-Clients: \texttt{10.2.0.0/16}
|
IPv4-Bereich für VPN-Clients: \texttt{10.2.0.0/16}
|
||||||
|
|
||||||
IPv6-Bereich für VPN-Clients: \texttt{2001:638:614:1750::/64}
|
IPv6-Bereich für VPN-Clients: \texttt{2001:638:614:1750::/64}
|
||||||
|
|
||||||
\chapter{Installation des Servers}
|
\chapter{Installation des Servers}
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\usepackage{enumitem} % enumerate mit benutzerdefinierten Labels
|
\usepackage{enumitem} % enumerate mit benutzerdefinierten Labels
|
||||||
\usepackage{caption}
|
\usepackage{caption}
|
||||||
\captionsetup[table]{skip=8pt}
|
%\captionsetup[table]{skip=8pt}
|
||||||
\usepackage[numbers,round]{natbib} % Let's try alphadin bibliography style
|
\usepackage[numbers,round]{natbib} % Let's try alphadin bibliography style
|
||||||
% Setup für Codeblocks
|
% Setup für Codeblocks
|
||||||
\lstset{
|
\lstset{
|
||||||
|
|
Loading…
Reference in New Issue