Sie können den folgenden Befehl für die Netfilter-Regeln in den iptables verwenden.
iptables -vL -t-Filter
iptables -vL -t nat
iptables -vL -t mangle
iptables -vL -t roh
iptables -vL -t Sicherheit
Grüße,
Ich habe diese Regel mit iptables hinzugefügt:
iptables -t mangle -I PREROUTING -j TEE --gateway 192.162.122.62
Ich habe es mit iptables -L oder iptables -S überprüft, kann aber nichts sehen. Ist das normal? wie kann ich es dann entfernen?
Sie können den folgenden Befehl für die Netfilter-Regeln in den iptables verwenden.
iptables -vL -t-Filter
iptables -vL -t nat
iptables -vL -t mangle
iptables -vL -t roh
iptables -vL -t Sicherheit
Grüße,