This commit is contained in:
Jan Philipp Timme 2018-09-19 18:11:07 +02:00
parent b12f18e01f
commit 0d62622f15
2 changed files with 7 additions and 0 deletions

View File

@ -120,6 +120,12 @@ iface eno1:0 inet6 static
gateway 201:638:614:1780::1
\end{lstlisting}
\paragraph{DNS}
\texttt{141.71.38.1} ist der DNS-Resolver in der DMZ.
\begin{lstlisting}
echo "nameserver 141.71.38.1" > /etc/resolv.conf
\end{lstlisting}
\paragraph{IP-FORWARD einschalten}
Da die Benutzer des VPN in der Lage sein sollen, das Netzwerk der Abteilung Informatik zu erreichen, muss IP-FORWARD auf dem VPN-Server aktiviert werden:
\begin{lstlisting}

View File

@ -1,5 +1,6 @@
# Listen on 1194 for both IPv4 and IPv6
port 1194
multihome
proto udp
proto udp6