Anybody ?
On Tue, Aug 29, 2017 at 3:53 PM, Akshat Kakkar <akshat.1...@gmail.com> wrote: > With ulog/nflog, NFCT plugin, is it possible to not log entries with src ip > as 127.0.0.1 > > I can see following options in ulogd.conf > #accept_src_filter=192.168.1.0/24,1:2::/64 # source ip of connection > must belong to these networks > #accept_dst_filter=192.168.1.0/24 # destination ip of connection must > belong to these networks > #accept_proto_filter=tcp,sctp # layer 4 proto of connections > > > ... but what I am looking for is like deny_src_filter. > > Is it possible?