1
hu6360567 2018-03-02 22:17:49 +08:00 via Android
ntopng ?
|
2
extreme 2018-03-02 22:20:12 +08:00 via iPhone
iptables 有个模块叫 log
--log level Log determined genres into dmesg even if they do not match the desired one. level can be one of the following values: • 0 - Log all matched or unknown signatures • 1 - Log only the first one • 2 - Log all known matched signatures You may find something like this in syslog: Windows [2000:SP3:Windows XP Pro SP1, 2000 SP3]: 11.22.33.55:4024 -> 11.22.33.44:139 hops=3 Linux [2.5-2.6:] : 1.2.3.4:42624 -> 1.2.3.5:22 hops=4 |
3
extreme 2018-03-02 22:21:18 +08:00 via iPhone
当我二楼没说…
楼主需要根据域名过滤,需要应用层防火墙呢… |
4
ratazzi 2018-03-02 22:56:18 +08:00 via iPhone
劫持 dns 查询到 dnsmasq 配合 ipset
|
5
LGA1150 2018-03-03 00:19:50 +08:00 via Android
接 #4 dnsmasq 加上参数 log-queries 以记录 DNS 查询
|
6
Devin 2018-03-03 07:25:11 +08:00 via iPhone
iptables 可以实现楼主需要的所有功能
1 拦截所有 outgoing 所有流量并记录 2 根据域名放行并记录 3 根据 IP 放行并记录 其中第 2 个功能用 iptables 可能会有性能问题,建议参考#4 #5 做法 建议学习 iptables 和 dnsmasq 用法 |