2009年05月18日
Tweet
昔に結構やってたんですが、ごぶさたしていたのですっかり忘れていました。
ということで、iptables での設定状態の表示です。
iptables -t filter -vL #=iptables -nvL
iptables -t nat -vL
iptables -t mangle -vL
とりあえず、 -nvL だけ覚えておくと、nat の方はどなってんだ?となってしまうので、ちゃんと覚えておきたいと思います。
ということで、iptables での設定状態の表示です。
iptables -t filter -vL #=iptables -nvL
iptables -t nat -vL
iptables -t mangle -vL
とりあえず、 -nvL だけ覚えておくと、nat の方はどなってんだ?となってしまうので、ちゃんと覚えておきたいと思います。