HI,
YM,
/usr/local/bin/snort —daq afpacket -Q -c /etc/snort/snort.conf -i eth0:eth1
I'm using this line to start snort. As I searched afpacket need two interfaces:
"In order
to have an inline deployment you need at least one pair of interfaces
for the traffic to flow through. To that end, you need to specify
a second interface for AFPacket to use to complete the bridge."
But for some reason when I used two interfaces things got weired. I lost SSH acess to snort. I think that the reason is because the traffic flow through one interface to another. Do you have some clues about this issue ?
My avaliable daq modules are
pcap(v3): readback live multi unpriv
ipfw(v2): live inline multi unpriv
dump(v1): readback live inline multi unpriv
afpacket(v4): live inline multi unpriv
With module can I use to enable in line module without needing to specify two interfaces?
I think that it would be ipfw, but as far as I know ipfw is for bsd and I'm not using bsd.