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