iptables ルール削除

# iptables -L –line-numbers | grep DROP
Chain INPUT (policy DROP)
1 DROP all — XXX.1X1.X51.X0.static.zoot.jp anywhere
7 DROP all -f anywhere anywhere
8 DROP tcp — !1XX.XX.2XX.0/24 anywhere multiport dports epmap,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds
9 DROP udp — !1XX.XX.XXX.0/24 anywhere multiport dports epmap,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds
11 DROP all — anywhere 255.255.255.255
12 DROP all — anywhere all-systems.mcast.net
14 DROP_COUNTRY all — anywhere anywhere
31 DROP all — anywhere anywhere
Chain FORWARD (policy DROP)
2 DROP all — anywhere anywhere
1 DROP tcp — anywhere !XXX.XX.XXX.0/24 multiport sports epmap,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds

# iptables -D INPUT 1

■参考サイト

http://tejunsho.com/os/20110331000108.html

カテゴリー: 未分類   パーマリンク

コメントは受け付けていません。