iptable的log回查 - Linux

Table of Contents

由於安裝系統一直被iptables擋掉解不開,關掉網頁就會通,所以判斷問題出在iptables
擋了某個port導致無法連上網頁系統,不知iptables有否查詢當client端送出需求被
iptables擋掉時,有紀錄是那一個port被擋掉,藉此回查開啟該port讓連入網頁正常,目
前只用過check point的可以這樣查,iptables不知該從何處查起???

--

All Comments

Andrew avatarAndrew2010-08-01
iptables -L -n
Emma avatarEmma2010-08-01
iptables -j LOG --help