diff --git a/SRV-DOC-Inhalt.tex b/SRV-DOC-Inhalt.tex index 075471c..d0cb03b 100644 --- a/SRV-DOC-Inhalt.tex +++ b/SRV-DOC-Inhalt.tex @@ -200,12 +200,6 @@ Für IPv4-Verkehr aus dem VPN soll NAT auf die \texttt{141.71.38.7} durchgeführ iptables -t nat -A POSTROUTING -s 10.2.0.0/16 -j SNAT --to 141.71.38.7 \end{lstlisting} -Datenverkehr vom VPN-Server zu VPN-Clients ist erlaubt. -\begin{lstlisting} -iptables -A FORWARD -s 10.2.0.1 -d 10.2.0.0/16 -j ACCEPT -ip6tables -A FORWARD -s 2001:638:614:1750::1 -d 2001:683:614:1750::/64 -j ACCEPT -\end{lstlisting} - Datenverkehr zwischen VPN-Clients ist verboten und wird verworfen. \begin{lstlisting} iptables -A FORWARD -s 10.2.0.0/16 -d 10.2.0.0/16 -j DROP