Serverdocumentation now compiles again
This commit is contained in:
parent
6c366fbe82
commit
d09d73ca33
|
@ -5,6 +5,7 @@ Diese Dokumentation enthält Installations- und Betriebsanweisungen.
|
|||
Vor der Installation sind diverse Angaben notwendig.
|
||||
Folgende Informationen wurden vom IT-Team bereitgestellt.
|
||||
|
||||
\begin{lstlisting}
|
||||
root@aphrodite:~# host aither
|
||||
aither.inform.hs-hannover.de has address 141.71.38.70
|
||||
aither.inform.hs-hannover.de has IPv6 address 2001:638:614:1780::131
|
||||
|
@ -12,9 +13,10 @@ aither.inform.hs-hannover.de has IPv6 address 2001:638:614:1780::131
|
|||
root@aphrodite:~# host vpn-test
|
||||
vpn-test.inform.hs-hannover.de has address 141.71.38.7
|
||||
vpn-test.inform.hs-hannover.de has IPv6 address 2001:638:614:1780::7
|
||||
\end{lstlisting}
|
||||
|
||||
IPv4-Bereich für VPN-Clients: 10.2.0.0/16
|
||||
IPv6-Bereich für VPN-Clients: 2001:638:614:1750?::/64
|
||||
IPv4-Bereich für VPN-Clients: \texttt{10.2.0.0/16}
|
||||
IPv6-Bereich für VPN-Clients: \texttt{2001:638:614:1750::/64}
|
||||
|
||||
\chapter{Installation des Servers}
|
||||
\dots
|
||||
|
@ -22,7 +24,7 @@ IPv6-Bereich für VPN-Clients: 2001:638:614:1750?::/64
|
|||
Als Grundlage wird ein bereits installiertes Debian 9 mit den Paketen "SSH-Server" und "Standard-Systemwerkzeuge" vorausgesetzt.
|
||||
|
||||
\paragraph{Hostname}
|
||||
/etc/hostname und /etc/hosts anpassen
|
||||
\texttt{/etc/hostname} und \texttt{/etc/hosts} anpassen
|
||||
|
||||
\paragraph{Benutzer anlegen}
|
||||
For my time being:
|
||||
|
@ -36,10 +38,12 @@ Forwarding für IPv4 und IPv6 aktivieren
|
|||
\paragraph{}
|
||||
APT via Proxy proxy.inform.hs-hannover.de:3128
|
||||
Zusätzliches Repository
|
||||
\begin{lstlisting}
|
||||
deb http.edu.inform.hs-hannover.de/depot/debian/stretch/Packages/
|
||||
wget -O repositoryKeyFile http://http.edu.inform.hs-hannover.de/repository/repositoryKeyFile
|
||||
|
||||
apt-key add repositoryKeyFile
|
||||
\end{lstlisting}
|
||||
|
||||
\paragraph{Zusätzliche Pakete installieren}
|
||||
apt-get install sudo
|
||||
|
|
Loading…
Reference in New Issue