ФЫРКАНЬЕ в режиме IPS ПРЕДУПРЕЖДАЕТ о сбросе, но не сбрасывает

#inline #snort #ips

Вопрос:

Я запускаю SNORT в режиме IPS, используя:

sudo snort -c covert-channels/defender/snort/test_snort.conf -i enp0s8:enp0s3 -Q -A console -q

С помощью test_snort.conf является прямой копией snort.conf во время установки, однако я изменил нижеприведенную конфигурацию для встроенного режима.

 #config daq: pcap
config daq_dir: covert-channels/defender/snort/daq-2.0.7
config daq_mode: inline
config policy_mode: inline
    ```

With rules: 

    drop icmp any any -> any any ( msg:"ICMP:Packet dropped"; 
    sid:100007; rev:1; )

Pings are successful from one VM to another though I recieve an Dropped Packet Message in Snort. 

After many changes and iterations: I have the below happening. 

 * Ping from Local Machine Successful, With SNORT Alert for IPAddress of a VM in saved state ...56.104 -> 56.105  though ...1.3 is my computer
 * Ping from Second VM also successful, with Alert in SNORT having IP of enps08 inet (similiar not exact) 10.0.3.15 vs 10.0.3.2
[enter image description here][1]


  [1]: https://i.stack.imgur.com/pBvok.png