このルールをiptablesで追加しました:
iptables -t mangle -I PREROUTING -j TEE --gateway 192.162.122.62
Iptables-Lまたはiptables-Sで確認しましたが、何も表示されません。それは正常ですか?どうすれば削除できますか?
IptablesのNetfilterルールには、次のコマンドを使用できます。
iptables -vL -t filter
iptables -vL -t nat
iptables -vL-tマングル
iptables -vL -t raw
iptables -vL -t security
よろしく、