KABAR

Kamis, 04 Oktober 2012

LOG

LOG berfungsi untuk melihat seluruh proses yang ada dijaringan komputer. Cara menggunakannya yaitu :
  • //usr/sbin/iptable/ -N spam
  • //usr/sbin/iptable/ -A spam -j LOG --log-prefix"spam from:"
  • //usr/sbin/iptable/ -A spam -j DROP
  • //usr/sbin/iptable/ -A INPUT -s 200.143.234.78 -j spam

Leave a Reply