Code:
root@cow:/etc# zgrep -i netlink /proc/config.gz
CONFIG_NETFILTER_NETLINK=y
CONFIG_NETFILTER_NETLINK_QUEUE=y
CONFIG_NETFILTER_NETLINK_LOG=y
CONFIG_NF_CT_NETLINK=y
# CONFIG_SCSI_NETLINK is not set
CONFIG_QUOTA_NETLINK_INTERFACE=y
I think the netlink is already compiled into the kernel.
but when I run l7-filter.
It says
Code:
root@cow:/etc# l7-filter -vv -f /etc/l7_filter.conf
***WARNING***
Neither the ip_conntrack_netlink nor nf_conntrack_netlink kernel
modules are loaded. Unless these features are compiled into your
kernel, please load one and run l7-filter again.
***WARNING***
Neither the ip_conntrack_ipv4 nor nf_conntrack_ipv4 kernel modules
are loaded. Unless these features are compiled into your kernel,
please load one and run l7-filter again.
Attempting to read configuration from /etc/l7_filter.conf
Attempting to load pattern from /etc/l7-protocols/protocols/ssh.pat
pattern='^ssh-[12]\.[0-9]'
eflags=0 cflags=11
Added: ssh mark=5
Attempting to load pattern from /etc/l7-protocols/protocols/bittorrent.pat
pattern='^(\x13bittorrent protocol|azver\x01$|get /scrape\?info_hash=get /announce\?info_hash=|get /client/bitcomet/|GET /data\?fid=)|d1:ad2:id20:|\x08'7P\)[RP]'
eflags=0 cflags=11
Added: bittorrent mark=6
error during nfq_bind_pf()