Fix more errors

This commit is contained in:
Jan Philipp Timme 2018-09-20 11:11:11 +02:00
parent ed9ad4207d
commit 92109bf1d4
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ ip6tables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
Für IPv4-Verkehr aus dem VPN soll NAT durchgeführt werden.
\begin{lstlisting}
iptables -t nat -A POSTROUTING -s 10.2.0.0/16 -j SNAT --to- 141.71.38.7
iptables -t nat -A POSTROUTING -s 10.2.0.0/16 -j SNAT --to 141.71.38.7
\end{lstlisting}
Datenverkehr aus dem VPN zu Hosts in der DMZ ist verboten und wird verworfen.