Fix one more error
This commit is contained in:
parent
c115f7313b
commit
44a11f8351
|
@ -160,9 +160,9 @@ Die Protokolle ICMP und ICMPv6 sind immer erlaubt.
|
||||||
iptables -A INPUT -p icmp -j ACCEPT
|
iptables -A INPUT -p icmp -j ACCEPT
|
||||||
iptables -A OUTPUT -p icmp -j ACCEPT
|
iptables -A OUTPUT -p icmp -j ACCEPT
|
||||||
iptables -A FORWARD -p icmp -j ACCEPT
|
iptables -A FORWARD -p icmp -j ACCEPT
|
||||||
ip6tables -A INPUT -p icmp6 -j ACCEPT
|
ip6tables -A INPUT -p icmpv6 -j ACCEPT
|
||||||
ip6tables -A OUTPUT -p icmp6 -j ACCEPT
|
ip6tables -A OUTPUT -p icmpv6 -j ACCEPT
|
||||||
ip6tables -A FORWARD -p icmp6 -j ACCEPT
|
ip6tables -A FORWARD -p icmpv6 -j ACCEPT
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
Zugriffe auf den VPN-Server sind für die Dienste SSH und OpenVPN erlaubt.
|
Zugriffe auf den VPN-Server sind für die Dienste SSH und OpenVPN erlaubt.
|
||||||
|
|
Loading…
Reference in New Issue