说明:可能Debian默认不开启iptables的raw表,所以无法通过其实现日志跟踪。

日志跟踪:http://www.cnblogs.com/EasonJim/p/8413563.html

解决方法:

modprobe ipt_LOG
modprobe nf_log_ipv4
sysctl net.netfilter.nf_log.2=nf_log_ipv4

查看日志:/var/log/syslog或者/var/log/kern.log或者/var/log/messages

 

参考:

https://serverfault.com/questions/385937/how-to-enable-iptables-trace-target-on-debian-squeeze-6/529854

相关文章:

  • 2021-06-09
  • 2021-04-20
  • 2021-09-16
  • 2022-01-08
  • 2021-11-02
  • 2022-12-23
  • 2021-12-04
  • 2022-01-08
猜你喜欢
  • 2021-06-01
  • 2022-01-08
  • 2021-09-26
  • 2022-01-10
  • 2021-06-20
  • 2021-09-09
相关资源
相似解决方案