Autosave
This commit is contained in:
parent
b12f18e01f
commit
0d62622f15
|
@ -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}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Listen on 1194 for both IPv4 and IPv6
|
||||
port 1194
|
||||
multihome
|
||||
proto udp
|
||||
proto udp6
|
||||
|
||||
|
|
Loading…
Reference in New Issue