squid:alerts:suricata_udpv4_invalid_checksum
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
squid:alerts:suricata_udpv4_invalid_checksum [2020/07/15 09:30] – external edit 127.0.0.1 | squid:alerts:suricata_udpv4_invalid_checksum [2021/01/04 20:26] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Squid - Alerts - SURICATA UDPv4 invalid checksum ====== | ====== Squid - Alerts - SURICATA UDPv4 invalid checksum ====== | ||
- | Disable Hardware Checksum Offloading under **SYSTEM | + | Disable Hardware Checksum Offloading under **System -> Advanced -> Networking**. |
+ | |||
+ | {{: | ||
---- | ---- | ||
- | Try toggling the Hardware Checksum Offloading | + | ===== Suppress Rules ===== |
+ | |||
+ | <code bash> | ||
+ | # Messes up with DNS resolution on LAN. | ||
+ | 1:2200073 # SURICATA IPv4 invalid checksum | ||
+ | |||
+ | # Bittorrent noise, DNS. | ||
+ | 1:2200075 # SURICATA UDPv4 invalid checksum | ||
+ | 1:2200078 # SURICATA UDPv6 invalid checksum | ||
+ | |||
+ | # Lots of useless noise. | ||
+ | 1:2200076 # SURICATA ICMPv4 invalid checksum | ||
+ | 1:2200079 # SURICATA ICMPv6 invalid checksum | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
If that does not do it, you can simply disable that particular rule by either clicking the red X icon on the **Alerts** tab in the GID/SID column, or you can find and selectively disable that rule on the **Rules** tab for the interface. | If that does not do it, you can simply disable that particular rule by either clicking the red X icon on the **Alerts** tab in the GID/SID column, or you can find and selectively disable that rule on the **Rules** tab for the interface. | ||
- | See this thread from the official Suricata documentation Wiki for details: | + | See this thread from the official Suricata documentation Wiki for details: |
+ | |||
+ | * http:// | ||
Suricata uses PCAP for packet capture during Legacy Blocking Mode operation, and Netmap for Inline IPS Mode operation. | Suricata uses PCAP for packet capture during Legacy Blocking Mode operation, and Netmap for Inline IPS Mode operation. | ||
In both cases, hardware checksum offloading needs to be disabled. | In both cases, hardware checksum offloading needs to be disabled. | ||
+ | </ | ||
+ |
squid/alerts/suricata_udpv4_invalid_checksum.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1