ChinaUnix.net
相关文章推荐:

iptables 日志 log siteblogchinaunixnet

iptables -A INPUT -i eth0 -p tcp -j log --log-level info --log-prefix "INPUT packets" 将包的相关信息记录在/var/log 中,详细位置在/etc/syslog.conf中记录 由于我的/etc/syslog.conf初始是没有对iptables做记录的,所以我在它的最后加了一行 info /var/log/iptables 但是为什么/var/log下仍然没有出现iptables日志记录:(

by favorit - 数据安全 - 2004-03-31 20:57:58 阅读(873) 回复(0)

相关讨论

iptables -A INPUT -i eth0 -p tcp -j log --log-level info --log-prefix \"INPUT packets\"\r\n将包的相关信息记录在/var/log 中,详细位置在/etc/syslog.conf中记录\r\n由于我的/etc/syslog.conf初始是没有对iptables做记录的,所以我在它的最后加了一行\r\ninfo /var/log/iptables\r\n但是为什么/var/log下仍然没有出现iptables日志记录:(

by favorit - 攻防交流区 - 2004-03-31 20:57:58 阅读(2771) 回复(0)

UlogD - the Userspace logging Daemon 引用一段作者的原话: Harald Welte <[email]laforge@gnumonks.org[/email]> http://www.gnumonks.org/gnumonks/pr..._details?p_id=1 This packages is intended for passing packets from the kernel to userspace to do some logging there. It should work like that: - Register a target called Ulog with iptables - if the target is hit: - send the packet out using net...

by ylfxx - 数据安全 - 2008-09-22 12:10:48 阅读(3914) 回复(3)

UlogD - the Userspace logging Daemon 引用一段作者的原话: Harald Welte http://www.gnumonks.org/gnumonks/pr..._details?p_id=1 This packages is intended for passing packets from the kernel to userspace to do some logging there. It should work like that: - Register a target called Ulog with iptables - if the target is hit: - send the packet out using netlink multicast facility - return NF_CON...

by yszll - Linux文档专区 - 2006-10-26 14:32:52 阅读(793) 回复(0)
by lichin - 网络与硬件 - 2004-04-28 15:08:57 阅读(1070) 回复(3)
by lichin - Linux系统管理 - 2004-04-28 15:08:57 阅读(1194) 回复(3)

我没有具体研究过log的问题,现在只是想把iptables生成的log写到一个我指定的文件里面,不知道是否可以或者说这个怎么做,谢谢!

by heizi_liu - Linux系统管理 - 2008-08-29 12:27:15 阅读(2890) 回复(4)

CU网友:ylfxx 当我们在使用iptables配合log使用的时候,总感觉有些凌乱,因为里面啥都有,可我们只需要其中的一部分而已,并且从众多log中提取出的有用的记录,并且还要有效地组织起来还得真费一番脑筋,假如要是能把这些记录都存进数据库,那就好办了,于是查看iptables文档,发现了Ulog这个利器,以下就是我在安装、使用过程中的一点心得体会,希望能给有这需要的兄弟提供一点便利,当作抛砖引玉吧! Ulog可以在用户空间记录...

by 八重樱 - 杂志文章 - 2009-02-12 16:59:11 阅读(1305) 回复(0)

作了一个web测试服务器,在web根目录下有一个压缩文件,可以通过浏览器下载。后来把该压缩文件删除后,在access.log和error.log里面出现大量重复的记录。access.log如下: 220.176.66.93 - - [19/Mar/2008:10:39:54 +0800] "GET /***.rar HTTP/1.1" 416 503 "http://www.66735.com/read.php?tid=84966" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" error.log [Sun Dec 30 08:37:51 2007] [error] [client 222.223.173....

by zhou_rock - 服务器应用 - 2008-03-24 23:21:02 阅读(2091) 回复(5)

请问 /var/log/messages日志中 Mar 26 10:57:06 proxy kernel: ip_ct_ras: decoding error: out of bound什么意思

by lhga_cn - Linux系统管理 - 2010-03-27 08:43:25 阅读(1858) 回复(5)

Cacti日志报错: 09/01/2009 10:08:06 PM - SYSTEM STATS: Time:5.3942 Method:spine Processes:4 Threads:4 Hosts:42 HostsPerProcess:11 DataSources:549 RRDsProcessed:351 09/01/2009 10:08:05 PM - SPINE: Poller[0] Host[ 35 ] DS[ 309 ] WARNING: Result from SNMP not valid. Partial Result: ... 09/01/2009 10:08:05 PM - SPINE: Poller[0] Host[ 35 ] DS[ 309 ] WARNING: Result from SNMP not valid. Partial Result...

by kevinadmin - Linux文档专区 - 2009-09-02 10:17:54 阅读(829) 回复(0)